Then, we assign $new to $current so it will be the "old" bit on the next loop iteration.
然后,我们将 $new赋给 $current ,以使之成为下一个循环中的 “old”比特。
Finally, we make the starting offset for the next loop the ending offset of the current one.
最后,我们将当前的结束偏移量设置为下一个循环的开始偏移量。
When the user program jumps to a step, that step is executed in the next loop time of the RMC.
当跳转目标是另一个程序步时,这一步将在RMC下一个控制周期执行程序步。
The next loop section controls setting pixels coordinates only if the frame at that position is greater than the start frame.
循环的下一部分控制像素坐标的设置,条件是当前时间帧在起始帧之后。
Next loop to scan through the first 500 rows of the first worksheet in the Lotus Symphony spreadsheet, and it looks in the first column for possible matches.
Next循环,扫描LotusSymphony电子表格的第一个工作表的前面500行,并且在第一列中查找可能的匹配。
Next, start the inner loop to read the cells, as in Listing 9.
接下来,开始内部循环以读取单元格,如 清单 9 所示。
Next, to implement the view, we simply loop over the view data and spit it out in the right format.
接下来实现视图,我们只是对视图的数据进行了循环,并以正确的格式输出。
Next, mount the file system onto a mount point using the loop device (see Listing 2).
接下来,使用循环设备将该文件系统挂载到一个挂载点上(如清单 2 所示)。
This prepares the loop to process the next block with an initial vector equal to the result of the first block.
于是循环可以用与第一块的结果相等的初始矢量处理下一块。
Well I ought to be able to do that by simply generalizing the loop. And that's what the next piece of code on your a hand out shows you.
好的通过生成这个循环,我应该能够达到目的,这也是你们的讲义中下一段代码。
When a for statement is executed, a cursor is implicitly declared such that for each iteration of the for loop, the next row is the result set if fetched.
在执行for语句时,游标被隐式声明,这样对于FOR循环的每一次迭代,取回的下一行就是结果集。
In other words, you are now "nested" in the loop or at the next deeper level.
换句话说,您现在“嵌套”在循环中,处于更深的一级。
Next, you have a PHP foreach loop, which loops through each outputted line and renders it nicely into XHTML, ready for the browser to display.
接下来,是一个PHPforeach循环,它循环遍历每个输出行并将其很好地呈现成XHTML,供浏览器显示。
Next we loop over the result set and create the Web page using the PHP code.
然后在结果集中循环并使用PHP代码创建We b页。
Next, set up your test to loop through all of the data. The easiest way to do this is by adding a loop.
下一步,设置您的测试循环测试所有数据。
BuildCanary then goes back to the top of its while loop and waits for the next message.
然后,BuildCanary回到while循环的顶端,等待下一条消息。
The continue and break statements are used inside a while loop to continue with the next pass through the loop or break out of the loop, respectively.
continue和break语句分别用于在 while循环中继续下一次循环或中断循环。
If the condition evaluates to FALSE or NULL, the loop is bypassed, and control passes to the next statement.
如果条件的求值结果为FALSE或NULL,那么将绕过循环,并且控制被传递给下一条语句。
It is best to append these internal links to the document's base URL so that if you need to loop through the list again (as in the next task), you have a full URL.
最好将这些内部链接附加到文档的基url之后,这样如果您需要再次遍历该列表(比如在下一任务中),您可以拥有完整的URL。
When the output is complete, the stream is flushed by writing a NULL object to the client stream and loop awaiting the next client.
输出完成后,通过向客户端流写入一个NULL对象,而且循环等待下一个客户端,从而刷新流。
The next for loop processes just the HTTP links only.
接下来将只对HTTP链接进行循环处理。
The next statement in the loop body is a second if statement that tests whether the variable I is evenly divisible by 125, but this expression is preceded by the not operator.
循环体中的下一个语句是第二个if语句,它测试变量i是否能被125整除,但是该表达式前面加了一个not运算符。
As discussed in the previous article, the continue statement causes the containing loop to start the next iteration.
如前面的文章中所述,continue语句使包含它的循环开始下一次迭代。
The next article in this series will take a closer look at the for loop and how to use it properly with the different container types.
本系列的下一篇文章将更加详细地介绍for循环,以及如何正确地将它与不同容器类型一起使用。
Each time through the while loop, the next row in the resulting data set is accessed until the last row is reached.
每执行一次while循环,将访问结果数据集中的下一行直到到达最后一行。
Each time the foreach loop processes, it will move to the next element until the entire RSS feed is laid out in this fashion.
每处理一次 foreach 循环,就会移动到下一个元素,直到整个RSS 提要以此方式全部显示出来。
The next steps begin to fill in the logic within the loop, which is to invoke the ShippingTask service and then determine whether to wait and try again.
下列步骤将开始在循环中填写逻辑,以调用ShippingTask服务,然后确定是等待还是重试。
The next steps begin to fill in the logic within the loop, which is to invoke the ShippingTask service and then determine whether to wait and try again.
下列步骤将开始在循环中填写逻辑,以调用ShippingTask服务,然后确定是等待还是重试。
应用推荐