• This is the actual fixed-point iteration loop.

    实际定点迭代循环

    youdao

  • The optimization problem was formulated as a multiple-stage optimal control problem and solved by a forward and backward iteration loop.

    整个最优化问题描述成个多阶段系统优化控制问题,通过一个向前向后迭代循环解决

    youdao

  • In the general ellipse - generating algorithm for raster - pixel, there are always multiplication and square root operating in the main iteration loop, so the calculating cost is more expensive.

    一般光栅象素椭圆生成算法中,其循环中均带有乘法开方等运算,因而计算量较大。

    youdao

  • If so, skip to the next iteration of the loop.

    如果是的话跳过循环迭代

    youdao

  • For each iteration, all of the steps in the loop are run.

    对于每个迭代运行循环中的所有步骤

    youdao

  • Most of this data is being deleted with the next iteration of the loop.

    这些数据中的大多数会在循环下一次迭代删除

    youdao

  • For tasks that execute code in a loop, it is common to check for interruption only once per loop iteration.

    对于执行循环中的代码任务通常只需为每一个循环迭代检查中断

    youdao

  • This will only happen on the first iteration of the loop, saving valuable execution time on each subsequent iteration.

    这样循环第一迭代执行,从而在以后每次迭代时节省宝贵的时间。

    youdao

  • Increments a count in each loop iteration.

    每次循环迭代中增加一个计数

    youdao

  • There is data stored in the BPEDB for each iteration of a loop in a long-running business process.

    对于长时间运行业务过程循环每次迭代,都要BPEDB存储数据

    youdao

  • Condition, "this thing in the middle between the semicolons, is going to be checked every iteration of the loop."

    条件,“这个两个分号中间,它迭代检查这个循环条件。”

    youdao

  • First of all, notice that you are potentially doing a lot of unnecessary work when the buffer runs out, since you are processing two buffers for each loop iteration.

    首先注意缓冲区用尽时,可能要做许多不必要的工作因为对于每个循环迭代处理两个缓冲区

    youdao

  • When it discovers a loop, it displays three expressions: the initializer, condition, and iteration.

    发现一个循环时显示三种表达式初始程序、条件迭代。

    youdao

  • Rather than checking the loop condition before each iteration, the condition is checked at the end of the iteration.

    每次迭代检查循环条件不同,而是在迭代结束时检查条件。

    youdao

  • 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循环每一次迭代取回下一就是结果

    youdao

  • Because filenum will always be less than filecount, the integer division filenum/filecount will always produce zero, so each iteration of the loop will echo

    由于filenum始终小于filecount整数除法 filenum/filecount始终生成0因此每次迭代循环都将生成

    youdao

  • While loops have a loop condition that is evaluated before each iteration.

    While循环具有每次迭代之前评估循环条件

    youdao

  • When an activity is skipped in an end state, the request targets the next iteration of this activity, for example, if it is located inside a while loop or inside a cyclic flow.

    跳过某个处于结束状态活动时,请求将指向活动的迭代例如如果活动位于while循环或者循环

    youdao

  • As discussed in the previous article, the continue statement causes the containing loop to start the next iteration.

    前面的文章中所述,continue语句使包含它的循环开始下一次迭代

    youdao

  • This means that a Repeat Until Loop will always have at least one iteration.

    意味着RepeatUntil循环始终至少有一次迭代

    youdao

  • For-each loop: When iterating over an array, the compiler generates an induction variable and the standard array iteration idiom.

    for - each循环迭代数组时,编译生成归纳变量标准的数组迭代语法

    youdao

  • Add your configured and value-bound component to the current column, and end your column loop iteration by adding the completed column to the children of the DataTable.

    已配置值绑定组件添加当前中,通过完成列添加到DataTable的子项中结束循环迭代

    youdao

  • You will recall that DataTables execute an implicit loop over their rows, and the var attribute indicates the value of the current row during the iteration.

    再次调用 DataTables 对各执行隐式循环var属性指示迭代过程中的当前

    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

  • Note at the end of the loop that I recursively call the same function with an argument that is one greater than the previous, implementing the iteration of the loop.

    注意循环结尾处一个上次1参数递归地调用同一个函数以实现循环的迭代

    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

  • Each user starts on a random iteration count (first, fifth, and so on), and each user runs for the entire 64 iterations. The loop followed this pattern.

    每个用户一个随机迭代计数(第1第5等等)开始,每个用户都运行整整64次迭代。

    youdao

  • zero() is slowest, because the JIT can't yet optimize away the cost of getting the array length once for every iteration through the loop.

    zero()当中最慢的,因为对于这个遍历中的历次迭代,JIT并不能优化获取数组长度开销

    youdao

  • To summarize: use the enhanced for loop by default, but consider a hand-written counted loop for performance-critical ArrayList iteration.

    结论:优先采用改进for循环在性能要求苛刻的ArrayList迭代中考虑采用手写计数循环。

    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

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

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

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