搜索资源列表
BigCalc
- 支持长达10000位10进制数运算,支持计算结果存储到变量,支持2,8,10,16,256进制并可相互转换-support up to 10,000 decimal numbers Operational support the results of variable storage, can support each other 2,8,10,16,256 Decimal Conversions
awqf
- 输入一个10进制数据,自动转换为16进制、2进制,然后逐位求反,求反后的数据,转换为16进制,最后转换为10进制-importation of a 10-band data is automatically converted to 16-band, two-band, and then one by one anti-seeking, for the data-converting 16-band, finally converted to 10 band
ASCII_List
- ASCII码查询器,可以显示或查询任意字符的ASCII码,可以显示或查询按键的虚拟键码,还带有一个10进制和16进制转换工具。
2_8_10_16 进制转换
- 进制转换程序,可进行2,8,10,16进制之间的任意转换
1
- 这个是个数字转换,可以转换8进制,16进制,2进制,10进制
16-10
- 将一个十六进制的字符串转换成它的等价的十进制数值。主函数负责收集字符,并判别它们是否为十六进制字符,htoi函数负责转换工作-to a hexadecimal string converted into its equivalent of the decimal value. The main function responsible for the collection of characters, and for judging whether the hexadecimal charact
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
DVM
- 利用仿真系统中的键盘控制A/D 0809进行电压转换,并将结果显示在四位数码管上。 1、测试0通道电压、1通道电压。 2、显示方式为:16进制显示 10进制显示 -dvm
ASCII
- 可以批量转换字符成acsii(2、8、10、16进制)转换工具-acsii
shuzhizhuanhuan
- 完成把16进制转换成10进制,若键入的不是16进制则显示出错提示-Finish the hexadecimal converted into 10 typed into system, if not hexadecimal shows error reminder
16-10jinzhizhuanhuan
- 16进制与10进制的转换,可以实现1-4位16进制转换为10进制,大小写均可以!-16 hex and 10 hex conversion, can convert 16 hex 1-4 10-bit binary, the case can be!
Jinzhi
- 汇编语言写的简单的2、8、10、16进制转换程序,自己写的,学生专用 -Written in assembly language simple 2,8,10,16 hex conversion program, wrote it myself, for students
8~~16
- 实现8进制数的进制转换,用户输入B则转为二进制,用户输入H则转为16进制,用户输入D则转为10进制!-To achieve binary conversion decimal number 8, the user input B is converted to binary, the user input H is converted to 16 hex, the user input is converted to 10 decimal D!
jinzhi
- 用32位汇编语言编写的2、8、10、16进制转换器,根据罗云彬的改编-32 assembly language to write the 2,8,10,16 hex converter the Luo Yunbin of adaptation
51
- 2,10,16进制转换器。要求程序有良好的用户界面以及错误处理功能-2,10,16 hex converter. Claims process has a good user interface and error handling capabilities
16-10
- 16进制数据到10进制数据的转换,主要用于485通信中数据的转换。-16 to 10 hex binary data conversion data, primarily for converting 485 communication data.
hex2dec-20140328-1320_hex2string
- 16进制与10进制之间的转换,输入16进制,可以转化为10进制,输入10进制,可以转化为16进制-Hex and convert between decimal, hexadecimal input, can be converted to decimal, enter 10 hex, can be converted to hexadecimal
regbit
- regbit.exe 实用小工具,可以转换10进制和16进制,bit位来显示,可以单独修改某个bit。一直在用很好用。推荐给大家-regbit.exe it is a good tool. it is used to change OCT to HEX. I urally use it.it is very good.
计算器
- 实现计算器的加减乘除,以及2、8、10、16进制转换的功能(The hexadecimal conversion calculator and add, subtract, multiply and divide the function)
java 小编程
- 16进制转换10进制,小程序值得研究。java自己写的,初学者可以看看,挺好的,无理吱吱吱。