iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- The function loads the contacts from the applet, then iterates over it adding each contact to the UI.
该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。 - The constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。 - It grabs the specified range of lines from the buffer with a getline() and iterates through each.
它通过getline()从缓冲区获取代码的指定范围,并对各项进行迭代。 - 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()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。 - 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 JSF dataTable iterates through the list and displays each Person object in a row.
JSFdataTable通过遍历列表,每一行显示一个Person对象。 - HAMMER typically iterates object identifiers sequentially and expects to never run out.
HAMMER通常会重申对象标识符顺序,并预期不会被用完。 - The foreach loop then iterates through each of the user nodes and stores their attributes in the data array.
然后,foreach循环迭代通过每个用户节点,并将它们的属性存储在data数组中。 - Then the foreach loop iterates through each data item and creates a new row with the data.
然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。