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类型。 - This view iterates over each of the hits sent to it from the viewSearchResultsAction method.
这个视图遍历从viewSearchResultsAction方法中发送给它的每个命中结果。 - As the foreach loop iterates it will assign each of the matched elements to the$ child variable.
当foreach循环迭代时,它将每个匹配项赋给$child变量。 - 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中数值的和。 - The for loop iterates over the list of strings, printing them out one at a time.
for循环在string列表上进行迭代,一次输出一行。 - This view iterates over the results returned to it and displays them back to the user.
这个视图遍历返回给它的结果并将它们显示给用户。 - HAMMER typically iterates object identifiers sequentially and expects to never run out.
HAMMER通常会重申对象标识符顺序,并预期不会被用完。 - In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games.
除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。 - It queries the table created earlier, and then iterates over the result set, creating an HTML table.
它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。 - This function iterates over each month of data.
此函数在每个月的数据中迭代。