搜索资源列表
1-256transform
- 本程序可以将1-256进制之间的数在二进制,十进制,十六进制之间相互转换,为JAVA applet 小程序
P018M_Convertor
- 编制不同数制间的转换程序。要求提供输入输出界面,当输完一个任意十进制数字,程序能自动将其转化为另外的数制表示的值,包括二进制、八进制和十六进制-The preparation of a number of different inter-system conversion process. Asked for input and output interface, when an arbitrary transfusion after the decimal figures, the progr
charcodeASP
- 一个字符转换函数,可以把UTF8转换为GB编码文字,是ASP源码,非常有和,其中包括对汉字的转换!二进制代码转换为十六进制、十进制代码,十六进制、十进制转换为二进制,GB字符转UNICODE字符,URL字符解码等-A character conversion function can be converted to GB encoding UTF8 text, is the ASP source code, and very, including the conversion of Chines
DecimalToBinary
- 十进制数字转换为二进制数字,使用Java语言-Decimal number is converted to binary numbers, using the Java language
Calculator
- [原创]SWT做的计算器,部分代码来自IBM DW。 可以从Eclipse导入本文件夹为Calculator项目,需要导入swt-3.5.2-win32-win32-x86.zip,Calculator.jar是打包后的程序,可以直接双击运行。 功能: 1.二进制,八进制,十进制,十六进制转换及加减乘除、求倒数、平方、开方运算(非十进制模式下只支持整数运算,且不支持求倒数、平方、开方运算); 2.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板
ArraytoHex2
- 用查表法将十进制数转换为十六进制数.此程序可以计算出int大小内的所有的十进制数的二进制数,负数也是。-With a look-up table method Converts a decimal number to hexadecimal number. This program can calculate the binary decimal int size is also negative.