-
Delphi图像演播技巧
Delphi图像演播技巧-Delphi Image Studio skills
- 2022-08-03 10:55:08下载
- 积分:1
-
递归读取磁盘文件,使用库dirent.h中的相关函数
递归读取磁盘文件,使用库dirent.h中的相关函数-recursive disk read documents and use the library dirent.h correlation function
- 2022-03-14 05:36:37下载
- 积分:1
-
基于Wince 4.2 操作系统,用Evc4.0编写的s3c2410 SPI模块程序
基于Wince 4.2 操作系统,用Evc4.0编写的s3c2410 SPI模块程序-Wince 4.2-based operating system, with Evc4.0 prepared s3c2410 SPI module procedures
- 2022-01-26 17:09:40下载
- 积分:1
-
通讯录的原代码,用与编写一个小通讯录,应用于DOS/WINDOWS
通讯录的原代码,用与编写一个小通讯录,应用于DOS/WINDOWS-inclusion in the original code, and with the preparation of a small address book, use DOS/Windows
- 2022-02-06 04:46:23下载
- 积分:1
-
测试wpcap
wpcap的测试和简单实用使用的工具有wpcap,vs2010在使用改代码之前需要对Windows环境进行配置需要安装wpcap,并且和wpcap的package在vs2010中需要引入wpcap的lib和一些头文件具体的详细配置可以自行搜索
- 2023-02-25 16:35:04下载
- 积分:1
-
sqlite数据库的源代码,用于设计小型数据库
sqlite数据库的源代码,用于设计小型数据库-Source code of sqlite database, which is used for designing minitype database.
- 2023-06-14 22:15:03下载
- 积分:1
-
一个计算n!的小程序,包括源代码 还有生辰的可执行文件
一个计算n!的小程序,包括源代码 还有生辰的可执行文件-jisuan n! de xiaochenxu
- 2022-08-08 13:17:48下载
- 积分:1
-
音频编码的代码比较实用
音频编码的代码比较实用-useful source code about audio encode
- 2023-08-10 06:50:04下载
- 积分:1
-
安装一个鼠标钩子
安装一个鼠标钩子-install a mouse hook
- 2022-09-12 06:15:03下载
- 积分:1
-
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了I...
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了INT0中断,一般中断程序进入时应保护PSW,ACC以及中断程序使用但非其专用的寄存器。本例的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,即设置时不允许重入。本例中没有涉及这种情况。
实验开始时K8应在H(高电平)端,要产生中断时先拨向L(低电平)端再拨回H端。
-Interrupt service s key is: 1. the protection enters when the interrupt condition, and when the withdrawal interrupt before regains enters the condition. 2. must in the interrupt routine establish whether to permit the interrupt re-entry, namely establishes the EX0 position. in this example has used the INT0 interrupt, generally the interrupt routine enters when should protect PSW, ACC as well as the interrupt routine use but non-its special-purpose register. This example INT0 program protection PSW, ACC,2 and so on three registers, and restored these three registers before the withdrawal. Moreover in the interrupt routine involves to when the essential data establishment should close the interrupt, namely when establishment does
- 2022-03-22 04:01:46下载
- 积分:1