词语吧>英语词典>iterating翻译和用法

iterating

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

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

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

双语例句

  • Creates multiple output records by iterating over each input record.
    通过对每个输入记录进行迭代,创建多个输出记录。
  • As you can see, iterating over a Map is just as natural as iterating over any other collection.
    可以看到,迭代Map和迭代其它任何集合一样自然。
  • 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迭代器。
  • While iterating through the records, you build an array containing the contact records.
    在遍历记录时,需要建立一个包含联系人记录的数组。
  • You start by getting the total number of items stored in localStorage and then iterating over them.
    您首先得到存储在localStorage中的条目的总数,然后再迭代这些条目。
  • 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例程中的迭代和退出语句循环提供了更大的灵活性。
  • 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属性的值。
  • When iterating over a non-Collection Iterable, the compiler produces an error.
    当在非集合的Iterable上迭代时,编译器生成错误。
  • During the mapping stage, it evaluates the relations and generates mappings by iterating through the relevant model instances.
    在映射阶段,引擎评估关联,并通过在相关模型实例中进行迭代产生映射。
  • Then you draw the bar graphs seen in Figure 1, by iterating over the report data.
    然后,您通过迭代报告数据,绘制图1中的柱状图。