Schrift
[thread]1353[/thread]

Dezimal 16 => Hexadezimal 10, wieso?

Leser: 1


<< >> 4 Einträge, 1 Seite
SirLant
 2003-09-15 17:59
#18729 #18729
User since
2003-08-04
516 Artikel
BenutzerIn
[default_avatar]
Wieso ist die Dezimalzahl 16 im Hexadezimalen System 10?
Ich würde sagen, das muss 11 sein, da man ja einmal 15(F) hat
und einmal die 1 (1+15=16, entspräche ja 1+F).
Kann mir das mal jemand erklären?
--Programming today is a race between Software Enginers striving to build bigger and better idiot-proof Programs,
and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning!
format_c
 2003-09-15 18:22
#18730 #18730
User since
2003-08-04
1706 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Das dürfte dir das eigendlich ausreichend veranschaulichen.
Code: (dl )
1
2
3
4
Dezimal:
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Hexadezimal:
0 1 2 3 4 5 6 7 8 9 A  B  C  D  E  F  10


Gruß Alex
jan
 2003-09-15 18:50
#18731 #18731
User since
2003-08-04
2536 Artikel
ModeratorIn
[Homepage] [default_avatar]
es geht ja im hexadezimalen system darum, dass du bei zwei zahlen den ersten mal 16 + den zweiten als normale hex-zahl hast, also im fall 16 = 1 * 16 + 0. 17 dann entsprechend 1 * 16 + 1 = 11
SirLant
 2003-09-15 19:00
#18732 #18732
User since
2003-08-04
516 Artikel
BenutzerIn
[default_avatar]
Achso jetzt ist es klar wieso, genauso wie die zwei beim Dual
dann an die nächste Stelle kommt und die 10 beim Dezimal.
--Programming today is a race between Software Enginers striving to build bigger and better idiot-proof Programs,
and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning!
<< >> 4 Einträge, 1 Seite



View all threads created 2003-09-15 17:59.