中断驱动 meaning in English
interrupt driven
Examples
- Device drivers are either polling or interrupt - driven , with the latter being more generally preferred
设备驱动程序不是轮询的就是中断驱动的,后一种越来越成为首选的。 - The data exchange between the background isr ( interrupt service routine ) and the foreground main loop is achieved by event flags and data buffers
整个固件程序设计成完全的中断驱动方式,后台中断服务程序( isr )和前台主循环之间的数据交换通过事件标志和数据缓冲区来实现。 - The main problem in the project is how to develop can bus pc card driven in the field measurement and control software . the fifth chapter of the paper has discussed the solution to this problem in detail
本课题中的主要技术难题是如何开发现场测控软件的can总线板卡中断驱动,论文的第五章详细介绍了该问题的解决途径。 - Time and space consistency of the simulation nodes . besides , this dissertation develops the hardware card ( evoc pcl 720 ) and designs the vxds . it also provides the solution for the linking between the dis and hardware - in - the - loop simulation system
同时,论文进行了硬件板卡pcl - 720的开发和中断驱动程序( vxd )的设计,初步解决了分布交互仿真系统与半实物仿真系统的连接问题。 - This paper induces win9x system behavior on hardware interrupt in details , giving the steps of writing the interrupt driver , and discusses the methods of realizing the communication between win32 application and interrupt processing procedure , giving some source code
另外,介绍了windows9x系统对硬中断的处理机制,编写了中断驱动程序( vxd )并给出了vxd与win32应用程序的通信方法及部分源代码。