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

iterating

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

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

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

双语例句

  • The enrichment branch is always contained within the top-level list that the current step is iterating through.
    扩充分支总是包含在当前步骤遍历的顶级列表中。
  • While iterating through the records, you build an array containing the contact records.
    在遍历记录时,需要建立一个包含联系人记录的数组。
  • The Collections framework introduced iterators for traversing a list or other collection, which optimizes the process of iterating through the elements in a collection.
    集合框架引入了迭代器,用于遍历一个列表或者其他集合,从而优化了对一个集合中的元素进行迭代的过程。
  • Concatenates all the values for the connected field by iterating over its parent record.
    通过对已连接字段的父记录进行迭代,连接该字段的所有值。
  • I'm again, iterating with this four loop, same code as before.
    我再次,重复使用for循环,同样的代码。
  • When iterating over a non-Collection Iterable, the compiler produces an error.
    当在非集合的Iterable上迭代时,编译器生成错误。
  • For the sake of example, you'll look at just iterating through the results and printing them out.
    例如,您可以只是在结果中进行迭代并将它们打印出来。
  • Creates multiple output records by iterating over each input record.
    通过对每个输入记录进行迭代,创建多个输出记录。
  • You start by getting the total number of items stored in localStorage and then iterating over them.
    您首先得到存储在localStorage中的条目的总数,然后再迭代这些条目。
  • Then you draw the bar graphs seen in Figure 1, by iterating over the report data.
    然后,您通过迭代报告数据,绘制图1中的柱状图。