iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- The code then iterates to send the five messages.
然后,该代码进行迭代,以发送上述五条消息。 - The main for loop iterates over every record that matched from the flat file.
主for循环将迭代每条匹配平面文件的记录。 - As the foreach loop iterates it will assign each of the matched elements to the$ child variable.
当foreach循环迭代时,它将每个匹配项赋给$child变量。 - The gather() function iterates through all the widgets on the page and gathers this information into a single data structure.
gather()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。 - The for loop iterates over the list of substrings, printing out each substring and its length.
for循环迭代子字符串list,打印每个子字符串及其长度。 - The JSF dataTable iterates through the list and displays each Person object in a row.
JSFdataTable通过遍历列表,每一行显示一个Person对象。 - In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games.
除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。 - The second for loop only finds lowercase vowels as it iterates over the original string.
第二个for循环在迭代原始string时仅查找小写元音字母。 - It grabs the specified range of lines from the buffer with a getline() and iterates through each.
它通过getline()从缓冲区获取代码的指定范围,并对各项进行迭代。 - The top loop in the algorithm iterates over the list of XML elements and attributes that may appear in the XML document.
该算法中的顶层循环对可能出现在XML文档中的XML元素和属性的列表进行迭代。