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 main for loop iterates over every record that matched from the flat file.
主for循环将迭代每条匹配平面文件的记录。 - It queries the table created earlier, and then iterates over the result set, creating an HTML table.
它先查询之前创建的表,然后在结果集上进行迭代,创建一个HTML表。 - This function iterates over each month of data.
此函数在每个月的数据中迭代。 - The function loads the contacts from the applet, then iterates over it adding each contact to the UI.
该函数将从Applet中载入联系人,然后进行遍历以将每个联系人添加到UI中。 - 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中数值的和。 - It then iterates over the elements in the response, processing each one using a foreach() loop.
它然后使用一个foreach()循环,迭代处理响应中的每个元素。 - 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。 - 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 second for loop only finds lowercase vowels as it iterates over the original string.
第二个for循环在迭代原始string时仅查找小写元音字母。