这个循环执行了多少次呢?
您必须创建一个工具来循环执行id文件的附加。
You would have to create a tool to cycle through the attaching of the IDs.
5秒钟内的主要动画循环执行另一个画环?
Execute another draw loop for 5 seconds within the main animation loop?
如果TESTING启用,当循环执行时,哈希条目将以排序顺序显示。
If TESTING is enabled, the hash entries are printed out in sorted order as the loop executes.
要在模式间进行切换,需要对主程序循环的每次循环执行额外的检查。
To switch between modes, an additional check is required in each pass of the main program loop.
这些重写后的循环只在循环执行之前对数组长度进行一次属性查询。
Each of these rewritten loops makes a single property lookup for the array length prior to the loop executing.
在循环执行十次之后,一个声音元件将会播放“Goodbye”,然后程序结束。
After the loop executes ten times, a sound block executes that plays "Goodbye" and the program ends.
另一种常见的算法结构是当条件为“真”时,循环执行一条语句或者语句序列。
Another common algorithmic structure involves that the need to continue executing a statement or sequence of statements as long as some condition remains true.
LotusScript循环执行 100次而不是 100,000 次。
Our LotusScript executes its loop 100 times, instead of 100,000 times.
类中的主要方法就是打开原始的BAR文件并循环执行该文件内容的处理方法(图3)。
The main method in this class is the process method (Figure 3) that opens the original BAR file and loops through its content.
注意,您也可以使用for 循环按照指定的次数来循环执行这个脚本,然后才退出。
Note that you could also use a for loop to execute the script a given number of times before quitting.
当然,访问或修改元素最坏的情况是使用循环执行此操作,特别是在HTML集合中使用循环。
Naturally, the worst case of accessing or modifying elements is when you do it in loops, and especially in loops over HTML collections.
从第一个正则表达式开始,创建一个来自数据文件的记录数组,然后循环执行其余的正则表达式以改进结果。
Starting with the first regular expression, create an array of records from the data file, then loop through the remaining regular expressions to refine the results.
清单4的% MACRO_FUNCTION显示了使用while循环执行了40次的六条insert语句。
The % MACRO_FUNCTION of Listing 4 shows six insert statements executed 40 times using a while loop.
每次循环执行,属性变量被填充以对象属性的名字(一个字符串),直到所有的对象属性遍历完成才返回。
Each time the loop is executed, the prop variable is filled with the name of another property (a string) that exists on the object until all properties have been returned.
介绍了单片机防止程序“跑飞”的几种软件复位方法。这些方法特别适用于需要循环执行模块化结构的程序。
This paper introduces some ways of resetting monolithic processors by means of software whenever the program goes wrong. They are convenient to be used and can be applied generally.
fork - join框架支持几种风格的ForkJoinTasks,包括那些需要显式完成的,以及需要循环执行的。
The fork-join framework supports several styles of ForkJoinTasks, including those that require explicit completions and those executing cyclically.
在这种情况下,更佳的解决方案是将带有名称-值对的两维数组传递给setMeta() ,并且让函数循环执行该数组 —同时执行所有操作。
In that case, a better solution is to pass setMeta() a two-dimensional array with name-value pairs and have the function loop through it -- performing all the activities simultaneously.
现在,可以调用这个方法并在循环的任意位置中断执行,这会捕获程序的状态。
You can now call this method and interrupt execution at any point of the loop, capturing the state of the program.
但是无论什么类型的循环,执行的顺序都至关重要,这一点与函数式编程正好相反。
However, regardless of the loop's type, the order of execution matters, and this is antithetical to functional programming.
这样就完成了将分析和流程调整技术反馈到建模步骤的执行循环。
This completes the execution loop with analysis and process adaptation techniques feeding back to the modeling step.
这些脚本可能执行循环,也可能打开一张长的文件列表,忘记在打开新文件之前先关闭当前文件。
These scripts might execute a loop, or perhaps open a long list of files, forgetting to close the current file before opening a new one.
DB 2不执行任何自动的循环检查。
尤其是,对于清单4中的代码,JVM可以跟踪执行每个循环的次数。
In particular, with the code in Listing 4, the JVM can track how many times each loop is executed.
第[3]步和[4]步可以再循环中重复执行。
这些字段将跟踪已在循环中执行的迭代数,并检查该条件以确定何时结束。
These fields keep track of the number of iterations that have been performed in the loop, and check the condition to determine when to end.
注意,要在循环中执行CAS,因为它可能会失败一次或多次才能获得成功,使用CAS的代码总是这样。
Note that the cas must be executed in a loop, because it may fail one or more times before succeeding, which is always the case with code that USES cas.
这意味着循环体中执行的程序语句必须要改变表达式的值,否则循环将无法结束。
This means the program statements executed in the loop body must change the value of the expression — or else the loop will never end.
执行带有循环(特别是嵌套循环)的方法可能需要耗费很多时间。
Methods with loops, and particularly nested loops, can be time-consuming to execute.
在该方法中,源于新需求或设计更改的所有优化循环都在模型中执行。
In this approach, all refinement cycles resulting from new requirements or changes in design are carried out in the model.
应用推荐