iterating
英 [ˈɪtəreɪtɪŋ]
美 [ˈɪtəreɪtɪŋ]
v. 迭代(数学或计算过程,或一系列指令)
iterate的现在分词
双语例句
- 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属性的值。 - The third facet is iterating through selected items.
第三个方面是迭代选择的项。 - Concatenates all the values for the connected field by iterating over its parent record.
通过对已连接字段的父记录进行迭代,连接该字段的所有值。 - Typed objects such as these cleanly encapsulate the responsibility of creating and maintaining a collection and iterating over that collection.
这样的类型化对象干净地封装了创建和维护一个集合并遍历这一集合的功能。 - The Collections framework introduced iterators for traversing a list or other collection, which optimizes the process of iterating through the elements in a collection.
集合框架引入了迭代器,用于遍历一个列表或者其他集合,从而优化了对一个集合中的元素进行迭代的过程。 - While iterating through the records, you build an array containing the contact records.
在遍历记录时,需要建立一个包含联系人记录的数组。 - Finally, for iterating over all of the name/ value pairs, there are a two APIs.
最后,对于在所有名/值对上迭代,存在两个API。 - You've learned how to traverse a document using QueryPath methods, CSS3 selectors, and iterating techniques.
您已经了解了如何使用QueryPath方法、CSS3选择器和迭代技术遍历文档。 - Then you draw the bar graphs seen in Figure 1, by iterating over the report data.
然后,您通过迭代报告数据,绘制图1中的柱状图。 - What it understands is scala. Iterable, which defines the basic behaviors for iterating across a collection.
它所了解的是scala.Iterable,scala.Iterable定义了在集合上进行迭代的基本行为。