• 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

  • Some memory leaks occur due to program errors in which infinite loop in the application code allocates new objects and adds them to a data structure accessible from outside the program loop scope.

    有些内存泄漏由于程序错误发生的,存在此类错误的情况下,应用程序代码中的无限循环分配新的对象添加程序循环范围外面访问的数据结构中。

    youdao

  • Your code should (almost) never have multiple nested loops (a loop inside a loop inside a loop). Most of the code written today should use Hashtables, simple lists and singly nested loops.

    在编写代码尽量避免嵌套循环目前大多数代码都是使用了哈简单链表单循环

    youdao

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

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

    youdao

  • And what's this little loop say to do? This little loop says I'm going to write a function or procedures that takes in two messages.

    这个小循环什么的,这个循环是,一个函数或者过程接受条消息。

    youdao

  • 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条件使用关键LOOPEND LOOP包围一个语句序列关联在一起,如清单 7 所

    youdao

  • To avoid infinite iterations of LOOP statements, new EXIT and CONTINUE options to the IF statement are valid within LOOP statements.

    为了避免loop语句无限次迭代loop语句中可以使用IF语句的exitCONTINUE选项

    youdao

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

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

    youdao

  • It contains a nested loop that calls exp , cos , and sin , followed by a loop that calls sin and SQRT .

    包含了嵌套循环循环会调用expcos以及sin接下来是一个调用sinsqrt的循环。

    youdao

  • Most of the time, we just slap Iterator inside a for() loop or enhanced for() loop and move on, so to speak.

    可以这么大部分时间我们只是Iterator 随意放到for()循环加强 for() 循环中,然后继续其他操作了。

    youdao

  • The main loop enters an indefinite loop, waiting for events and calling callbacks, until someone calls gtk_main_quit() by closing the window.

    循环进入无限循环,等候事件调用回调直到有人关闭窗口调用 gtk_main_quit() 为止。

    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 enhanced for loop (also sometimes known as "for-each" loop) can be used for collections that implement the Iterable interface and for arrays.

    改进for循环(有时称为“for - each”循环)能够用于实现iterable接口集合类数组中

    youdao

  • The basic syntax of a for loop is shown in Listing 1, which also demonstrates how to use continue and break statements within a for loop.

    清单1显示for循环基本语法演示了如何for循环中使用continuebreak语句

    youdao

  • The recalculation loop (which recomputes the time slices for the processes) and the goodness loop have been eliminated, and o (1) algorithms are used for wakeup and schedule .

    循环(进程重新计算时间)goodness循环已经取消o(1)算法用于wakeup和schedulee 。

    youdao

  • Figure 6 shows a while loop (manufacturing loop) that iterates over each order, selecting the correct manufacturing plant and submitting each order to the selected manufacturing plant.

    6显示了一个while循环(ManufacturingLoop),迭代每个订单选择正确生产厂家并且将每个订单提交选的生产厂商。

    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

  • 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.

    continuebreak语句分别用于在 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

  • 2 SEC Because heat is no longer being transferred to the secondary loop, water pressure and water temperature in the primary loop rise. This is normal and no cause for concern.

    2由于热量不能传到回路回路中的水压水温上升平常不必担心

    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

  • Thus, the script does not count 10 lines, it counts 10 iterations of the loop generated by the -n switch (see "perldoc perlrun" and Listing 2 for an example of that loop).

    运算符个范围内迭代因此脚本不是10而是- n开关生成循环迭代10次(请参阅perldocperlrun清单2,以获得该循环的示例)。

    youdao

  • This article has introduced three Python program statements: the if statement, the while loop, and the for loop.

    本文介绍三种Python程序语句if语句、while循环for循环。

    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 goal of the polymorphous initiative was to "institute a paradigm shift from static open loop to reactive closed-loop mission algorithms, application software, and hardware implementation."

    形态计划目标创建一种静态转移反应式闭环任务算法应用软件硬件范例

    youdao

  • Feed a new loop of lace underneath the straight section and out through the previous loop.

    饲料一个新的循环花边下面直线通过以前的循环。

    youdao

  • Next comes loop which simply creates a loop and then react which has case statements that are used to handle incoming messages.

    接下来进入到循坏,这里只是简单创建循环一个case语句用来处理到来的消息。

    youdao

  • The NNC is composed of an inside loop controller and an outside loop one in accordance with the two time scale.

    基于分离原则,神经控制器被设计为内环控制器控制器两个部分。

    youdao

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

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

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