-
从键盘读入一个4进制数,CRT显示等效双…
从键盘读入一个四位的十六进制数,CRT显示等值的二进制数.
由于每个十六进制数位对应4个二进制,所以每读入一个十六进制位后,即可将其对应的4个二进制位依次输出。由于数字‘0’~ ‘9’的ASCⅡ码为30H~39H,字母‘a’~‘f’与 ‘A’~‘F’的ASCⅡ码为61H~66H 与41H~46H ,因此,如果输入的字母为数字‘0’~‘9’,则其低4位即为对应的二进制位;如果输入的字符为字母‘a’~‘f’或‘A’~‘F’,则需要减7,然后通过移位将低4位依次输出。
-Reading from the keyboard into a 4 hexadecimal number, CRT display equivalent binary number. Since each hexadecimal number of the corresponding 4-bit binary, so every time into a hexadecimal places, can be its corresponding 4-bit binary sequence output. Due to the number
- 2022-12-17 12:35:03下载
- 积分:1
-
求两位数字的加,减,乘,除,虽然程序简单 但是写的很好,可以参考一下。8086测试通过
求两位数字的加,减,乘,除,虽然程序简单 但是写的很好,可以参考一下。8086测试通过-seeking two figures, plus or minus, multiplication and addition, although the procedures are simple but very well written and can reference. The test 8086
- 2022-03-17 16:47:29下载
- 积分:1
-
数码管显示交流稳压器,使用A48单片机编写,C言语
数码管显示交流稳压器,使用A48单片机编写,C言语-Digital display AC voltage stabilizer, the use of the preparation of A48 Singlechip, C language
- 2022-07-10 12:12:55下载
- 积分:1
-
x86下保护模式的编程实例包括门调用
x86下保护模式的编程实例包括门调用...
x86下保护模式的编程实例包括门调用
x86下保护模式的编程实例包括门调用-x86 protected-mode programming under the examples include the door called x86 protected-mode programming under the examples include the door call
- 2022-01-27 08:51:33下载
- 积分:1
-
一个好用的整数分频电路 保证你喜欢 能够实现对任意整数的分频电路设计...
一个好用的整数分频电路 保证你喜欢 能够实现对任意整数的分频电路设计-a handy integer frequency divider circuit assures you like to be able to achieve arbitrary integer frequency circuit design
- 2022-06-21 00:21:57下载
- 积分:1
-
遗传算法VC程序:用于搜索极值,极大值极小值均可
遗传算法VC程序:用于搜索极值,极大值极小值均可-Genetic Algorithm VC program: used to search for extremal, maximum value of the minimum can be
- 2023-02-20 17:30:03下载
- 积分:1
-
DES是一种分组密码。假定明文m是由0和1组成的长度为64位的符号串,密钥k也是64位的0、1符号串。...
DES是一种分组密码。假定明文m是由0和1组成的长度为64位的符号串,密钥k也是64位的0、1符号串。-DES is a block cipher. M is expressly assumed by 0 and a length of 64 strings of symbols, as well as key k 0 64, a string of symbols.
- 2022-03-10 08:33:02下载
- 积分:1
-
EPPROM于单片机D应用程序
epprom yu mcu d yingyong chengxu
- 2022-11-30 05:25:03下载
- 积分:1
-
两个数相乘的汇编源码
微机原理课程设计
差不多就是学汇编...
两个数相乘的汇编源码
微机原理课程设计
差不多就是学汇编-Multiplied by the number two source of the compilation of curriculum design principles of computer science is almost a compilation
- 2022-03-19 07:50:38下载
- 积分:1
-
操作EXCEL数据和表格的好源码,是从月光源码网站上下载下来的,很好学习,十分感受谢源码编写者,...
操作EXCEL数据和表格的好源码,是从月光源码网站上下载下来的,很好学习,十分感受谢源码编写者,-EXCEL operation data and forms a good source is from the source Web site to download the moonlight down, good learning, feeling very grateful to source authors,
- 2022-11-15 01:30:03下载
- 积分:1