Hi,
i want calculate dez to hex, hex to dez, bin to hex...
But how can i do this with my class pad 300?
THX
HEX,BIN,DEZ with Classpad? HOW?
Started by
Oxinetex
, Jan 29 2004 08:45 AM
3 replies to this topic
#1
Posted 29 January 2004 - 08:45 AM
#2
Posted 29 January 2004 - 02:59 PM
There are several programs to do this, the ClassPad itself cannot it. (Maybe in an later OS version).
My Program: NumConv
the parameters are: inBase, inNum, outBase
to convert "A0" from hex to dec: 16,"A0",10
or "10001" form bin to hex: 2,"10001",16
or "DF" form hex to oct: 16,"DF",8
(You can use bases from 2 to 62)
You may add the following line at the program's end (below Print t2) to store the output in a:
t2=>a
Overlord and CrimsonCasio have written programs too, just ask.
My Program: NumConv
the parameters are: inBase, inNum, outBase
to convert "A0" from hex to dec: 16,"A0",10
or "10001" form bin to hex: 2,"10001",16
or "DF" form hex to oct: 16,"DF",8
(You can use bases from 2 to 62)
You may add the following line at the program's end (below Print t2) to store the output in a:
t2=>a
Overlord and CrimsonCasio have written programs too, just ask.
#3
Posted 29 January 2004 - 04:34 PM
I havent done this kind of program but I think betoe has, you might want to check www.classpad.org
#4
Posted 29 January 2004 - 09:35 PM
Yes i do that program, i dont remember well the name but i think its "16 bit converter". The only bad thing is that input a HEX number was a beta test, and i never finish it, so the in the program you can input a HEX number in 2 ways, pressing in the main menu the numbers 1 and 5 (different options), and are slow . Maybe i will do it well some day, or if someone do it better, add/quit some code then send me the code .
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users