就爱字典>英语词典>iterating翻译和用法

iterating

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

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

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

双语例句

  • While iterating through the records, you build an array containing the contact records.
    在遍历记录时,需要建立一个包含联系人记录的数组。
  • I'm again, iterating with this four loop, same code as before.
    我再次,重复使用for循环,同样的代码。
  • An iterative and incremental methodology, by contrast, facilitates continuous change, iterating toward a better solution.
    与此相对比,迭代和增量式方法使得连续的变更更加容易,迭代会得出更好的解决方案。
  • Creates multiple output records by iterating over each input record.
    通过对每个输入记录进行迭代,创建多个输出记录。
  • 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属性的值。
  • Then you draw the bar graphs seen in Figure 1, by iterating over the report data.
    然后,您通过迭代报告数据,绘制图1中的柱状图。
  • You've learned how to traverse a document using QueryPath methods, CSS3 selectors, and iterating techniques.
    您已经了解了如何使用QueryPath方法、CSS3选择器和迭代技术遍历文档。
  • The third facet is iterating through selected items.
    第三个方面是迭代选择的项。
  • The Collections framework introduced iterators for traversing a list or other collection, which optimizes the process of iterating through the elements in a collection.
    集合框架引入了迭代器,用于遍历一个列表或者其他集合,从而优化了对一个集合中的元素进行迭代的过程。
  • 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迭代器。