首先是while 循环。
The key part of that is that WHILE loop.
关键的部分是这个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循环。
A while loop activity contains other activities and a condition.
While循环活动包含其他活动和一个条件。
The obvious issue is that the NULL check must be part of the while loop.
明显的问题是NULL检查必须放在 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循环的底部,读取另一个目录条目并对其进行处理。
Why the "for loop" is created although we already have "while loop" or vice vera?
为什么“循环”,虽然我们已经有了“循环”,还是相反?
While the condition is true, the steps in the loop are performed.
当条件为true 时,将执行循环中的步骤。
Continue must be in a loop (e.g., for, do, while). It cannot appear in case constructs.
continue一定是在for,do,while这些循环中,而不能在实例构建中出现。
The for loop now iterates through the copy, while you're modifying the original list.
现在for 循环将迭代该副本,而对原始 list进行修改。
现在登场是while(1)循环。
Looping statements (WHILE, LOOP, for example) must not that contain FETCH statements.
循环语句(例如WHILE、LOOP)不能包含fetch语句。
Do not simply use while (true) loop.
不要简单地使用,而(真)循环。
A hot water recirculation loop makes hot water available "on demand," while reducing consumption.
热水循环管带是热水可以到达房间的每个地方,取用方便。
A hot water recirculation loop makes hot water available "on demand," while reducing consumption.
热水循环管带是热水可以到达房间的每个地方,取用方便。
应用推荐