In the second case, a nonlinear element may be situated anywhere in a control loop while the input of the element is known.
第二种情况是非线性元件在控制系统的任意处而其输入是已知的。
The loop then continues while there are links remaining to visit.
当还存在需要访问的链接时,循环继续。
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循环。
You can determine how many incoming data items to expect with an infinite loop, while (true).
通过一个有限循环while (true),您可以确定期望的到来数据项的数量。
A while loop will rarely include the number of iterations — unless it is a for loop in disguise.
while循环很少包含迭代次数——除非它是一个伪装的for循环。
The while loop in Listing 12 ensures that spurious wake-ups are handled properly.
清单12中的while循环确保正确地处理虚假的唤醒。
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语句。
When finished viewing the output from the lpstat -w command, type a Control-C to interrupt the "while" loop.
查看完lpstat- w命令的输出之后,按Control - C中断“while”循环。
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循环和相应的条件。
Notice how this method accounts for possible weak references in the queue with the do-while loop.
请注意该方法如何用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循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
The second type of flow control statement in Python is the while loop, which executes a block of program statements while an expression evaluates True.
Python中的第二种流控制语句是while循环,它在一个表达式计算为True时执行一个程序语句块。
The second type of flow control statement in Python is the while loop, which executes a block of program statements while an expression evaluates True.
Python中的第二种流控制语句是while循环,它在一个表达式计算为True时执行一个程序语句块。
应用推荐