大家都搜:
[计]循环体
1、land loop───陆地环路
2、loop───n.环状物、圈;弯曲的部分;环状结构;循环电影胶片;重复指令;环路;(铁道或公路的)环线;大环(芝加哥商业中心);翻筋斗;单刃转圈;节育环;n.(Loop)(美、丹)劳鄱(人名);v.使成环;环行;放磁带,执行计算机指令;(使飞机)翻筋斗
3、forever loop───永久循环
4、body body───身体
5、open loop───开环,开环路;[自]开环
6、loop the loop───翻筋斗; 翻跟头;翻跟斗
7、sample loop───样品环;进样环路
8、compulsion loop───强迫循环
9、arbitrated loop───仲裁环路; 仲裁环
1、Consider the following algorithm which contains a conditional-branch within a loop-body.───考虑下面的算法,它在循环体内含有一个条件分支。
2、This new syntax is much more compact and, as an added bonus, collapses the loop body into nothing.───这个新语法要紧凑得多,并且它使循环正文减少到没有了。
3、Even the fastest code in a loop body will add up when iterated thousands of times.───即使循环体中最快的代码,累计迭代上千次(也将是不小的负担)。
4、This means the program statements executed in the loop body must change the value of the expression — or else the loop will never end.───这意味着循环体中执行的程序语句必须要改变表达式的值,否则循环将无法结束。
5、Since the WHILE condition is evaluated before entering the loop, it is possible that the loop body may not execute even once.───因为在进入循环以前,WHILE的条件是先给的,因为可能循环体不止执行一次。
6、The Continue keyword in Visual Basic now allows you to skip to the next iteration of a loop without processing the rest of the loop body.───VisualBasic中的Continue关键字现在允许跳到循环的下一次迭代中,而无需处理循环体的其余部分。
7、Limiting the number of expensive operations done in the loop body is a good way to speed up the entire loop.───限制在循环体内进行耗时Cao作的数量是一个加快循环的好方法。
8、Alternatively, he could model the unknown number of branches using a loop activity, but the loop body is executed serially.───或者,他可以使用循环活动来建模未知数量的分支,但循环体是以串行方式执行的。