首先是while 循环。
The key part of that is that WHILE loop.
关键的部分是这个while循环。
Listing 7. Pseudocode for the while loop.
清单7. while循环的伪代码。
Decrement the count and end the while loop.
减少计数并终止while循环。
Listing 8. A simple example of the while loop.
清单8.while循环的一个简单例子。
Create a while loop to select multiple shippers.
创建while循环,以选择多个托运人。
Until then, the function blocks in a while loop.
在此之前,函数在while循环中阻塞。
We'll diagram the while loop shown in Listing 3.
我们将对清单3中显示的while循环绘制图。
The while loop has three major pattern-matching sections.
白色的环有三个主要的模板匹配部分。
The diagram for the while loop is shown in Figure 6.
图6显示了while循环图。
Now instinctively, prefer the for loop or the while loop?
现在凭感觉,你们喜欢for循环还是while循环?
The contents of the new while loop are expanded for view.
新while循环的内容将展开以供查看。
Preceding a block of JSON data with an endless while loop.
在JSON数据块前面放置一个无限while循环。
Note the use of recursion to avoid the while loop entirely.
注意递归的使用,避免完全while循环。
Substep 3-2 is to run a while loop for each item in the list.
子步骤3 - 2是为清单中的每一产品运行while循环。
Listing 2 shows this while loop and the corresponding condition.
清单2显示了这个while循环和相应的条件。
A while loop activity contains other activities and a condition.
While循环活动包含其他活动和一个条件。
Listing 5 shows an example of an SQL procedure with a WHILE loop.
清单5展示了一个包含WHILE循环的示例SQL过程。
Figure 6 shows the contents of the while loop (Manufacturing loop).
图6显示了while循环的内容(ManufacturingLoop)。
The obvious issue is that the NULL check must be part of the while loop.
明显的问题是NULL检查必须放在 while 循环中。
Instead, the program enters a while loop waiting for new connections.
相反,程序进入一个while循环,等待新的连接。
So this do while loop immediately breaks out at the point of that check.
所以这个do,while,循环在检查的时候,直接中断了。
Going a step further, look at the structure of the code inside the while loop.
再进一步,看看while循环内部的结构。
At the bottom of the while loop, you read another directory entry and process it.
在while循环的底部,读取另一个目录条目并对其进行处理。
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循环声明描述循环继续的条件。
BuildCanary then goes back to the top of its while loop and waits for the next message.
然后,BuildCanary回到while循环的顶端,等待下一条消息。
Listing 3 shows a simple while loop that USES these functions to print what it sees.
清单3展示了简单的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循环。
应用推荐