iterating
英 [ˈɪtəreɪtɪŋ]
美 [ˈɪtəreɪtɪŋ]
v. 迭代(数学或计算过程,或一系列指令)
iterate的现在分词
双语例句
- As you can see, iterating over a Map is just as natural as iterating over any other collection.
可以看到,迭代Map和迭代其它任何集合一样自然。 - During the mapping stage, it evaluates the relations and generates mappings by iterating through the relevant model instances.
在映射阶段,引擎评估关联,并通过在相关模型实例中进行迭代产生映射。 - Typed objects such as these cleanly encapsulate the responsibility of creating and maintaining a collection and iterating over that collection.
这样的类型化对象干净地封装了创建和维护一个集合并遍历这一集合的功能。 - The implementation handles only a single group, even though the interface is set up for multiple groups; the details of iterating over each supplied group until success or exhaustion were omitted.
该实现仅处理单个组,即使该接口是为多个组设置的;忽略了在每个提供的组上进行迭代直到成功或用尽每个组这一详细信息。 - This example demonstrates three means for iterating through a dictionary: by using the Python iterator returned from the iterkeys(), itervalues(), or iteritems() methods.
这个示例演示了遍历dictionary的三种方式:使用从iterkeys()、itervalues()或iteritems()方法返回的Python迭代器。 - The Collections framework introduced iterators for traversing a list or other collection, which optimizes the process of iterating through the elements in a collection.
集合框架引入了迭代器,用于遍历一个列表或者其他集合,从而优化了对一个集合中的元素进行迭代的过程。 - Concatenates all the values for the connected field by iterating over its parent record.
通过对已连接字段的父记录进行迭代,连接该字段的所有值。 - Then you draw the bar graphs seen in Figure 1, by iterating over the report data.
然后,您通过迭代报告数据,绘制图1中的柱状图。 - An iterative and incremental methodology, by contrast, facilitates continuous change, iterating toward a better solution.
与此相对比,迭代和增量式方法使得连续的变更更加容易,迭代会得出更好的解决方案。 - Sometimes, this process is cyclical, iterating several times before a transaction is completed and archived.
有时候,这个流程是循环的,在反复几次后事务才完成并归档。