52古典>英语词典>iterating翻译和用法

iterating

英 [ˈɪtəreɪtɪŋ]

美 [ˈɪtəreɪtɪŋ]

v.  迭代(数学或计算过程,或一系列指令)
iterate的现在分词

双语例句

  • Now that it's time to begin iterating on the design, the book describes two different options Use case or Feature-driven development and discusses when one approach is better than the other.
    因为是时候开始对设计进行迭代了,所以该书介绍了两种不同的选项用例或特性驱动的开发并讨论什么时候一个会比另一个更好。
  • Finally, for iterating over all of the name/ value pairs, there are a two APIs.
    最后,对于在所有名/值对上迭代,存在两个API。
  • Then you draw the bar graphs seen in Figure 1, by iterating over the report data.
    然后,您通过迭代报告数据,绘制图1中的柱状图。
  • 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例程中的迭代和退出语句循环提供了更大的灵活性。
  • 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迭代器。
  • An iterative and incremental methodology, by contrast, facilitates continuous change, iterating toward a better solution.
    与此相对比,迭代和增量式方法使得连续的变更更加容易,迭代会得出更好的解决方案。
  • 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.
    通过对已连接字段的父记录进行迭代,连接该字段的所有值。
  • During the mapping stage, it evaluates the relations and generates mappings by iterating through the relevant model instances.
    在映射阶段,引擎评估关联,并通过在相关模型实例中进行迭代产生映射。
  • What it understands is scala. Iterable, which defines the basic behaviors for iterating across a collection.
    它所了解的是scala.Iterable,scala.Iterable定义了在集合上进行迭代的基本行为。