- 1. First, is the while loop.
- 首先是while 循环。
来自互联网
- 2. The key part of that is that WHILE loop.
- 关键的部分是这个while循环。
来自互联网
- 3. Listing 7. Pseudocode for the while loop.
- 清单7. while循环的伪代码。
来自互联网
- 4. Decrement the count and end the while loop.
- 减少计数并终止while循环。
来自互联网
- 5. Listing 8. A simple example of the while loop.
- 清单8.while循环的一个简单例子。
来自互联网
- 6. Create a while loop to select multiple shippers.
- 创建while循环,以选择多个托运人。
来自互联网
- 7. Until then, the function blocks in a while loop.
- 在此之前,函数在while循环中阻塞。
来自互联网
- 8. We'll diagram the while loop shown in Listing 3.
- 我们将对清单3中显示的while循环绘制图。
来自互联网
- 9. The while loop has three major pattern-matching sections.
- 白色的环有三个主要的模板匹配部分。
来自互联网
- 10. The diagram for the while loop is shown in Figure 6.
- 图6显示了while循环图。
来自互联网
- 11. Now instinctively, prefer the for loop or the while loop?
- 现在凭感觉,你们喜欢for循环还是while循环?
来自互联网
- 12. The contents of the new while loop are expanded for view.
- 新while循环的内容将展开以供查看。
来自互联网
- 13. Preceding a block of JSON data with an endless while loop.
- 在JSON数据块前面放置一个无限while循环。
来自互联网
- 14. Note the use of recursion to avoid the while loop entirely.
- 注意递归的使用,避免完全while循环。
来自互联网
- 15. Substep 3-2 is to run a while loop for each item in the list.
- 子步骤3 - 2是为清单中的每一产品运行while循环。
来自互联网
- 16. Listing 2 shows this while loop and the corresponding condition.
- 清单2显示了这个while循环和相应的条件。
来自互联网
- 17. A while loop activity contains other activities and a condition.
- While循环活动包含其他活动和一个条件。
来自互联网
- 18. Listing 5 shows an example of an SQL procedure with a WHILE loop.
- 清单5展示了一个包含WHILE循环的示例SQL过程。
来自互联网
- 19. Figure 6 shows the contents of the while loop (Manufacturing loop).
- 图6显示了while循环的内容(ManufacturingLoop)。
来自互联网
- 20. The obvious issue is that the NULL check must be part of the while loop.
- 明显的问题是NULL检查必须放在 while 循环中。
来自互联网
- 21. Instead, the program enters a while loop waiting for new connections.
- 相反,程序进入一个while循环,等待新的连接。
来自互联网
- 22. So this do while loop immediately breaks out at the point of that check.
- 所以这个do,while,循环在检查的时候,直接中断了。
来自互联网
- 23. Going a step further, look at the structure of the code inside the while loop.
- 再进一步,看看while循环内部的结构。
来自互联网
- 24. At the bottom of the while loop, you read another directory entry and process it.
- 在while循环的底部,读取另一个目录条目并对其进行处理。
来自互联网
- 25. The while loop in Listing 12 ensures that spurious wake-ups are handled properly.
- 清单12中的while循环确保正确地处理虚假的唤醒。
来自互联网
- 26. This starts the second trip through the while loop, where the variable I becomes 25.
- 这就会第二次进入while循环,这次变量i变成了25。
来自互联网
- 27. The while loop declaration describes the conditions under which the loop will continue.
- while循环声明描述循环继续的条件。
来自互联网
- 28. BuildCanary then goes back to the top of its while loop and waits for the next message.
- 然后,BuildCanary回到while循环的顶端,等待下一条消息。
来自互联网
- 29. Listing 3 shows a simple while loop that USES these functions to print what it sees.
- 清单3展示了简单的while循环,该循环使用这些函数来打印它所查看的内容。
来自互联网
- 30. That's why the main test method in Listing 1 USES a while loop instead of a new for loop.
- 这就是为什么清单1中的main测试方法使用while循环而不是一个新的for循环。
来自互联网