iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- The zip/ next call iterates to the next node in a depth-first walk through the tree.
在深度优先的树遍历中,zip/next调用将迭代至下一个节点。 - It then iterates over the elements in the response, processing each one using a foreach() loop.
它然后使用一个foreach()循环,迭代处理响应中的每个元素。 - It queries the table created earlier, and then iterates over the result set, creating an HTML table.
它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。 - The gather() function iterates through all the widgets on the page and gathers this information into a single data structure.
gather()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。 - The JSF dataTable iterates through the list and displays each Person object in a row.
JSFdataTable通过遍历列表,每一行显示一个Person对象。 - 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 then iterates over this table list, dynamically generating a new elements array on each iteration.
然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。 - The for loop iterates over the list of strings, printing them out one at a time.
for循环在string列表上进行迭代,一次输出一行。 - The for loop iterates over the list of substrings, printing out each substring and its length.
for循环迭代子字符串list,打印每个子字符串及其长度。 - HAMMER typically iterates object identifiers sequentially and expects to never run out.
HAMMER通常会重申对象标识符顺序,并预期不会被用完。