-
电子钟的源码,是正确的,可以试试哦!应用于微机原理及接口。...
电子钟的源码,是正确的,可以试试哦!应用于微机原理及接口。-Electronic clock source is correct, try Oh! Microcomputer Principle and Interface applies.
- 2023-02-21 17:55:04下载
- 积分:1
-
电子钟源码,修改版,带温度计,完整汇编程序下载。
电子钟源码,修改版,带温度计,完整汇编程序下载。-Electronics clock source, modified version with a thermometer, complete download assembler.
- 2022-03-01 04:28:35下载
- 积分:1
-
Seeking integral product, from a C language reference, proposed a new solution t...
求整数之积,出自C语言参考,提出了一种新的解决两数之积的算法
-Seeking integral product, from a C language reference, proposed a new solution to two the number of the product algorithm
- 2022-04-06 23:39:32下载
- 积分:1
-
某个程序字符出现的标志 例如 a 0 1
某个程序字符出现的标志 例如 a 0 1-Characters in a program such as signs emerged a 0 1
- 2022-08-02 20:09:19下载
- 积分:1
-
51编写的电扇的程序,可以控制转速,并且在液晶上显示。在我们的板子上可以调试通过的...
51编写的电扇的程序,可以控制转速,并且在液晶上显示。在我们的板子上可以调试通过的-51 fans prepared procedures to control speed, and liquid crystal display. In our board can debug through the
- 2022-11-23 07:25: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
-
PC机的串口收发软件 !!!C语言 PC机的串口收发软件 !!!C语言...
PC机的串口收发软件 !!!C语言 PC机的串口收发软件 !!!C语言-PC serial port transceiver software! ! ! C language PC serial port transceiver software! ! ! C language PC serial port transceiver software! ! ! C Language
- 2022-04-08 15:51:31下载
- 积分:1
-
正弦波驱动电机伺服控制汇编语言源程序!可应用于永磁同步电机...
正弦波驱动电机伺服控制汇编语言源程序!可应用于永磁同步电机-sinusoidal driven servo motor control assembly language source code! Can be applied to PMSM
- 2023-05-30 08:40:04下载
- 积分:1
-
学习如何使用MPLAB集成开发环境(IDE)的编码基因…
To learn how to use MPLAB Integrated Development Environment (IDE) for code generation, simulation, and debugging.
This code is a very simple program that sets up PORTC and PORTB I/Os and sends some values over these ports, and tries to read Port C and increments a counter and resets to a predetermined value when the counter rolls over to zero. All labels start in the first column, and the last line has an end directive. For detailed information, refer to the PIC18F452 datasheet on the course web page.
- 2022-07-13 16:21:22下载
- 积分:1
-
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A...
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th
- 2023-06-25 06:50:03下载
- 积分:1