iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- The JSF dataTable iterates through the list and displays each Person object in a row.
JSFdataTable通过遍历列表,每一行显示一个Person对象。 - The main for loop iterates over every record that matched from the flat file.
主for循环将迭代每条匹配平面文件的记录。 - The third for loop, however, iterates over a temporary string returned by a call to the string object's lower method.
第三个for循环迭代通过调用string对象的lower方法返回的临时string。 - A while loop then iterates through the dataset, storing the information in a convenient array for later display.
然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。 - The zip/ next call iterates to the next node in a depth-first walk through the tree.
在深度优先的树遍历中,zip/next调用将迭代至下一个节点。 - 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 constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。 - The second for loop only finds lowercase vowels as it iterates over the original string.
第二个for循环在迭代原始string时仅查找小写元音字母。 - The function loads the contacts from the applet, then iterates over it adding each contact to the UI.
该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。 - It grabs the specified range of lines from the buffer with a getline() and iterates through each.
它通过getline()从缓冲区获取代码的指定范围,并对各项进行迭代。