词语吧>英语词典>iterating翻译和用法

iterating

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

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

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

双语例句

  • Finally, for iterating over all of the name/ value pairs, there are a two APIs.
    最后,对于在所有名/值对上迭代,存在两个API。
  • During the mapping stage, it evaluates the relations and generates mappings by iterating through the relevant model instances.
    在映射阶段,引擎评估关联,并通过在相关模型实例中进行迭代产生映射。
  • Then, instead of iterating overTask. all() in our list, we iterate over the search collection Task. searchPrefix ( phrase).
    然后,我们并没有遍历list中的Task.all(),而是遍历了搜索集合Task.searchPrefix(phrase)。
  • The enrichment branch is always contained within the top-level list that the current step is iterating through.
    扩充分支总是包含在当前步骤遍历的顶级列表中。
  • 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.
    该实现仅处理单个组,即使该接口是为多个组设置的;忽略了在每个提供的组上进行迭代直到成功或用尽每个组这一详细信息。
  • Consider the case of iterating through a collection to get an idea of the real costs incurred.
    考虑迭代一个集合的情况,以了解实际花费的开销。
  • As you can see, iterating over a Map is just as natural as iterating over any other collection.
    可以看到,迭代Map和迭代其它任何集合一样自然。
  • While iterating through the records, you build an array containing the contact records.
    在遍历记录时,需要建立一个包含联系人记录的数组。
  • When iterating over a non-Collection Iterable, the compiler produces an error.
    当在非集合的Iterable上迭代时,编译器生成错误。
  • Typed objects such as these cleanly encapsulate the responsibility of creating and maintaining a collection and iterating over that collection.
    这样的类型化对象干净地封装了创建和维护一个集合并遍历这一集合的功能。