Bash : simulateur T9 (texte intuitif téléphone)
Fermé
paul0007
Messages postés
5
Date d'inscription
jeudi 26 mars 2015
Statut
Membre
Dernière intervention
26 mars 2015
-
26 mars 2015 à 17:54
Utilisateur anonyme - 27 mars 2015 à 05:54
Utilisateur anonyme - 27 mars 2015 à 05:54
A voir également:
- Clavier t9 en ligne
- Bash addition ✓ - Forum Shell
- Bash do while ✓ - Forum Shell
- Bash list ✓ - Forum Shell
- Minimal bash-like line editing is supported ✓ - Forum Linux / Unix
- Bingo bash free - Télécharger - Divers Jeux
2 réponses
Utilisateur anonyme
26 mars 2015 à 18:15
26 mars 2015 à 18:15
salut,
vous avez un début d'algorithme ?
comment fonctionne T9 ?
un exemple de texte, et les chiffres correspondant à la transformation du texte ?
il y a quand même un minimum de recherches et d'explications à fournir avant qu'on t'aide !
vous avez un début d'algorithme ?
comment fonctionne T9 ?
un exemple de texte, et les chiffres correspondant à la transformation du texte ?
il y a quand même un minimum de recherches et d'explications à fournir avant qu'on t'aide !
26 mars 2015 à 18:22
j'ai défini les différentes combinaisons possible
a = 2
b = 22
c = 222
d = 3
e = 33
f = 333
g = 4
h = 44
i = 444
j = 5
k = 55
l = 555
m = 6
n = 66
o = 666
p = 7
q = 77
r = 777
s = 7777
t = 8
u = 88
v = 888
w = 9
x = 99
y = 999
z =9999
par contre pour le code je n'ai aucune idée (je viens de débuter en bash..),je pensais utiliser tr .
peux-tu m'aider ?
26 mars 2015 à 18:23
26 mars 2015 à 18:36
2 = a, b, c
3 = c, d, e
4 = f, h, i
5 = j, k, l
6 = m, n, o
7 = p, q, r, s
8 = t, u, v
9 = w, x, y, z
?