array iteration的意思|示意

美 / / 英 / /

数组的迭代


array iteration的网络常见释义

遍历数组 ... for conditionals 条件分支, if条件的简写 array iteration 遍历数组 ...

array iteration相关短语

1、 iteration array 翻译 ; 迭代阵列 ; 反复阵列

2、 Array and Object Property Iteration 数组与对象属性迭代器

array iteration相关例句

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

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

The second is an iteration process that applies the nested map to each of the elements of the input array.

第二个是迭代过程,将嵌套映射应用于输入数组的每个元素。

You can't call .iterator() on a String array, so you are forced to use a slightly different iteration strategy. Again, you are hindered but not completely obstructed, as you can see in Listing 2

不能对 String 数组调用 .iterator(),因此必须使用稍微不同的迭代策略。

It then iterates over this table list, dynamically generating a new elements array on each iteration.

然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。

In summing of the last product in the traditional multiplier design, the array or iteration summing method is used, which is not suitable to the design of small or middle scale integration circuit.

传统的乘法器的设计,在最终的乘积项求和时,常采用阵列相加或叠代相加的方法,不适用中小规模的微处理器的设计。

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并不能优化获取数组长度的开销。