iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- This implementation iterates over the specified collection, and adds each object returned by the iterator to this collection, in turn.
对指定集合进行遍历,依次向当前集合添加每一个由迭代器返回的对象。 - It then iterates over this table list, dynamically generating a new elements array on each iteration.
然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。 - HAMMER typically iterates object identifiers sequentially and expects to never run out.
HAMMER通常会重申对象标识符顺序,并预期不会被用完。 - The first for loop iterates through this tuple, cumulating the sum of the numbers in the tuple in the count variable.
第一个for循环迭代此tuple,在count变量中累计tuple中数值的和。 - In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games.
除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。 - If the third parameter is an array, the JavaScript code iterates over its elements and calls appendParam() recursively so a name/ value pair is added to url for each element of the array.
如果第三个参数是一个数组,JavaScript代码就会在其元素上迭代并会递归调用appendParam(),以便针对数组中的每个元素将名称/值对添加至url。 - The for loop iterates over the list of strings, printing them out one at a time.
for循环在string列表上进行迭代,一次输出一行。 - A while loop then iterates through the dataset, storing the information in a convenient array for later display.
然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。 - It then iterates over the elements in the response, processing each one using a foreach() loop.
它然后使用一个foreach()循环,迭代处理响应中的每个元素。 - The for loop iterates over the list of substrings, printing out each substring and its length.
for循环迭代子字符串list,打印每个子字符串及其长度。