搜索资源列表
SHUXU
- [数据结构 C]二进制转换十进制(顺序表)。-[data structure C] binary conversion metric (sequence table).
masm1
- 在显示器上显示九九表 有二进制转换十进制的显示子程序
masm2
- 2. 在显示九九表时有十种颜色变化如:按0—9键分别对应有十种不同颜色1. 二进制转换十进制的显示子程序能自动消除高位的0
数值转换
- 这是一个关于数值转换的程序,是用MASM来实现的,可以实现二进制和十进制,及十六进制之间的转化。-This is a numerical change of the procedure is the use of Shape to achieve, and can achieve binary and decimal, hexadecimal and the conversion between.
C语言实现十进制转二进制转换
- C语言实现十进制转二进制转换
进制转换器
- 五、 进制转换器(10) 要求:(1)可输入二进制、八进制、十进制、十六进制数; (2)将已输入的数转换成其余进制的数; (3)具有输入输出界面。 ,Friday, hex converter (10) request: (1) may enter the binary, octal, decimal, hexadecimal number (2) will have entered into the rest of the number of h
calculator.rar
- 二进制、十进制、十六进制数字的四则运算及转换,以及二进制的移位操作,Binary, decimal, hexadecimal digits of the four operations and conversion, as well as the binary shift operation
numt_convert.zip
- 十进制、八进制、二进制、十六进制的相互转换,Decimal, octal, binary, hexadecimal conversion
多字节BCD码转换成十六进制
- 多字节十进制整数(压缩BCD码)转换为二进制整数子程序;入口:R0指向多字节十进制整数高位,R1指向结果多字节二进制整数高位,R7=n ;使用A,R0~R7,影响CY
MASM
- 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the scr
dec2bin
- 用matlab写的很好的关于二进制转十进制的函数代码,可以实现非整数二进制转换十进制,以及负二进制转换十进制-Using matlab to write on the good function of the binary code to decimal, you can achieve non-integer binary decimal conversion, as well as the negative decimal binary conversion
hexconv
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-Transfer function for a group of hexadecimal string string octal binary string to decimal integer conversion
text07
- 设计一个数制转换类:实现十进制—二进制,十进制—八进制转换。输入十进制数,转换后分别显示二进制,八进制数。-Design a system for converting a number of categories: the realization of the metric system- binary, decimal- octal conversion. Enter a decimal number, the conversion after the show binary, octal
number_conver
- 完成数制之间的转换,八进制、十六进制、二进制、十进制之间的转换。可以输入其中的一种进制数值就可以转换了。-Between the completion of a number system conversion, octal, hexadecimal, binary, decimal conversion between. Can enter a hexadecimal value of which can be converted to a.
huibian
- 汇编语言课程设计 设计题目:在显示器上显示九九表 设计目的: 1. 巩固和加深课堂所学知识; 2. 将课本上的理论知识和实际应用有机的结合起来,培养同学们分析和解决实际问题的能力; 3. 通过对汇编语言程序代码的阅读、修改、设计,理解和掌握复杂的汇编语言应用程序的编程,提高实践编程能力。 设计任务:(在规定的时间内完成下列任务) 功能与要求: 二进制转换十进制的显示子程序能自动消除高位的0。 能180度旋转方向显示两张九九表。 按1键和2键手动切换显
huibian
- 实验内容 回文,冒泡排序,十进制转换成二进制,二进制转换成十六进制,输入数据 存入文件 并从文件中读出并显示在屏幕上-Palindrome content of the experiment, Bubble Sort, decimal converted to binary, hexadecimal into binary, the input data into the file and read from the document and display on the screen
bin2dec.c
- 采用链表的方法,将输入的二进制转换十进制输出(链表)-List of methods used to convert decimal binary input-output (list)
huibiankechengsheji
- 设计题目:在显示器上显示九九表 设计目的: 1. 巩固和加深课堂所学知识; 2. 将课本上的理论知识和实际应用有机的结合起来,培养同学们分析和解决实际问题的能力; 3. 通过对汇编语言程序代码的阅读、修改、设计,理解和掌握复杂的汇编语言应用程序的编程,提高实践编程能力。 设计任务:(在规定的时间内完成下列任务) 功能与要求: 二进制转换十进制的显示子程序能自动消除高位的0。 能180度旋转方向显示两张九九表。 按1键和2键手动切换显示其中一张九九表。
adc804
- AD转换+LCD12864显示程序 1 AD转换,二进制转换成十进制 2 显示英文,数字,符号,图片。-AD Converter+ LCD12864 display program 1 AD conversion, the binary converted to decimal 2 shows in English, numbers, symbols, and pictures.
二进制转十进制
- 将人为输入的任意的二进制数转换为十进制数。(Converts any binary number that is artificially entered into a decimal number)