Listing 8 shows an example of using an iterating WHILE-LOOP.
清单8展示了一个使用迭代WHILE - LOOP的例子。
Some models are decomposed into multiple levels, such as a While loop within a local subprocess, within a While loop.
有些模型被分解为多个级别,例如While循环中的局部子流程中的While循环。
That's why the main test method in Listing 1 USES a while loop instead of a new for loop.
这就是为什么清单1中的main测试方法使用while循环而不是一个新的for循环。
At the bottom of the while loop, you read another directory entry and process it.
在while循环的底部,读取另一个目录条目并对其进行处理。
Now instinctively, prefer the for loop or the while loop?
现在凭感觉,你们喜欢for循环还是while循环?
A while loop will rarely include the number of iterations — unless it is a for loop in disguise.
while循环很少包含迭代次数——除非它是一个伪装的for循环。
This starts the second trip through the while loop, where the variable I becomes 25.
这就会第二次进入while循环,这次变量i变成了25。
The while loop declaration describes the conditions under which the loop will continue.
while循环声明描述循环继续的条件。
The % MACRO_FUNCTION of Listing 4 shows six insert statements executed 40 times using a while loop.
清单4的% MACRO_FUNCTION显示了使用while循环执行了40次的六条insert语句。
The obvious issue is that the NULL check must be part of the while loop.
明显的问题是NULL检查必须放在 while 循环中。
BuildCanary then goes back to the top of its while loop and waits for the next message.
然后,BuildCanary回到while循环的顶端,等待下一条消息。
Going a step further, look at the structure of the code inside the while loop.
再进一步,看看while循环内部的结构。
The key part of that is that WHILE loop.
关键的部分是这个while循环。
The while loop has three major pattern-matching sections.
白色的环有三个主要的模板匹配部分。
The WHILE loop scans the input array; when an element begins with the required area code, it is added to the output array.
WHILE循环扫描输入阵列;在元素以所需的区域代码开始时,将其添加到输出阵列。
Listing 5 shows an example of an SQL procedure with a WHILE loop.
清单5展示了一个包含WHILE循环的示例SQL过程。
The system task named while loop points to an activity set that contains tasks corresponding to the ones in the while loop (Figure 12).
名称为while循环的系统任务指向一个活动集,该活动集包含与while循环中的任务对应的任务(图12)。
A while loop is a loop that repeats the included activities while some condition is satisfied.
一个while循环在满足一些条件的情况下,将重复所包含的活动。
The while loop is a perfect example to close with, as it combines a loop with a condition.
因为while循环将循环与条件结合起来,因此它是个非常容易接受的示例。
If you clicked + to expand a while loop, the editor showed just the contents of the while loop.
如果单击+以展开while循环,编辑器仅显示while循环的内容。
Listing 2 shows this while loop and the corresponding condition.
清单2显示了这个while循环和相应的条件。
So this do while loop immediately breaks out at the point of that check.
所以这个do,while,循环在检查的时候,直接中断了。
Instead, the program enters a while loop waiting for new connections.
相反,程序进入一个while循环,等待新的连接。
A while loop activity contains other activities and a condition.
While循环活动包含其他活动和一个条件。
A while loop then iterates through the dataset, storing the information in a convenient array for later display.
然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
Create a while loop to select multiple shippers.
创建while循环,以选择多个托运人。
Notice how this method accounts for possible weak references in the queue with the do-while loop.
请注意该方法如何用do - while循环来处理队列中可能存在的弱引用。
Figure 6 shows the contents of the while loop (Manufacturing loop).
图6显示了while循环的内容(ManufacturingLoop)。
Until then, the function blocks in a while loop.
在此之前,函数在while循环中阻塞。
We'll diagram the while loop shown in Listing 3.
我们将对清单3中显示的while循环绘制图。
应用推荐