iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- HAMMER typically iterates object identifiers sequentially and expects to never run out.
HAMMER通常会重申对象标识符顺序,并预期不会被用完。 - 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循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。 - The code then iterates to send the five messages.
然后,该代码进行迭代,以发送上述五条消息。 - It then iterates over this table list, dynamically generating a new elements array on each iteration.
然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。 - The foreach loop then iterates through each of the user nodes and stores their attributes in the data array.
然后,foreach循环迭代通过每个用户节点,并将它们的属性存储在data数组中。 - This function iterates over each month of data.
此函数在每个月的数据中迭代。 - Then the foreach loop iterates through each data item and creates a new row with the data.
然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。 - The top loop in the algorithm iterates over the list of XML elements and attributes that may appear in the XML document.
该算法中的顶层循环对可能出现在XML文档中的XML元素和属性的列表进行迭代。 - The zip/ next call iterates to the next node in a depth-first walk through the tree.
在深度优先的树遍历中,zip/next调用将迭代至下一个节点。