单词 | while-loop | ||||
释义 | while-loop
例句释义: 循环,回圈 1. A while loop within bash allows you to execute a statement a given number of times, or until a certain condition is met. bash中的while循环可以重复执行语句一定的次数,或者一直执行到满足某一条件为止。 www.ibm.com 2. At this point, the break statement causes program execution to break out of the while loop, skipping the else clause. 此时,break语句导致程序执行中断while循环,跳转到else子句。 www.ibm.com 3. With a while loop set up to read from stdin, the various components of the dots file are extracted. 建立一个while循环从stdin中读取数据,这样可以将dots文件中的各项内容提取出来。 www.ibm.com 4. When you want a group of activities to run multiple times, until some condition no longer holds true, you can use a while loop activity. 当您希望在某个条件不再为True之前多次运行一组活动时,您可以使用While循环活动。 www.ibm.com 5. The developers who originally created the 11-page while loop had left the company by the time we had to clean it up. 那个最初编写11页while循环的程序员在我们接手项目的时候已经离开了公司。 www.bing.com 6. The routing between the general step (with no name) and While Loop contains logic that corresponds with the loop condition. 通用步骤(没有任何名称)和While循环之间的路由包含与循环条件对应的逻辑。 www.ibm.com 7. Double clicking on the while activity in the editor enables you to see the sub flow inside the while loop. 如果您双击编辑器中的while活动,就会看到whlie循环中的子流。 www.ibm.com 8. Each time through the while loop, the next row in the resulting data set is accessed until the last row is reached. 每执行一次while循环,将访问结果数据集中的下一行直到到达最后一行。 www.ibm.com 9. Once you understand the if statement, the while loop is fairly simple to understand, as well. 理解了if语句之后,while循环理解起来就相当简单了。 www.ibm.com 10. The upper half of this figure shows the three modeling elements to represent a while loop, a do-while loop, and a for loop. 此图的上半部分显示了三种建模元素,分别表示whileloop、do-whileloop和forloop。 www.ibm.com 1. The WHILE-LOOP associates a condition with a sequence of statements enclosed by the keywords LOOP and END LOOP, as shown in Listing 7. WHILE-LOOP将一个条件与使用关键字LOOP和ENDLOOP包围的一个语句序列关联在一起,如清单7所示。 www.ibm.com 2. A Java do loop is similar to the Java while loop, except that the while test happens at the bottom of the loop. 爪哇做了类似的爪哇虽然环路环路、除了测试,而在内心发生河套。 my.pchome.net 3. Modifying the condition of a While loop, when the instruction pointer is in the condition. 当指令指针处于While循环的条件中时,修改该条件。 msdn2.microsoft.com 4. A while loop then iterates through the dataset, storing the information in a convenient array for later display. 然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。 www.ibm.com 5. BuildCanary then goes back to the top of its while loop and waits for the next message. 然后,BuildCanary回到while循环的顶端,等待下一条消息。 www.ibm.com 6. Both threads increment a variable in a while loop and run for a set time. 两个线程在while循环中都增加一个变量,并运行一段设定的时间。 msdn2.microsoft.com 7. At the bottom of the while loop, you read another directory entry and process it. 在while循环的底部,读取另一个目录条目并对其进行处理。 www.ibm.com 8. In this example, the code in the body of the do. While loop is executed until the variable quit is true. 在本例中,直到变量quit为true时,才停止执行do.while循环体中的代码。 msdn2.microsoft.com 9. The while loop is a perfect example to close with, as it combines a loop with a condition. 因为while循环将循环与条件结合起来,因此它是个非常容易接受的示例。 www.ibm.com 10. And " Discover Python, Part 5" introduces the concept of compound statements in Python, and the if statement and the while loop. “探索Python,第5部分”介绍了Python中复合语句的概念,并介绍了if语句和while循环。 www.ibm.com 1. A while loop will rarely include the number of iterations -- unless it is a for loop in disguise. while循环很少包含迭代次数--除非它是一个伪装的for循环。 www.ibm.com 2. If you clicked to expand a while loop, the editor showed just the contents of the while loop. 如果单击 以展开while循环,编辑器仅显示while循环的内容。 www.ibm.com 3. With improved phase estimation method, a carrier signal phase with phase noise can be estimated, while loop SNR also increases. 并采用新的相位估计方式估计含相位噪声的载波相位,提升了该条件下的环路信噪比。 hkxb.buaa.edu.cn 4. A while loop is a loop that repeats the included activities while some condition is satisfied. 一个while循环在满足一些条件的情况下,将重复所包含的活动。 www-128.ibm.com 5. The controlling expression of an if statement or while loop evaluates to a constant. if语句或while循环的控制表达式的计算结果为一个常数。 msdn2.microsoft.com 6. 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)。 www.ibm.com 7. Some models are decomposed into multiple levels, such as a While loop within a local subprocess, within a While loop. 有些模型被分解为多个级别,例如While循环中的局部子流程中的While循环。 www.ibm.com 8. In this way, the FileNet process acts in the same manner as a while loop, even though loops are not supported. 从这方面说,FileNet流程尽管不支持循环,但其操作方式与while循环相同。 www.ibm.com 9. Thus you need to wait until you're finished parsing the document (you've broken out of the while loop). 因此您需要等待,直到完成了文档的解析(已经跳出while循环)。 www.ibm.com 10. Instead, the program enters a while loop waiting for new connections. 相反,程序进入一个while循环,等待新的连接。 www-128.ibm.com 1. When the condition evaluates to false, the loop terminates and the next activity after the while loop runs. 当条件的计算结果为False时,循环终止,运行While循环之后的下一个活动。 www.ibm.com 2. Until then, the function blocks in a while loop. 在此之前,函数在while循环中阻塞。 www.ibm.com 3. Normally, functional languages eschew the while loop, because most of what while does can be done instead with recursion. 通常,函数语言会避开while循环,因为while实现的大多数操作都可以使用递归来完成。 www.ibm.com 4. The while loop is used to iterate over this small number of properties and process the appropriate member on object . while循环用于遍历这几个属性并处理所对应的对象成员,而不是遍历对象的每个属性。 blog.sina.com.cn 5. Listing 5 shows an example of an SQL procedure with a WHILE loop. 清单5展示了一个包含WHILE循环的示例SQL过程。 www.ibm.com 6. The %MACRO_FUNCTION of Listing 4 shows six insert statements executed 40 times using a while loop. 清单4的%MACRO_FUNCTION显示了使用while循环执行了40次的六条insert语句。 www.ibm.com 7. If the expression evaluates to false, execution continues at the first statement after the do-while loop. 如果表达式计算结果为false,则会继续从do-while循环后的第一个语句执行。 msdn2.microsoft.com 8. The WHILE loop scans the input array; when an element begins with the required area code, it is added to the output array. WHILE循环扫描输入阵列;在元素以所需的区域代码开始时,将其添加到输出阵列。 www.ibm.com 9. Notice how this method accounts for possible weak references in the queue with the do-while loop. 请注意该方法如何用do-while循环来处理队列中可能存在的弱引用。 www.cnblogs.com 10. The following code processes elements by using a While loop. 以下代码使用While循环处理元素。 msdn2.microsoft.com 1. The while-loop-condition is evaluated before each iteration of the loop. while-loop-condition在循环的每次迭代开始之前计算。 www.ibm.com 2. The diagram for the while loop is shown in Figure 6. 图6显示了while循环图。 www.ibm.com 3. Exit While can be used only inside a While loop. 只能在While循环内使用ExitWhile。 msdn2.microsoft.com 4. Substep 3-2 is to run a while loop for each item in the list. 子步骤3-2是为清单中的每一产品运行while循环。 www.ibm.com 5. Unlike the while statement, a do-while loop is executed once before the conditional expression is evaluated. 与while语句不同的是,do-while循环会在计算条件表达式之前执行一次。 msdn2.microsoft.com 6. This method then waits in a continuous while loop that is periodically interrupted at the desired PWM switching frequency. 这个方法然后等待在连续当阶段性地被中断以渴望的PWM开关频率的圈。 zhidao.wangchao.net.cn 7. The obvious issue is that the NULL check must be part of the while loop. 明显的问题是NULL检查必须放在while循环中。 www.ibm.com 8. We'll diagram the while loop shown in Listing 3. 我们将对清单3中显示的while循环绘制图。 www.ibm.com 9. This starts the second trip through the while loop, where the variable i becomes 25. 这就会第二次进入while循环,这次变量i变成了25。 www.ibm.com 10. The while loop has three major pattern-matching sections. 白色的环有三个主要的模板匹配部分。 www.ibm.com 1. The contents of the new while loop are expanded for view. 新while循环的内容将展开以供查看。 www.ibm.com 2. Figure 6 shows the contents of the while loop (Manufacturing Loop). 图6显示了while循环的内容(ManufacturingLoop)。 www.ibm.com 3. With capture kicked off and your captureProbe set to the default value, you will always enter your while loop. 捕获过程启动且您的captureProbe设置为默认值后,您总是会进入while循环。 www.ibm.com 4. The output from the "while" loop appears similar to the following. “while”循环的输出像下面这样。 www.ibm.com 5. If you want to fiddle with counters, use the while loop instead. 如果你希望操作计数器,可以使用while循环来代替。 www.infoq.com 6. The while loop in Listing 12 ensures that spurious wake-ups are handled properly. 清单12中的while循环确保正确地处理虚假的唤醒。 www.ibm.com 7. Based on the instance state when the while loop completes, the appropriate branch will be taken, and thus the correct e-mail will be sent. 根据while循环结束时的实例状态,采用适当的分支,进而发送正确的电子邮件。 www.ibm.com 8. Note the use of recursion to avoid the while loop entirely. 注意递归的使用,避免完全while循环。 www.ibm.com 9. Decrement the count and end the while loop. 减少计数并终止while循环。 www.ibm.com 10. Figure 7 shows the visual flow and Figure 8 drills down to illustrate the flow inside the while loop. 图7展示了视觉流,图8深入演示while循环中的流。 www.ibm.com 1. While loop because the strong reference keeps it from being garbage collected. 循环体中消失,因为强引用会防止它被垃圾收集。 www-128.ibm.com 2. Going a step further, look at the structure of the code inside the while loop. 再进一步,看看while循环内部的结构。 www.ibm.com 3. For this purpose, I have used a do-while loop that continues dividing the value integer by 256 until the value drops below 1. 为此,我使用了一个do-while循环,它不断地将value整数除以256,直到得到的值小于1。 www.ibm.com 4. The while loop is used when you want the loop to execute and continue executing while the specified condition is true. 当条件持续为真的时候循环执行相同的代码,这就是while循环的用途。 adminbar.com 5. Listing 8 shows an example of using an iterating WHILE-LOOP. 清单8展示了一个使用迭代WHILE-LOOP的例子。 www.ibm.com 6. Obviously, since this is a snapshot in time, the line could be any line inside the while loop, such as line 16, 17, or 18. 显而易见,因为这是一个即时快照,所以该行可能是while循环中的任意行,比如行16、17或18。 www.ibm.com 7. To see that the program gives the correct answer, you need to look at the condition in the while loop 要确定程序会给出一个正确的答案,你需要看看循环的条件 www.bing.com 8. The while loop (like the for loop introduced later in this article) supports three additional statements while循环(与本文后面介绍的for循环一样)支持三种附加语句 www.ibm.com 9. (Generally, though, you would have these hosts in a text file and read them in using a while loop. ) 但是,一般情况下,把这些主机名放在一个文本文件中并使用while循环读取它们。 www.ibm.com 10. The while loop, which executes a block of statements as long as a test expression is true while循环,它当一个测试表达式为true时执行一个语句块。 www.ibm.com 1. Preceding a block of JSON data with an endless while loop 在JSON数据块前面放置一个无限while循环。 www.ibm.com 2. Listing 8. A simple example of the while loop 清单8.while循环的一个简单例子 www.ibm.com 3. Looping statements (WHILE, LOOP, for example) must not that contain FETCH statements 循环语句(例如WHILE、LOOP)不能包含FETCH语句 www.ibm.com |
||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。