Discussion: compteur/decompteur
Afficher un message
Vieux 02/03/2007, 21h25   #9 (permalink)
Profil
jack
Technic'Admin
Ancienneté  79%
Ancienneté 79%
 
Avatar de jack
 
Date d'inscription: mai 2006
Localisation: LV-426
Âge: 37
Pays :
Messages: 17 179
Téléchargements: 4
Uploads: 0
Merci: 7
Remercié 407 fois dans 358 Posts
Par défaut

Ben on va la faire simple

Decimal <> Binaire

0 <> 0000
1 <> 0001
2 <> 0010
3 <> 0011
4 <> 0100
5 <> 0101
6 <> 0110
7 <> 0111
8 <> 1000
9 <> 1001
10 <> 1010
11 <> 1011
12 <> 1100
13 <> 1101
14 <> 1110
15 <> 1111

Donc avec 4 bits on peut compter jusqu'a 15 et ton compteur a ce que je crois ne va pas s'en priver ...

On peut compter jusqu'a (2^n)-1 si on a un compteur a n bits.

Exemple :

Avec un compteur 8 bits je peut compter jusqu'a (2^8)-1=255 ... je peut compter de 0 a 255
__________________
Hello IT ... Have you tried to turn it off and on again ? ... The button on the side, is it glowing ? ... Yeah you need to turn it on ! ... The button turns it on ? ... You DO know how a button works don't you ! ?

Dernière modification par jack ; 02/03/2007 à 21h32.
jack est déconnecté   Réponse avec citation