![]() |
![]() |
|
|
|||||||
| Programmierung Rat & Tat für Programmierer |
|
|
Themen-Optionen | Ansicht |
|
|
#2 | |
|
Inventar
![]() Registriert seit: 13.06.2001
Beiträge: 1.830
|
Zitat:
Die Zahl 123 kann man als 3*Einser+2*Zehner+1*Hunderter schreiben. =3*10^0+2*10^1+1*10^2 Das heißt: Die hexadezimalzahl wird von rechts nach links aufgelöst: ffffffh=16*16^0+ 16*16^1+ 16*16^2+ 16*16^3+ 16*16^4+ 16*16^5d 123456h=6*16^0+ 5*16^1+ 4*16^2+ 3*16^3+ 2*16^4+ 1*16^5d h steht für hexadezimal, d für dezimal. Hoffe das stimmt so. Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona) Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing. \"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra) |
|
|
|
|
| Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|