诗词屋>英语词典>iterating翻译和用法

iterating

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

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

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

双语例句

  • This new language construct eliminates the drudgery and error-proneness of iterators and index variables when iterating over collections and arrays.
    语言的新结构可以消除在遍历集合和数组时迭代算子和索引变量引起的琐碎的代码和容易出错。
  • For the sake of example, you'll look at just iterating through the results and printing them out.
    例如,您可以只是在结果中进行迭代并将它们打印出来。
  • I'm again, iterating with this four loop, same code as before.
    我再次,重复使用for循环,同样的代码。
  • No table-wide locking is needed ( or even possible) to provide thread-safety when iterating the collection.
    在对集合进行迭代时,不需要表范围的锁就能提供线程安全性。
  • 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 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.
    该实现仅处理单个组,即使该接口是为多个组设置的;忽略了在每个提供的组上进行迭代直到成功或用尽每个组这一详细信息。
  • 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)。
  • Consider the case of iterating through a collection to get an idea of the real costs incurred.
    考虑迭代一个集合的情况,以了解实际花费的开销。
  • Typed objects such as these cleanly encapsulate the responsibility of creating and maintaining a collection and iterating over that collection.
    这样的类型化对象干净地封装了创建和维护一个集合并遍历这一集合的功能。