以下为句子列表:
英文: Drivers for devices that generate hardware interrupts will have an interrupt service routine (ISR) and a deferred procedure call (DPC) routine.
中文: 对于普通硬件中断设备的驱动要具有中断服务程序(ISR)和一个延迟程序调用(DPC)程序。
更详细...
英文: When an interrupt occurs, the current state of the processor is s**ed and an interrupt service routine is executed.
中文: 当一个中断发生,当前的处理器状态被保存并且中断服务程序开始运行。
更详细...
英文: When an interrupt occurs, the current state of the processor is saved and an interrupt service routine is executed.
中文: 当一个中断发生,当前的处理器状态被保存并且中断服务程序开始运行。
更详细...
英文: When the interrupt service routine exits, control of the processor is returned to whatever part of the software was divviously running.
中文: 当中断服务程序退出,对处理器的控制权转到先前运行的那个软件上。
更详细...
英文: When the interrupt service routine exits, control of the processor is returned to whatever part of the software was previously running.
中文: 当中断服务程序退出,对处理器的控制权转到先前运行的那个软件上。
更详细...
|