火范文>英语词典>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.
    语言的新结构可以消除在遍历集合和数组时迭代算子和索引变量引起的琐碎的代码和容易出错。
  • 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.
    这样的类型化对象干净地封装了创建和维护一个集合并遍历这一集合的功能。
  • Consider the case of iterating through a collection to get an idea of the real costs incurred.
    考虑迭代一个集合的情况,以了解实际花费的开销。
  • 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.
    因为是时候开始对设计进行迭代了,所以该书介绍了两种不同的选项用例或特性驱动的开发并讨论什么时候一个会比另一个更好。
  • 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例程中的迭代和退出语句循环提供了更大的灵活性。
  • I'm again, iterating with this four loop, same code as before.
    我再次,重复使用for循环,同样的代码。
  • 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迭代器。
  • 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属性的值。
  • You start by getting the total number of items stored in localStorage and then iterating over them.
    您首先得到存储在localStorage中的条目的总数,然后再迭代这些条目。