看诗词>英语词典>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.
    扩充分支总是包含在当前步骤遍历的顶级列表中。
  • For the sake of example, you'll look at just iterating through the results and printing them out.
    例如,您可以只是在结果中进行迭代并将它们打印出来。
  • During the mapping stage, it evaluates the relations and generates mappings by iterating through the relevant model instances.
    在映射阶段,引擎评估关联,并通过在相关模型实例中进行迭代产生映射。
  • This new language construct eliminates the drudgery and error-proneness of iterators and index variables when iterating over collections and arrays.
    语言的新结构可以消除在遍历集合和数组时迭代算子和索引变量引起的琐碎的代码和容易出错。
  • Creates multiple output records by iterating over each input record.
    通过对每个输入记录进行迭代,创建多个输出记录。
  • 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表中所有作者的列表。
  • Typed objects such as these cleanly encapsulate the responsibility of creating and maintaining a collection and iterating over that collection.
    这样的类型化对象干净地封装了创建和维护一个集合并遍历这一集合的功能。
  • You start by getting the total number of items stored in localStorage and then iterating over them.
    您首先得到存储在localStorage中的条目的总数,然后再迭代这些条目。
  • Then, instead of iterating overTask. all() in our list, we iterate over the search collection Task. searchPrefix ( phrase).
    然后,我们并没有遍历list中的Task.all(),而是遍历了搜索集合Task.searchPrefix(phrase)。
  • 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例程中的迭代和退出语句循环提供了更大的灵活性。