-
从键盘读入一个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
-
ART OF Assembly Language Programming, very good, but I have no time to read
ART OF Assembly Language Programming, 很不错,可惜我没有时间看-ART OF Assembly Language Programming, very good, but I have no time to read
- 2023-06-09 02:55:03下载
- 积分:1
-
该文件是用MASM开发的,关于电子时钟的设计,内含有报告一篇...
该文件是用MASM开发的,关于电子时钟的设计,内含有报告一篇-the document is the development of the Shape of the electronic clock design, contain a report
- 2022-02-06 01:49:14下载
- 积分:1
-
此程为普通的I/O口驱动LCD,很有和用,希望对大家有帮助
此程为普通的I/O口驱动LCD,很有和用,希望对大家有帮助-This way for the ordinary I/O port driver LCD, useful and used, in the hope that everyone has to help
- 2022-08-02 12:09:36下载
- 积分:1
-
it is about how thing goes in bank
it is about how thing goes in bank
- 2022-01-26 04:11:55下载
- 积分:1
-
液晶屏功能的读写程序,包括汇编原代码,可烧录文件,熟悉液晶屏产品的读写方式...
液晶屏功能的读写程序,包括汇编原代码,可烧录文件,熟悉液晶屏产品的读写方式-LCD screen features to read and write procedures, including the compilation of the original code, recordable documents, familiar with the LCD screen to read and write the way products
- 2022-01-25 21:22:27下载
- 积分:1
-
可编程并行接口8255A完成的交通灯实验
用8255A的B端口和C端口控制12个LED的亮和灭(输出为0则亮,输出为1则灭),模拟十字路口...
可编程并行接口8255A完成的交通灯实验
用8255A的B端口和C端口控制12个LED的亮和灭(输出为0则亮,输出为1则灭),模拟十字路口的交通灯。
-programmable parallel interface 8255A completed, the traffic lights experimental 8255A port B and C- I control 12 LED bright and methomyl (output of 0-liang, the output of an anti), the simulation of traffic lights at a crossroads.
- 2022-08-04 05:14:37下载
- 积分:1
-
用matlab编写的关于用传输矩阵法计算一维光子晶体的透射率随周期数变化的程序,感觉非常有用...
用matlab编写的关于用传输矩阵法计算一维光子晶体的透射率随周期数变化的程序,感觉非常有用-using Matlab prepared on the use of the transfer matrix method one-dimensional photonic crystal with the transmission cycle Change The procedure, a very useful
- 2022-09-11 19:30:03下载
- 积分:1
-
基于DSP的自适应滤波器的设计与实现(C54x上实现)的源代码,采用C和汇编混合编程,希望对大家有用...
基于DSP的自适应滤波器的设计与实现(C54x上实现)的源代码,采用C和汇编混合编程,希望对大家有用-DSP-Based Adaptive Filter Design and Implementation (C54x achieve) the source code, the use of mixed C and assembler programming, we hope to be useful ...
- 2022-07-01 00:30:53下载
- 积分:1
-
设计制作了一种智能台灯,主要是以BISS0001和单片机组成的红外传感控制电路。其特点是在有人时且外界光强较弱时能自动开灯,无人时关灯,节约能源;且能纠正坐姿,...
设计制作了一种智能台灯,主要是以BISS0001和单片机组成的红外传感控制电路。其特点是在有人时且外界光强较弱时能自动开灯,无人时关灯,节约能源;且能纠正坐姿,防止近视-Intelligent design a table lamp, and is based on single-chip component BISS0001 and infrared sensor control circuit. Its characteristics are in and the outside world when it was relatively weak light intensity can automatically turn on the lights when no one when the lights are turned off, energy conservation can correct posture and prevent myopia
- 2023-05-12 08:30:02下载
- 积分:1