SWI:软件中断

“软件中断”(SoftWare Interrupt)常缩写为SWI,以提升书写和使用的效率。这一术语广泛运用于计算机领域,尤其是在汇编语言编程中,用于表示由软件主动触发的系统中断机制。通过SWI,程序能够向操作系统请求特定的系统服务或实现进程间的协调控制。

SoftWare Interrupt具体释义

  • 英文缩写:SWI
  • 英语全称:SoftWare Interrupt
  • 中文意思:软件中断
  • 中文拼音:ruǎn jiàn zhōng duàn
  • 相关领域swi 程序集

SoftWare Interrupt的英文发音

例句

  1. A signal is a software interrupt.
  2. 信号(signal)是软件中断(SWI)。
  3. Once it gets the signal, it schedules the tasklet / bottom half ( software interrupt ).
  4. 在收到这个信号之后,它就调度tasklet/bottomhalf(软件中断(SWI))。
  5. In computing, an interrupt request by a peripheral unit, as opposed to a software interrupt written into a computer program.
  6. 在计算机系统中,由外部设备引起的一种中断请求,它与编写在计算机程序中的软件中断(SWI)不同。
  7. Data structure for software interrupt
  8. 软件中断(SWI)的数据结构
  9. The pointer to a row can contain some value which causes a hardware or software interrupt in case the row is not in memory.
  10. 指示行的指示字还包含一个值,当相应行不在存贮器中时,它引起硬设备或软设备中断。