-
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现登陆时间的记录,时间的动态显示,...
本程序有详细的注释,切运行无误 ,程序模块清晰,移植性好,可以实现登陆时间的记录,时间的动态显示,-This procedure has detailed notes, all running correctly, program modules clear, portability, and can realize landing time records, time dynamic display,
- 2022-07-14 15:24:08下载
- 积分:1
-
用汇编语言写的生日快乐
用汇编语言写的生日快乐-using assembly language to write a happy birthday
- 2022-08-07 00:55:48下载
- 积分:1
-
一个使用coolbar的例子
一个使用coolbar的例子-an example of the use of coolbar
- 2022-02-26 21:29:20下载
- 积分:1
-
The use of the EEPROM read and write the information needed to process the signa...
本eeprom的使用读写信息所需要的程序信号是24C02 本eeprom的使用读写信息所需要的程序信号是24C02-The use of the EEPROM read and write the information needed to process the signal is the use of 24C02 EEPROM read and write the information needed to process the signal is 24C02
- 2022-01-31 03:30:24下载
- 积分:1
-
- 2022-03-12 23:59:55下载
- 积分:1
-
建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲...
建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲
-documents establishing songs by singers, in order of search procedures can receive a concert, and exported all of its songs
- 2022-04-10 04:26:01下载
- 积分:1
-
五层电梯的 keil c程序,用单片机实现,可以运行
五层电梯的 keil c程序,用单片机实现,可以运行-Five-story elevator keil c program, with MCU, you can run
- 2022-08-12 23:10:02下载
- 积分:1
-
汇编小程序,初学者学习汇编,arm的。汇编格式,和简单的寄存器操作指令。...
汇编小程序,初学者学习汇编,arm的。汇编格式,和简单的寄存器操作指令。-Compilation of small programs, for beginners to learn to compile, arm
- 2023-06-10 09:50:03下载
- 积分:1
-
这是一个显示月份的汇编源代码,是汇编课程的一个实验,程序简单,但是汇编的基础,希望初学的可以看看。...
这是一个显示月份的汇编源代码,是汇编课程的一个实验,程序简单,但是汇编的基础,希望初学的可以看看。-This is a show in a compilation of source code, is a compilation of the experimental curriculum, procedures simple, but the basis of the compilation, the beginner can see.
- 2022-03-29 22:16:08下载
- 积分: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