-
电子密码锁程序,用ASM编写,键盘6位密码,有开锁报警子程序
电子密码锁程序,用ASM编写,键盘6位密码,有开锁报警子程序-Electronic code lock procedure, prepared by ASM, keyboard 6 password, have become disengaged alarm subroutine
- 2022-03-21 15:18:35下载
- 积分:1
-
可以设置的数字时钟程序的汇编语言
用汇编语言编写的数字时钟程序,可以进行时间设置和闹铃设置等功能。-assembler language of the digital clock procedures that can be set-up time and set the alarm function.
- 2023-06-05 02:35:03下载
- 积分:1
-
2 18b20 application means the same bus with the serial number detection assemble...
两片18b20应用 同一总线方式
带有序列号检测功能
汇编程序,编译测试通过-2 18b20 application means the same bus with the serial number detection assembler, compiler test
- 2022-02-27 02:48:33下载
- 积分:1
-
用汇编编一个三角形程序
用汇编编一个三角形程序-compilation series with a triangular process
- 2023-03-17 14:40:04下载
- 积分:1
-
本源代码是实际产品代码,百分之百产品代码,有任何疑问可以Q我...
本源代码是实际产品代码,百分之百产品代码,有任何疑问可以Q我-Source code is the actual product code, product code 100 percent, have any questions I can Q
- 2023-08-25 05:10:02下载
- 积分:1
-
The use of the temperature of the outside world ds18b20 collection led to the us...
利用ds18b20对外界的温度进行采集,利用led进行温度的实时显示-The use of the temperature of the outside world ds18b20 collection led to the use of real-time display of temperature
- 2022-07-24 04:20:33下载
- 积分:1
-
关于8086汇编的一些实验程序,对于汇编程序的编写很有借鉴。...
关于8086汇编的一些实验程序,对于汇编程序的编写很有借鉴。-on the 8086 compilation of some experimental procedures, procedures for the preparation of the Compendium very useful reference.
- 2022-03-23 05:49:03下载
- 积分:1
-
本程序是利用文件240X.ASM中的子程序对EEPROM 240X进行多字节读写的操作示例(同样适用于416)...
本程序是利用文件240X.ASM中的子程序对EEPROM 240X进行多字节读写的操作示例(同样适用于416)-this procedure is to use the document 240X.ASM subroutine right EEPROM 240X multi-byte read and write operations examples (the same applies to 416)
- 2023-07-22 10:45:03下载
- 积分:1
-
关于用c++实现对图片的放大,缩小以及循环播放的设置
关于用c++实现对图片的放大,缩小以及循环播放的设置-Study on the Use of c++ Achieve image to enlarge, narrow and Loop settings
- 2022-06-15 19:54:38下载
- 积分:1
-
从键盘读入一个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