iterates
英 [ˈɪtəreɪts]
美 [ˈɪtəreɪts]
v. 迭代(数学或计算过程,或一系列指令)
iterate的第三人称单数
双语例句
- Then the foreach loop iterates through each data item and creates a new row with the data.
然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。 - 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。 - The for loop iterates over the list of strings, printing them out one at a time.
for循环在string列表上进行迭代,一次输出一行。 - The second for loop only finds lowercase vowels as it iterates over the original string.
第二个for循环在迭代原始string时仅查找小写元音字母。 - The top loop in the algorithm iterates over the list of XML elements and attributes that may appear in the XML document.
该算法中的顶层循环对可能出现在XML文档中的XML元素和属性的列表进行迭代。 - The main for loop iterates over every record that matched from the flat file.
主for循环将迭代每条匹配平面文件的记录。 - HAMMER typically iterates object identifiers sequentially and expects to never run out.
HAMMER通常会重申对象标识符顺序,并预期不会被用完。 - It queries the table created earlier, and then iterates over the result set, creating an HTML table.
它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。 - If the third parameter is an array, the JavaScript code iterates over its elements and calls appendParam() recursively so a name/ value pair is added to url for each element of the array.
如果第三个参数是一个数组,JavaScript代码就会在其元素上迭代并会递归调用appendParam(),以便针对数组中的每个元素将名称/值对添加至url。 - In addition to the header line, you have a foreach loop in the EventTable method that iterates through each of the games.
除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。