iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- It queries the table created earlier, and then iterates over the result set, creating an HTML table.
它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。 - The foreach loop then iterates through each of the user nodes and stores their attributes in the data array.
然后,foreach循环迭代通过每个用户节点,并将它们的属性存储在data数组中。 - The main for loop iterates over every record that matched from the flat file.
主for循环将迭代每条匹配平面文件的记录。 - A while loop then iterates through the dataset, storing the information in a convenient array for later display.
然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。 - In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games.
除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。 - 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类型。 - Then the foreach loop iterates through each data item and creates a new row with the data.
然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。 - The constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。 - The JSF dataTable iterates through the list and displays each Person object in a row.
JSFdataTable通过遍历列表,每一行显示一个Person对象。 - The code then iterates to send the five messages.
然后,该代码进行迭代,以发送上述五条消息。