Loop and Iteration的意思|示意

美 / / 英 / /

循环和迭代


Loop and Iteration的网络常见释义

循环与迭代 ...,编码(coding),模式匹配(pattern matching),分杈(branching),合一(或通代)(unification),循环与迭代(loop and iteration),重用(reuse),协议(protocol ),规范与标准化(standardization)。

Loop and Iteration相关例句

The best ways to improve loop performance are to decrease the amount of work done per iteration and decrease the number of loop iterations.

改善循环性能的最好办法是减少每次迭代中的运算量,并减少循环迭代次数。

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

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

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.

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

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

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

We could have used a prepared statement and just reset the data each time, but we decided to recreate it for each iteration of the loop here for completeness.

我们本可以使用一个预编译语句并且每次重新设置数据,但是为了保持完整性,我们决定在每次循环的时候重新创建它。

Our diagram for the while loop contains both a condition and an asterisk, signaling iteration, but as you can see the number of iterations is unavailable.

我们的while循环图既包含条件,又包含表明迭代的星号,但您会发现,没有迭代的次数。