-
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
-
89s51' s 9AT24C02 bus testing procedures
89s51的9AT24C02总线试验程序-89s51" s 9AT24C02 bus testing procedures
- 2022-01-25 20:17:50下载
- 积分:1
-
matlab 源代码,有兴趣看看啊,很有用的,学习必备
matlab 源代码,有兴趣看看啊,很有用的,学习必备-MATLAB
- 2022-05-24 20:30:38下载
- 积分:1
-
ad9951,dds资料,有用的朋友看看,希望对你有用!
ad9951,dds资料,有用的朋友看看,希望对你有用!-ad9951, dds information useful to look at the Friend, I hope useful for you!
- 2022-02-02 07:08:03下载
- 积分:1
-
该程序采用汇编语言完成,基于AT89C51adc0809和LCD1602实现数字电压表...
该程序采用汇编语言完成,基于AT89C51adc0809和LCD1602实现数字电压表-The procedure used to complete assembly language, based on the LCD1602 realize AT89C51adc0809 and digital voltage meter
- 2022-03-23 01:37:43下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
里面有很多编程的,希望大家喜欢・!
里面有很多编程的,希望大家喜欢・!-there are many programming, I hope you like them!
- 2022-05-12 14:32:50下载
- 积分:1
-
The code is written in BASCOM AVR compiler. for ATmega16 microcontroller. For fa...
The code is written in BASCOM AVR compiler. for ATmega16 microcontroller. For fastest finger first project-The code is written in BASCOM AVR compiler. for ATmega16 microcontroller. For fastest finger first project...
- 2022-02-20 20:05:17下载
- 积分:1
-
Basic program for Home automation robo in assembly language.
Basic program for Home automation robo in assembly language.
- 2022-05-07 15:14:49下载
- 积分:1
-
这是一个通讯程序
This a com program
- 2022-01-26 15:10:52下载
- 积分:1