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

iterating

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

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

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

双语例句

  • 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例程中的迭代和退出语句循环提供了更大的灵活性。
  • 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选择器和迭代技术遍历文档。
  • 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上迭代时,编译器生成错误。
  • The function displays a list of all authors in the AUTHOR table by iterating over the odbc_fetch_array() function in a while() loop.
    该函数通过在while()循环中迭代odbcfetcharray()函数,来显示AUTHOR表中所有作者的列表。
  • Sometimes, this process is cyclical, iterating several times before a transaction is completed and archived.
    有时候,这个流程是循环的,在反复几次后事务才完成并归档。
  • During the mapping stage, it evaluates the relations and generates mappings by iterating through the relevant model instances.
    在映射阶段,引擎评估关联,并通过在相关模型实例中进行迭代产生映射。
  • The enrichment branch is always contained within the top-level list that the current step is iterating through.
    扩充分支总是包含在当前步骤遍历的顶级列表中。
  • 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迭代器。