搜索资源列表
17
- 把十进制转换为二进制,八进制,十六进制,
sjzzh
- 十进制转换为二进制输出.多位数也能转换.
Decimal2Bin
- 十进制转换为二进制的3种实现方法,是C++学习的必写程序,希望对大家有帮助
键盘录入数据的转换与显示
- 本程序能从键盘读入二个五位十进制数(1位符号位+4位数值位),并将这二个十进制数分别转换为二进制数,然后求其和,再将和以十进制形式进行显示。-this program from the keyboard read into two five decimal number (1 - 4 symbolic value), this will be two decimal number were converted to a binary number, and then seek his, and
多字节BCD码转换成十六进制
- 多字节十进制整数(压缩BCD码)转换为二进制整数子程序;入口:R0指向多字节十进制整数高位,R1指向结果多字节二进制整数高位,R7=n ;使用A,R0~R7,影响CY
P005E_Formular
- 输入一个十进制输,将其转换为二进制八进制和十六进制-Enter a decimal lose, will convert it to binary octal and hexadecimal
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
shijinzhitoejinzhi
- 汇编语言:将十进制转换为二进制,然后将二进制转换为十六进制。如:输入1,输出0001-Assembly Language: The decimal to binary, and then convert the binary to hexadecimal. Such as: input 1, output 0001
asmThesystemtransformation
- 用汇编语言实现的多功能整数进制转换,包括十进制,二进制,十六进制等。-1:Decimal number change into binary number ,0AH,0DH 十进制转化为二进制 2:Binary number change into decimal number ,0AH,0DH 二进制转化为十进制 3:Decimal number change into hexadecimal number ,0AH,0DH 十进制转化为十六进制 4:Hexadecimal num
number_system
- 十进制转换为二进制,在Matlab中实现,利用矩阵来进行实现-Decimal to binary, implemented in Matlab using the matrix to be achieved
ten2two.tar
- 十进制转换为二进制,在linux环境下,通过栈,简易的实现数字在不同进制之间的转换的C实现代码-Decimal to binary in linux environment, through the stack, a simple digital conversion between the different C-band implementation code
decimal-and-binary
- matlab 十进制与二进制的转换 包括二进制转换为十进制;也包括十进制转换为二进制-decimal to binary binary to decimal
conversion
- 简单的将十进制转换为二进制功能.这种功能虽然简单,但对于初学者来说,用于机器码的语言转换是非常有用的.-Simple binary to decimal conversion function.
10_2
- 这是一个实现了 十进制 转换为 二进制 的小程序-This is a decimal to binary program
10-2
- 十进制转换为二进制数据,可以将浮点型数据进行转换,精度可以自行修改。-Convert from decimal to binary data, you can float data conversion accuracy can modify.
transbinaray
- 将一个数由十进制转换为二进制数字格式,转换结果为形成一个一维数组,每个元素存储一个对应的二进制位上的对应数字。-translate a number into a binary mode number
sequence-list-conversion
- 采用顺序堆栈实现十进制转换为二进制的C++程序源码-In a sequential stack to achieve a decimal is converted to binary c++ program source code
counter
- 光电编码器的加法器算法及代码,实现了有二进制转换为十进制的显示,以及有十进制转换为二进制的显示-The code of guagndianbianmaqi
Test9
- c语言实现输入一个十进制数,将其转换为二进制数(C language to enter a decimal number, converted to binary number)
test
- 代码可以进行二进制转换为十进制,十进制转换为二进制。(The code can be binary converted to decimal, and the decimal is converted to binary.)