搜索资源列表
ColorCal源码--颜色十进制与十六进制转换-JAVA
- 这个可以算是我第一个用Java写的应用程序,界面使用了AWT。功能非常简单,但通过它使我“懂”得了Java。 它的功能是颜色的十进制与十六进制间的转换。-this can be considered as the first one I used to write Java applications, the use of AWT interface. Functional very simple, but I passed it &q
ColorCal源码--颜色十进制与十六进制转换-JAVA
- 这个可以算是我第一个用Java写的应用程序,界面使用了AWT。功能非常简单,但通过它使我“懂”得了Java。 它的功能是颜色的十进制与十六进制间的转换。-this can be considered as the first one I used to write Java applications, the use of AWT interface. Functional very simple, but I passed it &q
十进制整数相互转换
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换,对数值运算和运算转换有帮助-a group function for converting hexadecimal string octal binary string string to decimal integer conversion of numerical computing and Operational Conversion help
进制转换(M)
- 一个简单实用的进制转换算法,该算法能实现二、八、十、十六进制的相互转化。-a simple and practical base for the conversion algorithm, the algorithm can achieve 2, 8, 10, hexadecimal the mutual conversion.
二进制与机器码转换
- 1.进制之间的转换:可以实现十进制转换成其他的进制:二进制,八进制,十六进制;2.机器码之间的转换:输入真值,可以转换成原码,反码还有补码。-1.the conversion of scales:implemant of conversion in decimal and orther scales:binary, octal, and hex.2.the conbersion of machine codes:input ttuth
进制转换程序
- 进制转换程序,用于十、十六、八、二进制的转换-base for the conversion process, for 10, 16, 8, binary conversion
zifuchuanzhongjinzhizhuanhuan
- 字符串中进制转换可进行二进制,十进制,十六进制转换-strings base for the conversion can be binary, decimal, hexadecimal conversion
10to16
- 用c写的 十进制到十六进制转换用到的相关函数-used to write in metric Hexadecimal use the correlation function
ascii
- 实现字符串的ASCII码的十进制和十六进制转换。中英文提示,可以循环查询。结果输出到文本文件中保存。是计算机编程学习中一个有用工具。-Realize the ASCII code string and hexadecimal decimal conversion. Tips in both English and Chinese, you can cycle of inquiry. The results output to a tex
changenumberform
- 把十六进制转换为十进制的程序,可以直接用此程序-Hexadecimal to decimal conversion of the procedure, this procedure can be directly used
MASM
- 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal n
hextobin
- 十六进制转换十进制十 六进制转换十进制十六进制转换十进制-hextobinhextobinhextobinhextobinhextobin
converter
- (1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 -(1) may enter the binary, octal, decimal, hexadecimal numbers (2) the number has been entered into the rest of the number of hex (3) with input and outpu
ASCII及进制转换
- VB 编写的 进制转换,校验和, ASCII转十六进制,十六进制转ASCII(ASCII and hexadecimal conversion)
FloatToHex
- 浮点数与十六进制转换工具,需要的朋友可以下载,在编写程序字节转换的的时候特别有用。(Floating point number and sixteen decimal conversion tool)
VB十六进制转换工具V1.0源代码和程序szd
- 将十六进制与二进制 十进制互相转换的工具,范围0-32767(A tool that converts sixteen decimal and binary decimal, range 0-32767)
单进制转换器
- 十进制转十六进制 或者十六进制转十进制 专门给win10系统计算器英文话的人用(The decimal to sixteen or sixteen to the decimal system for the win10 system calculator in English language)
进制转换
- 写出一个程序,接受一个十六进制的数值字符串,输出该数值的十进制字符串。(多组同时输入 )。 输入描述 : 输入一个十六进制的数值字符串。 输出描述 : 输出该数值的十进制字符串。(Write a program that accepts a sixteen binary numeric string and outputs the decimal string of the value. (multi group input a
十六进制BCD十进制转换
- 十六进制,BCD码,以及十进制转换,C语言程序(Hexadecimal BCD Decimal Conversion)
ASCII与16进制互转
- 可实现ASCII码与十六进制之间的相互转换(Sixteen - level conversion)