петък, 22 февруари 2013 г.

Convert Decimal to 256-base numeral system

    Here is my solution how to convert a decimal number into 256-base numeral system number. It's really simple actualy, if you know how to convert decimal to hex. After all 256 is 16*16. In this task we use the following 256 digits:


A 0
B 1


Z 25
26 aA
27 aB


51 aZ
52 bA
53 bB


77 bZ
...
234 iA
235 iB


255 iV




see more....


Няма коментари:

Публикуване на коментар