1)programinterrupt程序中断
英文短句/例句
1.handler interrupt service section处理程序中断服务区
2.Process of application program interruption and resumption on BREW platformBrew平台上应用程序中断和恢复的处理
3.software priority interrupt程序优先级中断-由程序进行中断
4.operator external interrupt processor操作员外中断处理程序
5.display stop interrupt handler显示停止中断处理程序
6.control panel interrupt transfer控制板中断转移程序
7.compiler diagnostics编译程序的诊断程序
8.A circuit that conveys a signal stopping the execution of a running program.中断传递中断当前运行程序信号的电路
9.Break execution when the program reaches this location in a file.程序执行到文件的该位置时,中断执行。
10.Break execution when the program reaches this location in a function.程序执行到函数的该位置时,中断执行。
11.Breaks the execution of all programs currently being debugged.中断执行所有当前正在调试的程序。
12.An interruption of a program that is initiated by a software instruction.由软件指令发起的的一个程序的中断。
13.post program controlled interrupt receiver算后程序控制中断接收器
14.To interrupt execution at a given spot, usually for the purpose of debugging.在给定点中断执行,通常用于调试程序。
15.an instruction that interrupts the program being executed and passes control to the supervisor.中断正在执行的程序转受管理人控制。
16.an instruction that interrupts the program being executed.中断正在执行的电脑程序的一种指令。
17.Linux Interrupt System Measurement with Program Dependency;Linux中断系统的程序依赖性度量
18.Design of Interrupt Device Drivers Based on Embedded Linux基于嵌入式Linux的中断驱动程序设计
相关短句/例句
Interrupt program中断程序
1.Based on the principle of UART, a software method has been presented for asynchronous communication by using interrupt program of timer, and has been implemented in an application project.本文通过分析通用异步通信器件的工作原理,给出了一种利用单片机的定时器中断程序实现异步通信的方法,并在实际工程项目中得到了应用。
3)interrupt routine中断程序
1.An attemt to use the interrupt routine method is successfully conducted.并对中断程序法进行了成功的尝试。
4)microprogram interrupt微程序中断
5)interruption subroutine中断子程序
6)set program interrupt置程序中断
延伸阅读
编译程序的编译程序编译程序的编译程序compiler-compiler b Ianyi ehengxu de blanyi chengxu编译程序的编译程序《compile卜伪mpiler》产生编译程序的编译程序。它接受用某一适当的表示体系描述的某一语言类中任一语言A的词法规则、语法规则、语义规则和(或)代码生成规则,并从这些描述产生出用目标语言B写的关于语言A的编译程序的全部或部分。编译程序的编译程序又称为偏译租序的生成租序。 通常,编译程序分成词法分析程序、语法分析程序、语义分析程序、代码生成程序等若干部件。这些部件可以用一个总的编译程序的编译程序的不同部分来生成,也可以分别用不同的专用生成程序来生成。这些专用生成程序包括词法分析程序的生成程序,语法分析程序的生成程序和代码生成程序的生成程序等。 词法今析租序的生成粗序接受以正则文法或其它类似文法描述的单词,构造一个有限状态自动机,由此生成一个词法分析程序。 语法介析程序的生成程序接受以上下文无关文法的形式描述的源语言的语法,生成一个语法分析程序。各种语法分析程序的生成程序随实现语言、语法分析算法的原理以及源程序中语法错误处理能力的不同而异。如采用LR的语法分析程序的生成程序YACC和采用递归下降法的语法分析程序的生成程序L比en。 语义分析程序、中间代码生成程序和目标代码生成程序的生成程序的设计与实现与形式化的语义描述紧密相关。语义描述形式化技术相当困难,目前大多数生成程序中语义描述还是采用非形式化,它们的基本思想是为源语言的上下文无关文法的语法符号或产生式配以翻译子程序(语义动作或语义子程序)。 现有不少性能很好的编译程序的编译程序,如词法分析程序的生成程序LEX,语法分析程序的生成程序yACC和LLgen,它们都显著提高了编译程序的开发效率。