搜索资源列表
44
- 选择复选框和单选框按钮的事件处理程序:在Applte 上创建复选框、单选框、文本区域、单行文本框等组件,并实现根据用户输入的10 进制数,选择不同选项可转换为2、8、16 进制数。-Select the check box and radio button button event handler: the Applte create check boxes, radio buttons, text areas, one-line text boxes and other components,
morcalcu
- 科学计算器、编程计算器、delphi源码 可实现乘方、开方、阶乘、对数、三角函数、位运算 角度、长度、面积单位转换 二、八、十、十六进制转换 记忆数列统计-Scientific calculator, the calculator program, delphi source You can achieve power, prescribing, factorial, logarithm, trigonometric functions, bit computing An
16-to-2810
- 16进制到各种进制的转换,包括8,10,2-16 hex to hex conversion of all kinds, including 8,10,2
HexStrToDecStr
- 实现16进制32位字符串转换为10进制字符串,大小端通用代码。该代码使用VC++编译测试通过,欢迎拍砖-Convert a 32BITS Hexadecimal string to a decimal string.This code have been compiled and tested under VC++ 6.0.