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 while loop has three major pattern-matching sections.
白色的环有三个主要的模板匹配部分。
Some models are decomposed into multiple levels, such as a While loop within a local subprocess, within a While loop.
有些模型被分解为多个级别,例如While循环中的局部子流程中的While循环。
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循环?
You can determine how many incoming data items to expect with an infinite loop, while (true).
通过一个有限循环while (true),您可以确定期望的到来数据项的数量。
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语句。
The obvious issue is that the NULL check must be part of the while loop.
明显的问题是NULL检查必须放在 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循环。
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循环在满足一些条件的情况下,将重复所包含的活动。
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循环来处理队列中可能存在的弱引用。
So this do while loop immediately breaks out at the point of that check.
所以这个do,while,循环在检查的时候,直接中断了。
现在登场是while(1)循环。
Instead, the program enters a while loop waiting for new connections.
相反,程序进入一个while循环,等待新的连接。
A while loop activity contains other activities and a condition.
While循环活动包含其他活动和一个条件。
Create a while loop to select multiple shippers.
创建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循环绘制图。
We'll diagram the while loop shown in Listing 3.
我们将对清单3中显示的while循环绘制图。
应用推荐