iterating
英 [ˈɪtəreɪtɪŋ]
美 [ˈɪtəreɪtɪŋ]
v. 迭代(数学或计算过程,或一系列指令)
iterate的现在分词
双语例句
- Now that it's time to begin iterating on the design, the book describes two different options Use case or Feature-driven development and discusses when one approach is better than the other.
因为是时候开始对设计进行迭代了,所以该书介绍了两种不同的选项用例或特性驱动的开发并讨论什么时候一个会比另一个更好。 - 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表中所有作者的列表。 - Creates multiple output records by iterating over each input record.
通过对每个输入记录进行迭代,创建多个输出记录。 - The implementation handles only a single group, even though the interface is set up for multiple groups; the details of iterating over each supplied group until success or exhaustion were omitted.
该实现仅处理单个组,即使该接口是为多个组设置的;忽略了在每个提供的组上进行迭代直到成功或用尽每个组这一详细信息。 - As you can see, iterating over a Map is just as natural as iterating over any other collection.
可以看到,迭代Map和迭代其它任何集合一样自然。 - The enrichment branch is always contained within the top-level list that the current step is iterating through.
扩充分支总是包含在当前步骤遍历的顶级列表中。 - Then, instead of iterating overTask. all() in our list, we iterate over the search collection Task. searchPrefix ( phrase).
然后,我们并没有遍历list中的Task.all(),而是遍历了搜索集合Task.searchPrefix(phrase)。 - You've learned how to traverse a document using QueryPath methods, CSS3 selectors, and iterating techniques.
您已经了解了如何使用QueryPath方法、CSS3选择器和迭代技术遍历文档。 - Typed objects such as these cleanly encapsulate the responsibility of creating and maintaining a collection and iterating over that collection.
这样的类型化对象干净地封装了创建和维护一个集合并遍历这一集合的功能。 - An iterative and incremental methodology, by contrast, facilitates continuous change, iterating toward a better solution.
与此相对比,迭代和增量式方法使得连续的变更更加容易,迭代会得出更好的解决方案。