-
国标 DLT
国标 DLT-1997 645通讯协议 汇编代码-645 communication protocol assembly code
- 2022-01-28 09:49:03下载
- 积分:1
-
这个程序设置非常简单,但它已包含最常用的功能.
这个程序设置非常简单,但它已包含最常用的功能.-this program is very simple, but it contains the most commonly used functions.
- 2022-03-14 09:23:25下载
- 积分:1
-
Bubble Sorting in Assembly language
Bubble Sorting in Assembly language
- 2022-02-14 00:42:53下载
- 积分:1
-
Through the AT89C51, can be carried out on the LCD to read and write.
通过AT89C51,可以对LCD 进行读和写.-Through the AT89C51, can be carried out on the LCD to read and write.
- 2022-07-08 19:14:34下载
- 积分:1
-
USB PDIUSB12D C语言 中断服务处理程序
USB PDIUSB12D C语言 中断服务处理程序-USB PDIUSB12D C language processing service interruption
- 2023-06-16 01:00:02下载
- 积分:1
-
Software easy68K use for embedded compiler (.Asm)
Software easy68K use for embedded compiler (.Asm)
- 2022-02-25 14:42:32下载
- 积分:1
-
用matlab所编用传输矩阵法计算光子晶体的能带结构的程序
用matlab所编用传输矩阵法计算光子晶体的能带结构的程序-prepared by using Matlab using the transfer matrix method photonic crystals with the structure of procedures
- 2022-02-11 11:28:40下载
- 积分:1
-
用汇编写的下载功能的程序和源码,原程序仅1280B
用汇编写的下载功能的程序和源码,原程序仅1280B-compilation was made with the ability to download the source code and procedures, the original procedure only 1280B
- 2022-04-18 13:28:02下载
- 积分:1
-
and vector interrupt settings and read the DOS function calls, which in this cas...
与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, how to install (to be interrupted service procedures set up to address the interruption vector table), and how soft interrupt directive calling service interruption program. To highlight key issues, in this case the interruption of services not the presence of code memory.
- 2022-02-02 05:53:54下载
- 积分:1
-
写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…
To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall:
Flags within a file register called FIFOSTATUS:
• Bit 0: FIFO_full
• Bit 1: FIFO_empty
• Bit 2: attempt_2_read when FIFO_empty
• Bit 3: attempt_2_write when FIFO_full
- 2023-05-10 17:35:03下载
- 积分:1