• Like any software reading a file, the parser is built around a reading loop: a loop that progresses through the file.

    读取文件任何软件一样解析器也是围绕循环(读入文件循环)创建的。

    youdao

  • This means the program statements executed in the loop body must change the value of the expressionor else the loop will never end.

    意味着循环执行程序语句必须要改变表达式否则循环无法结束

    youdao

  • The loop in this sequence diagram USES a Boolean test to verify if the loop sequence should be run.

    如果循环序列应该运行这个序列循环使用一个布尔测试确认

    youdao

  • All four variables are declared outside the loop and therefore have excessive scope even though they're only used inside the loop.

    所有这四个变量都是循环声明的,尽管它们在循环内部使用,但作用域不止于此。

    youdao

  • Remember also that each iteration through the loop wastes time, so rather than working through the same loop a number of times, try to perform all the actions in one pass through the loop.

    还要记住是,循环中,每次反复都是在浪费时间因此不要多次使用相同的循环,而是要尽量一个循环中执行所有操作

    youdao

  • As the loop progresses, each record is wrapped in its own directory entry tags; after the loop is complete, the setup for the buttons begins.

    循环进行时,记录封装到记录自己目录条目标记中;循环完成,按钮设置就开始了。

    youdao

  • The reasonable approach is to do the basic flow once, do a loop once, and then do a loop a second time.

    合理的方法基本流程循环流程,然后再做一遍循环流程。

    youdao

  • The routing between the general step (with no name) and While Loop contains logic that corresponds with the loop condition.

    通用步骤没有任何名称While循环之间路由包含循环条件对应逻辑

    youdao

  • This example USES two for loops. The outer for loop takes care of each row in The Times table, and the nested for loop takes care of the columns within each row.

    使用两个for循环外面for循环关注乘法中的嵌套的for循环关注每行内

    youdao

  • The while loop declaration describes the conditions under which the loop will continue.

    while循环声明描述循环继续条件

    youdao

  • 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)。

    youdao

  • At the end of the day, you can implement the exact same program using a while loop that you can using a for loop, it's just your code is going to look slightly different.

    最终可以执行这个程序,再使用for循环地方使用while循环,只是使代码看起来稍微有点不同

    youdao

  • The while loop (like the for loop introduced later in this article) supports three additional statements

    while循环本文后面介绍for 循环一样)支持三种附加语句

    youdao

  • Because the hint is before the loop body, this code leaves your hint active for every iteration of the loop, but it only has to use one cycle.

    由于提示位于循环之前因此这段代码将使提示对于循环每次迭代都保持活动状态不过使用一个周期。

    youdao

  • The advantages of adding a loop are that the loop is visible, and that you can control the rate of iterations through the loop if needed.

    添加一个循环好处在于循环可见并且如果需要的话可以通过循环控制迭代速率

    youdao

  • Unfortunately, because the loop branch is so close to the return statement, you cannot predict both the loop branch and the return branch.

    不幸的是,由于循环分支接近返回语句,因此无法预测循环分支返回分支。

    youdao

  • Then we loop over columns (first loop) and add the rest of the header cells to this row and add the row to the provider after the looping is done.

    然后我们第一次循环其余标题栏单元格添加该行,并结束之后将该行添加到提供程序

    youdao

  • To ship the rest of the items, we just need to let the loop iterate again, since the activity that calls to the shipping component is at the start of the loop.

    发送其余商品我们只需再重复一次循环即可因为调用发送组件活动循环的开始处

    youdao

  • Now instinctively, prefer the for loop or the while loop?

    现在凭感觉你们喜欢for循环还是while循环?

    youdao

  • The outer collect loop iterates over these reservation groups, and the inner collect loop iterates over the servers contained within each restrain group.

    外部collect循环这些保留内部的collect循环遍历每个限制中的服务器

    youdao

  • Modeler loops are mapped to FileNet constructs for each loop, by having one step to represent the condition check in the loop, and another step to represent the contents of the loop.

    Modeler循环映射每个循环FileNet构造,方法是使步骤表示循环中的条件检查,使另一个步骤表示循环的内容

    youdao

  • One special feature of the break statement is that it breaks completely out of the loop, thereby skipping any else clause that follows the loop.

    break语句特殊特性完全中断循环跳转循环下面的任一else子句。

    youdao

  • There's more: the for loop can be utilized to iterate over any object that supports the iteration metaphor, which makes the for loop very powerful.

    还有更多信息for循环可以用于迭代支持迭代metaphor任何对象使for循环非常有用

    youdao

  • The Structures folder in the palette now includes a repeat until loop that repeats the activities in the loop container, until a condition is true.

    面板中的Structures文件夹现在包括RepeatUntil循环循环重复循环容器中的活动直到某个条件为True。

    youdao

  • The first is loop unrolling, a technique where the instructions called in each iteration of the loop are replicated to form a single sequence.

    首先循环展开(loop unrolling),它是这样技术复制循环每次迭代调用指令构成一个序列。

    youdao

  • If you clicked + to expand a while loop, the editor showed just the contents of the while loop.

    如果单击+展开while循环编辑器显示while循环内容

    youdao

  • So first time through the loop, the answer is a. Second time it-sorry, as it enters the loop, at the time it enter exits a the answer is a.

    第一完成循环的时候,答案a第二次,对不起第一次进入循环时候,答案就是

    youdao

  • Since the loop condition is checked before each iteration, the steps in the loop would not run at all if the condition is initially false.

    由于每次迭代之前检查循环条件,因此,如果条件最初false,则循环中的步骤运行

    youdao

  • The main function creates a Glib event loop, gets a connection to the session bus, and integrates the D-BUS event handling into the Glib event loop.

    main函数创建Glib事件循环获得会话总线一个连接D -BUS事件处理集成Glib事件循环之中。

    youdao

  • The main function creates a Glib event loop, gets a connection to the session bus, and integrates the D-BUS event handling into the Glib event loop.

    main函数创建Glib事件循环获得会话总线一个连接D -BUS事件处理集成Glib事件循环之中。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定