搜索资源列表
MASM
- 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the scr
shift
- 将shift文件编译、连接生成EXE文件后: 1).双击Shift.exe应用程序即可进入; 2).ESC键取消,SPACE键确认 3).进入菜单显示“PLEASE INPUT A NUMBER:(0-6)”模式选择如下: 0:大 写字母转换 小 写字母; 1:小 写字母转换 大 写字母; 2:二 进制转换为 十六 进制; 3:十六 进制转换为 二 进制; 4:十六 进制转换为 十 进制; 5:十 进制转换为 十六 进制; 4
H2D2
- It gives the hex to decimal convrsion result
jinzhizhuanhuan
- 用汇编程序,将十进制同时转十六进制和二进制-Assembly process, will also switch to decimal hex and binary
huibian5
- 汇编实验:子程序设计。编程实现:十进制到十六进制的转换,显示结果到桌面!-Compilation of test: routine design. Programming: decimal to hex conversion, display the results to the desktop!
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!
huibianyuyan---kechengsheji
- 设计内容:编码实现大小写字母之间、二进制和十六进制之间,以及十六进制和十进制之间的转换。 目的与要求:从键盘输入字母或数字,输出相应的转换结果。在出现的界面中,输入“b”开始转换;输入“q”退出。 -Design content: encoding realize case letters, between binary and hexadecimal between, and hex and decimal conversion between. Purpose
Assembler-hex-conversion-to-decimal-
- 汇编实现十六进制转换为十进制数 有兴趣的朋友可以看一下-Assembler hex conversion to decimal friends who are interested can look at
4-into-turn-the-decimal-system
- 控制输入不高于4的字符串,把四进制转为十进制输出-Control input is not higher than 4 strings, four hex to decimal output
Hex-conversion
- 运用汇编语言将十进制数的数字串转换为一个字的十六进制数,并用软件实现其功能。-The use of assembly language decimal digit string into a character hexadecimal number, and use the software to realize its function