iterating
英 [ˈɪtəreɪtɪŋ]
美 [ˈɪtəreɪtɪŋ]
v. 迭代(数学或计算过程,或一系列指令)
iterate的现在分词
双语例句
- I confirm this by iterating over the vals variable, which returns a simple sum.
通过在vals变量上迭代,我确认了这一点,即返回一个简单的sum。 - While iterating through the records, you build an array containing the contact records.
在遍历记录时,需要建立一个包含联系人记录的数组。 - The new support for statement labels and the GOTO and LOOP statements provide greater flexibility in iterating and in exiting from statement loops in SPL routines.
对语句标签以及GOTO和LOOP语句的新支持为SPL例程中的迭代和退出语句循环提供了更大的灵活性。 - I'm again, iterating with this four loop, same code as before.
我再次,重复使用for循环,同样的代码。 - What it understands is scala. Iterable, which defines the basic behaviors for iterating across a collection.
它所了解的是scala.Iterable,scala.Iterable定义了在集合上进行迭代的基本行为。 - The Collections framework introduced iterators for traversing a list or other collection, which optimizes the process of iterating through the elements in a collection.
集合框架引入了迭代器,用于遍历一个列表或者其他集合,从而优化了对一个集合中的元素进行迭代的过程。 - You've learned how to traverse a document using QueryPath methods, CSS3 selectors, and iterating techniques.
您已经了解了如何使用QueryPath方法、CSS3选择器和迭代技术遍历文档。 - No table-wide locking is needed ( or even possible) to provide thread-safety when iterating the collection.
在对集合进行迭代时,不需要表范围的锁就能提供线程安全性。 - Finally, for iterating over all of the name/ value pairs, there are a two APIs.
最后,对于在所有名/值对上迭代,存在两个API。 - You start by getting the total number of items stored in localStorage and then iterating over them.
您首先得到存储在localStorage中的条目的总数,然后再迭代这些条目。