说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 循环程序
1.
Incremental Detection Method for Memory Access Overrun in Multi-loop Programs
多重循环程序内存访问越界增量检测方法
2.
Pipelined Template for Mapping Multiple Loop Nests on FPGA with Restricted Resources
自动映射多循环程序到有限FPGA资源的参数化流水线模板
3.
An error occured during the event provider host execution loop.
事件提供程序主执行循环过程中出错。
4.
Accounting cycle includes the following eight procedures.
会计循环由下列8个会计程序组成。
5.
A Teaching Inquiry in Cycle Structure of C Programming Language;
《C语言程序设计》中“循环结构”教学探析
6.
Application of Macro-program Designing Milling-circulation on FANUC Systen;
在FANUC系统上开发铣削循环宏程序
7.
Analysis of Frequent Fault in the Program Design of PLC Time Sequence and Cycle Control;
PLC时间顺序循环控制程序设计常见错误分析
8.
the Application of the Ciculating Educational Processes in the Training of Taotong Giant Swings;
循环教学程序在“套筒大回环”训练中的运用
9.
Teaching Study on "Circulation Structure" in Programing Courses;
程序设计课程中“循环结构”一节的教学方法
10.
For example, to nest one loop( the nested loop) within another loop( the nesting loop); to nest one subroutine( the nested subroutine) within another subroutine( the nesting subroutine).
例如,在一个循环中嵌入另一个循环,在一个子程序中嵌入另一个子程序。
11.
You cannot set an installer's Parent to an installer that creates a circular dependency.
不能将安装程序的父级设置为创建循环依赖项的安装程序。
12.
The Study and Implementation of C Program Loop Characteristic Analysis Technology Based on SUIF2;
基于SUIF2的C程序循环特征分析技术研究与实现
13.
The Design and Discussion of Programming Course of Iteration Structure Pedagogical in C Programming Language
C语言中循环结构程序课的教学设计与探讨
14.
The nesting of macro program loop statements of huazhong CNC system users
华中数控系统用户宏程序循环语句的嵌套
15.
The four strokes in the four-stroke-cycle engine, in their proper order, are intake, compression, power, and exhaust.
四冲程循环发动机中,四个冲程的固定顺序是:进气、压缩、作功和排气。
16.
Install the low pressure cycling clutch switch onto the accumulator fittinSee Low Pressure Cycling Clutch Switch in this group for the procedures.
安装低压循环离合器开关到蓄压器接头上。对于具体程序请参阅本单元中低压循环离合器开关。
17.
A loop that has no exit and whose execution can be interrupted only by intervention from outside the computer program in which the loop is included.
没有出口的一种循环,只能用包含该循环的计算机程序之外的干预来中断。
18.
This program shows examples of break and continue within for and while loops:
下面这个程序向大家展示了break和continue在for和while循环中的例子: