Listing 8 shows an example of using an iterating WHILE-LOOP.
清单8展示了一个使用迭代WHILE - LOOP的例子。
The routing between the general step (with no name) and While Loop contains logic that corresponds with the loop condition.
通用步骤(没有任何名称)和While循环之间的路由包含与循环条件对应的逻辑。
In this way, the FileNet process ACTS in the same manner as a while loop, even though loops are not supported.
从这方面说,FileNet流程尽管不支持循环,但其操作方式与while循环相同。
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循环。
Obviously, since this is a snapshot in time, the line could be any line inside the while loop, such as line 16, 17, or 18.
显而易见,因为这是一个即时快照,所以该行可能是while 循环中的任意行,比如行16、17或 18。
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语句。
BuildCanary then goes back to the top of its while loop and waits for the next message.
然后,BuildCanary回到while循环的顶端,等待下一条消息。
The while loop (like the for loop introduced later in this article) supports three additional statements
while循环(与本文后面介绍的for 循环一样)支持三种附加语句
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)。
As shown in Figure 1 below, this part of the workflow is composed of a "while" loop called "Manufacturing loop".
正如下面的图1所示,工作流的这一部分是由一个称为“制造循环(Manufacturing Loop)”的“while”循环组成的。
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循环的内容。
Normally, functional languages eschew the while loop, because most of what while does can be done instead with recursion.
通常,函数语言会避开while循环,因为while实现的大多数操作都可以使用递归来完成。
Listing 2 shows this while loop and the corresponding condition.
清单2显示了这个while循环和相应的条件。
The difference with the do while loop, as the syntax kind of suggests, is that this construct is going to do something no matter what.
作为建议的语法,do,while循环的不同之处,是这个结构不管怎么样,它会做一些事情。
With a while loop set up to read from stdin, the various components of the dots file are extracted.
建立一个while循环从stdin中读取数据,这样可以将dots文件中的各项内容提取出来。
Instead, the program enters a while loop waiting for new connections.
相反,程序进入一个while循环,等待新的连接。
A while loop then iterates through the dataset, storing the information in a convenient array for later display.
然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
Double clicking on the while activity in the editor enables you to see the sub flow inside the while loop.
如果您双击编辑器中的while活动,就会看到whlie循环中的子流。
Notice how this method accounts for possible weak references in the queue with the do-while loop.
请注意该方法如何用do - while循环来处理队列中可能存在的弱引用。
Each order is sent to the corresponding manufacturing plant inside the while loop, according to manufacturing plant policy through service "Manufacture plant 1".
根据整个服务“ManufacturePlant 1”中的制造厂策略,将每个订单发送到while循环内相应的制造厂。
A while loop within bash allows you to execute a statement a given number of times, or until a certain condition is met.
bash中的while循环可以重复执行语句一定的次数,或者一直执行到满足某一条件为止。
A while loop within bash allows you to execute a statement a given number of times, or until a certain condition is met.
bash中的while循环可以重复执行语句一定的次数,或者一直执行到满足某一条件为止。
应用推荐