记作业>英语词典>iterating翻译和用法

iterating

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

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

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

双语例句

  • An iterative and incremental methodology, by contrast, facilitates continuous change, iterating toward a better solution.
    与此相对比,迭代和增量式方法使得连续的变更更加容易,迭代会得出更好的解决方案。
  • 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属性的值。
  • 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迭代器。
  • No table-wide locking is needed ( or even possible) to provide thread-safety when iterating the collection.
    在对集合进行迭代时,不需要表范围的锁就能提供线程安全性。
  • During the mapping stage, it evaluates the relations and generates mappings by iterating through the relevant model instances.
    在映射阶段,引擎评估关联,并通过在相关模型实例中进行迭代产生映射。
  • Concatenates all the values for the connected field by iterating over its parent record.
    通过对已连接字段的父记录进行迭代,连接该字段的所有值。
  • This new language construct eliminates the drudgery and error-proneness of iterators and index variables when iterating over collections and arrays.
    语言的新结构可以消除在遍历集合和数组时迭代算子和索引变量引起的琐碎的代码和容易出错。
  • When iterating over a non-Collection Iterable, the compiler produces an error.
    当在非集合的Iterable上迭代时,编译器生成错误。
  • Finally, for iterating over all of the name/ value pairs, there are a two APIs.
    最后,对于在所有名/值对上迭代,存在两个API。
  • I'm again, iterating with this four loop, same code as before.
    我再次,重复使用for循环,同样的代码。