iterating
英 [ˈɪtəreɪtɪŋ]
美 [ˈɪtəreɪtɪŋ]
v. 迭代(数学或计算过程,或一系列指令)
iterate的现在分词
双语例句
- I'm again, iterating with this four loop, same code as before.
我再次,重复使用for循环,同样的代码。 - Creates multiple output records by iterating over each input record.
通过对每个输入记录进行迭代,创建多个输出记录。 - Concatenates all the values for the connected field by iterating over its parent record.
通过对已连接字段的父记录进行迭代,连接该字段的所有值。 - The third facet is iterating through selected items.
第三个方面是迭代选择的项。 - Iterating through the tags and filtering for those that have a class attribute of newpage, you can find the value of the id attribute that contains the page number.
迭代标签并把那些具有newpage类属性的筛选出来,您可以找到包含页码的id属性的值。 - While iterating through the records, you build an array containing the contact records.
在遍历记录时,需要建立一个包含联系人记录的数组。 - Consider the case of iterating through a collection to get an idea of the real costs incurred.
考虑迭代一个集合的情况,以了解实际花费的开销。 - The Collections framework introduced iterators for traversing a list or other collection, which optimizes the process of iterating through the elements in a collection.
集合框架引入了迭代器,用于遍历一个列表或者其他集合,从而优化了对一个集合中的元素进行迭代的过程。 - As you can see, iterating over a Map is just as natural as iterating over any other collection.
可以看到,迭代Map和迭代其它任何集合一样自然。 - The function displays a list of all authors in the AUTHOR table by iterating over the odbc_fetch_array() function in a while() loop.
该函数通过在while()循环中迭代odbcfetcharray()函数,来显示AUTHOR表中所有作者的列表。