-
从键盘读入一个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
-
IO 驱动 LCD , *** *** *** ***
FILE NAME: IO_LCD
MCU: HT46R22
MASK OPTION...
IO 驱动 LCD , *** *** *** ***
FILE NAME: IO_LCD
MCU: HT46R22
MASK OPTION: WAKE-UP: PA6,PA7
PULL-HIGH: PA,PB,PC
IIC: DISABLE
PFD: DISABLE
PWM: DISABLE
WDT: ENABLE
CLRWDT: ONE
WDT CLOCK SOURCE: T1
WDT TIME OUT SELECT: WDT CLOCK SOURCE/32768
LVR: DISABLE
OSC: CRYSTAL
SYSVOLT: 3.0V
SYSFRAG: 4000KHZ
AUTHOR: RADOME
HISTORY: 2005.08.
- 2022-02-07 15:29:13下载
- 积分:1
-
还是汇编语言编的asm to vxd例子
还是汇编语言编的asm to vxd例子-or assembly language series asm example to vxd
- 2022-08-04 11:31:38下载
- 积分:1
-
1. 能显示系统当前时间,显示到秒级,并随时间刷新。 显示可采用七段电子表方式也可采用钟表方式,最好可在两种显示方法间进行切换...
1. 能显示系统当前时间,显示到秒级,并随时间刷新。 显示可采用七段电子表方式也可采用钟表方式,最好可在两种显示方法间进行切换-1. The current system can show that the time to the second-class show, and with time set. Paragraph 107 indicates use of electronic forms are also available clocks, the best show in two ways switching between
- 2022-07-22 14:53:43下载
- 积分:1
-
经典的迷宫算法,这是一个迷宫算法很好的例子,不懂的人可以下来...
经典的迷宫算法,这是一个迷宫算法很好的例子,不懂的人可以下来-classic maze algorithm, which is a maze algorithm good example, but not the people can look down
- 2022-12-25 12:30:04下载
- 积分:1
-
进制转换,将数字以任意进制(2,8,10,16)输入,选择另一个进制(2,8,10,16)输出。...
进制转换,将数字以任意进制(2,8,10,16)输入,选择另一个进制(2,8,10,16)输出。-Hexadecimal conversion, digital to arbitrary M-ary (2,8,10,16) input, select another band (2,8,10,16) output.
- 2023-06-23 03:25:02下载
- 积分:1
-
FSK调制的VHDL源代码和仿真指导解调…
FSK调制与解调的vhdl源代码,是word文档打开-FSK modulation and demodulation of VHDL source code and simulation of the guide is the word document open.
- 2022-06-28 13:13:53下载
- 积分:1
-
用于编写编译,从键盘接收输入到2个…
用汇编编写,接收从键盘输入的两个数,计算它们的假减乘除。-used to prepare the compilation, receiving input from the keyboard to the two the number of false calculation by multiplication and division.
- 2022-06-29 04:53:58下载
- 积分:1
-
汇编语言实现的控制小键盘的小程序,输入字母数字时能在小键盘上显示出来...
汇编语言实现的控制小键盘的小程序,输入字母数字时能在小键盘上显示出来-Assembly language to achieve the control of a small keyboard applet, enter the alphanumeric keyboard can be displayed in a small out
- 2023-08-24 06:40:04下载
- 积分:1
-
1-WIRE通讯协议的C51例子程序集锦
1-WIRE通讯协议的C51例子程序集锦-1-WIRE communication protocol procedures for the collection of the best examples of C51
- 2023-03-30 12:40:03下载
- 积分:1