iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- This example iterates over all the items in a Python list and prints each item and its corresponding Python type on a separate line.
本例迭代Pythonlist中的所有项目,并在单独的行中打印每一项及其相对应的Python类型。 - It grabs the specified range of lines from the buffer with a getline() and iterates through each.
它通过getline()从缓冲区获取代码的指定范围,并对各项进行迭代。 - HAMMER typically iterates object identifiers sequentially and expects to never run out.
HAMMER通常会重申对象标识符顺序,并预期不会被用完。 - The code then iterates to send the five messages.
然后,该代码进行迭代,以发送上述五条消息。 - The gather() function iterates through all the widgets on the page and gathers this information into a single data structure.
gather()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。 - This function iterates over each month of data.
此函数在每个月的数据中迭代。 - The zip/ next call iterates to the next node in a depth-first walk through the tree.
在深度优先的树遍历中,zip/next调用将迭代至下一个节点。 - The function loads the contacts from the applet, then iterates over it adding each contact to the UI.
该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。 - As the foreach loop iterates it will assign each of the matched elements to the$ child variable.
当foreach循环迭代时,它将每个匹配项赋给$child变量。 - The for loop iterates over the list of substrings, printing out each substring and its length.
for循环迭代子字符串list,打印每个子字符串及其长度。