说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 分段处理中断
1)  segment handling interrupt
分段处理中断
2)  processing interrupt time-sharing
处理中断分时
3)  time sharing,interrupt processing
中断处理分时
4)  interrupt handling
中断处理
1.
In the project of the network sleep monitoring on Microsoft Window 98,we design a virtual device driver (VxD) forphysiological signals acquisition card with VTOOLSD, in which we have accomplished IRQ virtualization, hook interrupt handling program, real-time processing of hardwave interruption and collection of ECG, EEG and other medical signals.
基于Microsoft Windows98平台的网络睡眼监护系统,利用VTOOLSD开发生理信号采集卡虚拟设备驱动程序(VxD) 在VxD中实现IRQ的虚拟化,钩挂中断处理程序,实时处理硬件中断,采集心电、脑电等多路生理信号。
2.
This paper discussed several problems which are needed to be raveled in μC/OS-II transplant process on ARM7;introduced the general interrupt handling process and method;presented the transplant μC/OS-II partial codes on the chip of LPC2000 series bashed on ARM7.
讨论了μC/OS-II在ARM7上移植过程中中断处理需要注意的几个问题,介绍了通用中断处理的过程和一般方法,并给出了在基于ARM7内核的LPC2000系列芯片上移植μC/OS-II部分代码。
3.
After presenting the common procedure of internal exception and external interrupt handling on processor,this paper analyzes exception processing and focuses on the mechanism of external interrupt handling in RTOS VxWorks,illustrates the implementation of interrupt management and demultiplexing with AT91RM9200 and MPC7410 processor.
针对实时系统中的中断处理的至关重要性,说明了微处理器的内部异常和外部中断的工作机理,阐述了实时操作系统VxWorks中的异常处理的过程,重点分析了在VxWorks中外部中断处理机制,并以AT91RM9200和MPC7410为例说明了VxWorks中断处理和中断复用的具体实现。
5)  interrupt processing
中断处理
1.
This paper introduces the development of driver,architecture of driver and the interrupt processing in Windows CE.
该文介绍了Windows CE下的驱动程序的结构、开发过程及Windows CE的中断处理过程,提出流接口和分层相结合的驱动程序设计方案,给出Windows CE下串口驱动的具体开发过程及串口驱动的中断处理过程。
2.
Because of the strict requirement of the real time property of interrupt response in a real time operation system, the authors propose that the interrupt response is divided into interrupt processing and interrupt servicing.
针对实时操作系统中要求中断响应实时性强的特点 ,提出了将中断响应分为中断处理和中断服务两部分 ,并且根据这种中断响应机制设计了多级中断服务请求队列 ,对临界资源的保护进行了探讨 。
6)  Interrupt process
中断处理
1.
Interrupt mechanism is the foundation of the Linux operating system,it supplies condition for CPU concurrent operation with external device,run multitask and communication in processors,this paper introduce interrupt concept and interrupt configuration,and then descriptor interrupt manage,Finally, discuss Linux system interrupt process.
本文首先介绍了中断概念和中断结构,其后描述了中断管理,最后讨论了Linux系统中断处理。
补充资料:分时处理
      多个用户(或部门)在定时分配的基础上共用一个信息处理系统的信息处理方式。
  
  早期的信息处理系统中,计算机只为一个用户服务。批处理虽能有效地提高机器的利用率,但用户把作业交给系统后便失去了对作业控制和修改的能力,而且通常要经几小时甚至几天才能得到所需要的结果。用户希望能通过自己的终端直接享用计算机资源,因而出现了分时的思想。由于计算机的高速度,它可以在分时共享的基础上高效率地为多个用户服务。
  
  分时处理系统是一个计算机系统(见图),它包括许多独立的、相对低速的、可以同时使用的联机终端设备(见联机处理),每个终端都可以直接访问中央处理机。中央处理机由一个时钟控制,按一定的时间从一个终端切换到另一个终端。它在指定的时间片内完成每个作业的一部分,保存中间处理的结果,然后转向另一个终端,如此循环直至工作全部结束。安排给每个用户的时间片是很短的,例如大约1/40秒,但是由于计算机的速度很高,在这段时间内它还是能完成很多的操作处理。用户之间的切换极其频繁,可使用户觉得好像在单独使用一个信息处理系统。用户彼此之间独立地操作,不会发生混淆或破坏现象。通常对各用户的作业还可赋予一定的优先权,作业按优先权排成队列。优先权高的作业可能获得较多的或较长的时间片。
  
  分时系统与那些为一个部门的专用目的而设计的系统不同,它力图为多个部门提供服务,处理较广范围的商务和科学作业。因此它的主存储器容量很大,中央处理机的通用性好,以支持所有复杂的程序设计和控制功能。分时处理有大量用户的信息存在同一个文件系统中,所以保密性更为重要,需要采取必要的措施(见数据安全)。
  
  分时处理是商用计算服务的基本方式。商用计算公司向各类顾客出售处理时间,提供多种服务,使顾客只需要关心他自己建立的应用系统,而不必考虑数据库管理和数据通信等问题。顾客可通过远程终端与计算机系统相连,并按终端与中央处理机连接的时间以及占用中央处理机的时间付费。各类学校可利用分时处理向广大学生提供上机的机会。商业部门和工业部门在它们的日常工作中也需要信息处理系统具有分时处理的能力。
  

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条