搜索资源列表
ISR-PDIUSB12D
- USB PDIUSB12D C语言 中断服务处理程序-USB PDIUSB12D C language processing service interruption
VVvary
- 1为电压转换装置实现的原程序代码 2采用汇编语言 3在伟服6000的开发软件下编译执行-a voltage converter to achieve the original program code compiled using two languages in three 6,000-service software development Compiling under implementation
service-by-ASM
- 用汇编写系统服务程序。Windows NT的服务都是通过一般的可执行程序实现的,不同的是,它遵循内部的一个特定协议来设计,以便它们能够与服务控制管理器(SCM,Service Control Manager)进行正确的交互。-writing system with a compilation service procedures. Windows NT services are enforceable through the normal procedures to achieve, and t
int79h
- 编写一个自定义INT 79H的中断服务程序-prepared an INT 79H from the definition of a break in service procedures
汇编语言课程设计报告
- 汇编程序报告,有详细解析和源代码.用于实现DOS窗口右上角显示计时器的中断服务程序.-assembler report, a detailed analysis and source code. DOS window for the upper right-hand corner shows the timer interrupt service procedures.
中断矢量设置与读取有关的DOS功能调用
- 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, h
8259
- 用单脉冲发生器的输出脉冲作为中断源,每按一次按键产生一次中断申请,中断服务程序将在实验箱的显示屏显示一个字符“R”-Single-pulse generator output pulse as interrupt sources, each generated by a disruption of a key application for interrupt service routine to the display box in the experiment shows a charact
dingshizhongduan
- 时钟程序 定时器T0中断服务中产生时钟数据 在定时器T1中断服务程序中动态显示8个数码管。 P1口接七段数码管的段码,P2.2、P2.3、P2.4口接数码管的位控制码 -The clock program T0 timer interrupt service in clock data In the timer T1 interrupt service routines dynamic display of 8 digital tube. After 7 mouth
interface
- 这是一个用汇编语言编写实现的可编程并行接口实验,(1) 设置8255A的A口工作在方式1输出。 (2) 每按一次单脉冲按钮产生一个正脉冲使8255A产生一次中断请求。 (3) 设计中断服务程序,依次输出01H、02H、04H、08H、10H、20H、40H、80H,使L0~L7一次发光。 -It is written in assembly language implementation of a programmable parallel interface experime
OBC55
- 多业务传输系统的网元管理程序,是用8031汇编语言编写的一应用程序,在77E58上运行,自己编写了一个任务调度系统,很实用-Multi-service transport network element management system program in 8031 assembly language applications, 77E58 on the run, I have written a task scheduling system very usefu
read1
- 服务端的串口接收程序 linux下的。阻塞型的读写程序-The service side of the receiver program under linux. Blocking read and write process
3
- 程序功能为3位数码管定时更新显示,T0定时中断服务程序用于50ms扫描3位数码管,实现3位数码管的动态显示,显示内容为 :000~999。-The program features three digital tube display is updated regularly, T0 timer interrupt service routine for 50ms scan three digital tube, three digital tube dynamic display, the d
clock
- 定时器每100us中断一次,在中断服务程序中,对中断次数进行计数,100us计数10000次就是1秒。然后再对秒计数得到分和小时值,并送入显示缓冲区。-Timer interrupt every 100us, in the interrupt service routine, the interrupt number of counts, 100us count is 1 second 10000. Then seconds count the minutes and hours values
E
- 1.编写一个 32 位二进制数除以 16 位二进制数的除法程序.观察当除数为 0,或 超过相应寄存器范围时,程序执行的结果. 2.修改零号中断服务程序,使它具有以下功能: (1)判断除数是否为 0,当除数为 0 时,显示相应的结果 (2)当除数不为 0 时,采用适当的方法完成商超过 16 位的二进制数的除法运算. 3.注意必须保护原有中断服务程序的入口地址,并在程序完毕前加以恢复.-1 to write a 32-bit binary number is div
Nimitz
- 简化功能,便于程序员进行操作。而且能提供良好的界面服务-Simplified function, easy to programmers.And can provide good service interface
motor
- 直流电机的转速控制。利用8253产生“准PWM”(占空比50 ~0 )波形,不同的占空比影响着直流电机的转速。通过秒中断服务程序读取K7-0的数据、修改PWM的占空比,实现直流电机的转速控制。 -DC motor speed control. 8253 use a " quasi-PWM" (50 to 0 duty cycle) waveform, affecting different duty DC motor speed. Read by the interru
INT0
- INT0的中断服务程序及脉宽测量 通过按键产生/INT0 有效信号,在P3.4 引脚上输出指示信号;并测量按键操作在/INT0引脚上产生的高电平的脉宽。注意:实际操作时,测试的脉冲宽度有可能超过16 位计数器的定时范围。操作时,考虑用蜂鸣器或指示灯作为状态提示。 -INT0 interrupt service routine and pulse width measurement Produced by key/INT0 valid signal, the output signal
interrupt
- 编一程序,在显示器上显示时、分、秒,借用计数器8253的Timer0作为中断源,通过8259A向CPU发送中断,每10ms产生一次中断。在中断服务程序中管理刷新时、分、秒。 输入文件名(如:CLK)后清屏显示:Current:xx:xx:xx(时分秒键盘输入),打回车,时分秒开始计时,始终不停刷新。当键入ctrl+c时,停止计时,返回系统,且系统正常运行不死机。 -Compile a program that is displayed on the monitor, minutes,
blink-0.2.1
- Blink不仅仅是一个Web框架,也是一个Web服务器,可以脱离php-fpm、Apache独立运行,其底层基于Swoole的httpserver,性能有保障。Blink为构建Web应用程序提供简洁优雅的API,高可扩展性,允许开发者非常灵活自如的使用,为构建高性能API服务而生。-Blink is not just a Web framework, is a Web server, it can the php-fpm, Apache run independently, based on
酒店保险箱
- 酒店客房电子密码箱是专为客房客户提供贵重物品保管寄存的一种特殊容器。随着客房行业竞争越来越激烈很多为了给客户提供更优质周到的服务而选择在客房购置客房保险箱来供客户存放随身携带贵重物品。密码箱具有时钟显示,客人输入自己设定的密码开箱的基本功能,有管理员输入主密码应急开箱的功能,还可以扩展管理员修改主密码的功能,错误提示报警或打印开箱记录等功能。(Hotel rooms electronic password boxes is designed for guest rooms provide val