-
VC编程开发的源代码之一
VC编程开发的源代码之一-VC programming one of the source code
- 2022-01-26 04:40:25下载
- 积分:1
-
进销存管理系统
一个数据库增删改查的仓库管理系统。 有登陆界面 和 商品订单的基本管理操作。 用jdbc直连数据库。 最简单的mvc框架设计。 界面使用windowbuilder拖拽产生。 比较适合初学进行 java操作数据库课程设计使用。
- 2022-03-06 07:47:59下载
- 积分:1
-
基于蒙特卡洛法的并行计算
使用蒙特卡洛法通过多线程计算π值,可以灵活的修改线程的数目
- 2022-09-30 06:45:08下载
- 积分:1
-
used as background dialog
用BMP 作为对话框背景-used as background dialog
- 2022-03-30 17:04:40下载
- 积分:1
-
Used with mklogo. very simple
Used with mklogo. very simple
- 2022-05-05 06:13:03下载
- 积分:1
-
support replacement skin control (other source
支持更换皮肤的控件(其它源码-cc++源码)-support replacement skin control (other source-c c FOSS)
- 2022-05-19 13:06:08下载
- 积分:1
-
Software engineering e book by pressman
Software engineering e book by pressman
- 2023-06-15 02:06:03下载
- 积分:1
-
PLX net2272 USB设备接口的驱动程序,C语言源代码
PLX NET2272 USB 设备接口驱动程序,c语言源程序-PLX NET2272 USB Device Interface driver, c language source code
- 2022-02-15 23:32:39下载
- 积分:1
-
- 2022-05-20 17:25:12下载
- 积分: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