搜索资源列表
shuanzijieerjinzhizhuanhuan
- 双字节二进制数转换为十进制数子程序------- ;--------功能:双字节二进制数转换成五位BCD码-double byte binary number to decimal number subroutine ------- ;-------- functions : double-byte binary conversion into five BCD
键盘录入数据的转换与显示
- 本程序能从键盘读入二个五位十进制数(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
MASM
- 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the scr
1
- binary to decimal converter
shizhijisuan
- 设计数值计算及显示系统,程序运行要有显示界面。提示系统所使用的方法,若输入字符不是“1”,“Q”时提示输入错误,请重新输入。可以用英文或汉语拼音显示界面。 设计要求如下: 1.按“1”,本程序能从键盘读入二个五位十进制数(1为符号+4位数位),并将这个十进制数分别转换位二进制数。然后求其和再将和以十进制数形式进行显示 2.按“Q”键,退出。 -Design of numerical calculation and display systems, display inte
huibian
- 设计一个字母或数制之间的转化程序,小写字母向大写字母的转,大写字母向小写字母的转换,二进制数向十六进制数的转换,十六进制数向二进制数的转换,十六进制数向十进制数的转换。-The design of a letter or number system transformation between the procedures, lowercase letters to uppercase letters of transfer, capital letters to lowercase lette
Decimal-conversion
- 从键盘输入两位无符号十进制二位数,转换为二进制转和十六进制并输出-Input from the keyboard two unsigned decimal 2 digits, converted to binary and hexadecimal switch and output
jinzhizhuanhuan
- 用汇编程序,将十进制同时转十六进制和二进制-Assembly process, will also switch to decimal hex and binary
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!
to-determine-a-leap-year
- 3、 题目:输入1842——2006年之间的十进制数。 要求: (1) 要求必须有提示信息,并独占一行。 (2) 判断是否是闰年,如果是输出“yes”,否则输出“no”。 (提示:先除100,如果除尽了再用400除如果除不尽是闰年。(如果刚才的100没有除尽则用4除,除尽则为闰年。) (3) 以二进制输出xxxx年8月29日距离1842年8月29日的月数。 (4) 以十进制输出xxxx年8月29日距离1842年8月29日的天数。 -3, the title:
2-to-10
- 汇编语言数值禁止转换 十六位二进制数转十进制数-Assembly language convert sixteen binary values against the number of decimal transfer
AssemblyLanguage4
- 用汇编语言实现输入一个十六进制数输出二进制或十进制输出-Assembly language to enter a hexadecimal number to output binary or decimal output
jingzhi
- 汇编实现二进制,八进制,十进制,十六进制间的一些转化-Assembly to achieve binary, octal, decimal, hexadecimal conversion
binary
- 一个简单的数制转换的汇编程序,可以将二进制转换为十进制和十六进制,将十进制转换为十六进制和二进制等。-A simple number system conversion assembler can convert binary to decimal and hexadecimal, decimal to hexadecimal and binary.
bin2dec
- binary to decimal converter binary
Hex_into_binary_and_decimal
- 将一个2位无符号的16进制数转换为二进制和十进制显示出来。-A two unsigned hexadecimal number is converted to binary and decimal displayed.
Decimal-to-binary-and-decimal
- 键盘输入一个无符号的十进 制数(0~255),得到其实际数值后保存到bl中,然后在显示器上同时以二进制和十六进制显示出来。 -Decimal to binary and decimal.
BinaryNumber
- 二进制数转十进制数,输入二进制数字,可以得到十进制的结果。-Binary transfer to decimal, binary digital input, you can get the results in decimal.
Binary2Decimal
- 汇编语言实现:二进制数和十进制数相互转换; 1 程序要有三个功能(0:退回DOS,1:十进制转化为二进制,2:二进制转化为十进制)。 2 功能号输入错误时给出提示,并且可以让用户重新选择。 3 要求输入的十进制数在0-65535之间,输入的二进制数在0-1111111111111111之间。-Assembly language: binary and decimal conversion 1 programs have three functions (0: Return DOS,
微机原理实验代码参考
- 一、对程序进行改错 多字节非压缩型BCD数除法 (96875/5=19375) 二、十进制转化为二进制 编制程序,把十进制数15786转化成二进制数(One:For a correction of program Multi byte non compression type BCD number division (96875/5=19375) Two:Decimal into binary To program a decimal number 15786 into binar