Thanks to the folks at CCIL for hosting these pages.
| remlaPS Home Page | remlaPS Web Logs at CCIL |
Integer Base Conversion Tool
|
Digits used...
0 1 2 3 4 5 6 7 8 9
0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`~!@#$%^&*()-_=+[]{}\|;:,.<>/?'"
|
|
Here is the java applet...
|
Notes:
|
Source:WebCon.java - GUI stuffTwoBaseRepObject.java - Interface between GUI and base converstion stuff. Horner.java - Convert between bases by an additive offset, using Horner's Method followed by divide/remainder. ExpBaseCon.java - Will implement this algorithm
|