中英互译
interrupt request
美 /ˌɪntəˈrʌpt rɪˈkwest/
基本释义
- 中断请求:计算机硬件设备向处理器发送信号,请求处理器暂停当前任务以处理该设备的任务。
双语例句
- A processor interrupt request is generated on completion of a transaction.在完成事务时产生处理器中断请求。
- Just because a task is cancelable does not mean it needs to respond to an interrupt request immediately.仅仅因为一个任务是可取消的,并不意味着需要立即对中断请求作出响应。
- Interrupt request with the low power mode ensures the low-power of heat meter in the aspect of software.中断请求配合低功耗模式从软件方面保证了热量表的低功耗。
网络短语
- interrupt request lines中断请求线;信息检索语言;中断请求通路
- IRQ Interrupt ReQuest中断请求;中断;中断请求信号
- conditional interrupt request条件中断请求
- Interrupt Request INTREQ中断请求
- Fast Interrupt Request快速中断请求;快速中断要求;中断请求
同义词
[计]中断请求
英英释义
- In a computer, an interrupt request (or IRQ) is a hardware signal sent to the processor that temporarily stops a running program and allows a special program, an interrupt handler, to run instead. Interrupts are used to handle such events as data receipt from a modem or network, or a key press or mouse movement.