iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- The constructor iterates over this Map and invokes the setProperty method for each key/ value pair.
这个构造函数迭代这个Map并针对每个“键/值”对调用setProperty方法。 - The gather() function iterates through all the widgets on the page and gathers this information into a single data structure.
gather()函数迭代页面上的所有小部件,并将该信息收集到一个单独的数据结构中。 - 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。 - As the foreach loop iterates it will assign each of the matched elements to the$ child variable.
当foreach循环迭代时,它将每个匹配项赋给$child变量。 - It then iterates over this table list, dynamically generating a new elements array on each iteration.
然后迭代此表列表,动态地针对每个迭代生成一个新的elements数组。 - The for loop iterates over the list of substrings, printing out each substring and its length.
for循环迭代子字符串list,打印每个子字符串及其长度。 - This function iterates over each month of data.
此函数在每个月的数据中迭代。 - 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时仅查找小写元音字母。 - Then the foreach loop iterates through each data item and creates a new row with the data.
然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。