中断,Interrupt
1)Interrupt[英][,?nt?'r?pt][美]['?nt?'r?pt]中断
1.Principle & application of MSP430 TIMER_A interrupt;MSP430单片机TIMER_A中断的原理及运用
2.On Method of Compiling Interrupt Service Program;Turbo C编写中断程序的方法
3.The Interrupt Resources and Application of C5402 DSP;TMS320C5402 DSP中断资源及其应用
英文短句/例句

1.interrupt enable and disable中断允许与中断禁止
2.interrupt (address) register中断(地址)寄存器
3.A temporary suspension of conductivity or excitability in a nerve.中断神经中对传导和兴奋的暂时中断
4.software priority interrupt程序优先级中断-由程序进行中断
5.To suppress(an interrupt feature).禁止,中止抑制(中断特点)
6.a disruption of telephone service during the hurricane飓风中电话的中断.
7.Imagine a family that is short on food and the basic necessities, and the breadwinner is compelled to turn to loan sharks for money.家中断粮断奶粉,逼得四处找大耳窿。
8.The point of discontinuity between two levels on the deck of a ship.间断面船甲板的两层之间的中断
9.A VAX/ VMS interrupt service routine that is activated by a software interrupt at a fork interrupt priority level( IPL).VAX/VMS的一种中断服务子程序,在分叉中断优先级(pl)软件中断激活。
10.pick/take up the thread(s),ie continue after an interruption接上线(中断后的联系)
11.microwave repeater test bay微波中断装置测试器
12.interruption signal中断信号-等候工作
13.real-time clock interrupt counter实时时钟中断计数器
14.handler interrupt service section处理程序中断服务区
15.Of, relating to, or used in a diagnosis.诊断的诊断的,与诊断有关的,或在诊断中使用的
16.Research on the t/k Diagnosis Policy and the Genetic Diagnosis Algorithm;故障诊断中t/k诊断策略及遗传诊断算法研究
17.On Elastic Below Staccato and Bounced Staccato Skill of Piano Performance钢琴断奏技巧中的反弹力断奏和下弹力断奏
18.An instance of suddenly breaking away or off.分裂,断裂突然中止或断裂的情况
相关短句/例句

interruption[英][,?nt?'r?p?n][美]['?nt?'r?p??n]中断
1.Interruption Experiment Designing and Ex-interruption Source Expanding;中断实验的设计及外部中断源扩展的实现
2.Data sampling with VxD based on interruption;用VxD实现基于中断的数据采集
3.Realization of 8-Bit Parallel Interruption Communications Between PCs;微机间8位并行双向中断通讯的实现
3)preemption[英][pri'emp??n][美][pri'?mp??n]中断
1.Sometimes,the preemption can not be simply resumed, instead there must be some delay before the work is reprolessed.对于传统的中断—恢复模型下的P2|prmp|Cmax问题,已有最优调度规则。
2.The Identical machine scheduling problem with preemption and release times is considered.讨论工件有不同准备时间,加工允许中断的同速机调度问题,目标函数为最小化时间表长。
4)disruption[英][dis'r?p??n][美][d?s'r?p??n]中断
1.Two parallel machines scheduling under potential disruption with transportation considerations可能产生中断且考虑运输的两台平行机排序问题
2.With globalization developing and manmade sabotages and natural disasters increasing,supply chain disruption risk has become a most important and attractive category of supply chain risk.随着全球化的发展以及人为破坏和自然灾害的增加,供应链中断风险已经成为供应链风险的最重要、最引人关注的一类风险,其风险一旦出现将导致各种各样的问题发生,甚至将一个健康的企业置于万劫不复的危险境地,因此,必须加以防范。
3.Affected by its endogenous variables or exogenous variables,either disruption or delay may be resulted.一个供应链系统由供应商、内部供应链和零售商组成,在内生变量和外生变量的干扰下产生中断和延迟两种结果。
5)suspend[英][s?'spend][美][s?'sp?nd]中断
1.On Suspend Cause of the Correct Line of 8th Central Committee of CPC;中共八大正确路线中断的原因研究综述
6)intermit[英]['int?'mit][美]['?nt?'m?t]中断
1.The timer and intermit system of it are fully made use of in the metronome.本节拍器以AT89C51单片机为控制核心,充分利用其中断和定时系统,通过汇编语言程序设计,控制外部相关硬件电路,定时产生鼓点,并且实现了对电子音乐节拍的调节,音色优美。
2.When terminal users of WLAN(Wireless Local Area Network) move, data transmission is intermitted, so users cannot enter network in time.针对无线局域网(WLAN)用户终端在移动时,导致数据传输中断,短时间内无法继续上网,用户需要重新获得IP地址,再次登录认证,才能上网等问题,讨论了WLAN的结构和PVLAN(PrivateVLAN)原理以及其配置方法。
延伸阅读

中断中断interrupt  zhongduan中断(interruPt)计算机在执行程序过程中,当遇到急需处理的事件时,暂停当前正在运行的程序,转去执行有关服务程序,处理完后自动返回原程序,这个过程称为中断。 中断可分为内中断和外中断。内中断是由计算机内部原因引起的中断,如溢出中断、非法操作码中断、地址越界中断等;外中断指外部事件引起的中断,如输入输出中断、电源故障中断、实时钟中断等。外中断又叫强迫中断。在内中断中,由程序中特设的指令引起的中断,又称为软中断。 要求中断的请求可按其轻重缓急分级,并赋予一定的优先权,称为中断优先级。当有多个中断请求时,中断系统按中断优先级进行排队。排队原则是:级别高的优先响应。若在处理低级中断过程中又有高级中断申请中断,则高级中断可以打断低级中断处理,转去处理高级中断,等处理完高级中断后再返回处理原来的低级中断,称为中断嵌套。为了增加中断排队的灵活性,还可用程序的方法在某段时间中屏蔽某些中断请求,以改变中断响应顺序。有些中断请求是不能屏蔽的,如电源一旦掉电,中央处理器应立即响应,其优先级最高,称为非屏蔽中断。 中央处理器在响应中断后转人具体的中断服务程序之前必须保存其现场,包括程序断点、程序状态字和运算器中通用寄存器内容,以保证中断服务后能够恢复现场返回原来的程序。在保存现场和恢复现场的阶段,不允许任何新的或更高级的中断打断。系统采用“关中断”的办法禁止响应任何中断,等到保存现场或恢复现场完毕,再“开中断”。中断处理过程包括保存现场、恢复现场和具体的服务处理,都是通过程序实现的,因此这种方式又叫程序中断方式。 为了提高响应中断的速度,通常把所有中断服务程序的入口地址(或称中断向量)汇集为中断向量表。当中央处理器响应中断时,从中断向量表中直接得到相应的人口地址,并从该地址开始执行中断服务程序。 中断在现代计算机系统中是一种非常重要的技术,输人输出设备和主机交换数据、分时操作、实时系统、多处理机系统、计算机网络和分布式计算机系统中都要用到这种技术。