iterating
英 [ˈɪtəreɪtɪŋ]
美 [ˈɪtəreɪtɪŋ]
v. 迭代(数学或计算过程,或一系列指令)
iterate的现在分词
双语例句
- 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.
该实现仅处理单个组,即使该接口是为多个组设置的;忽略了在每个提供的组上进行迭代直到成功或用尽每个组这一详细信息。 - This new language construct eliminates the drudgery and error-proneness of iterators and index variables when iterating over collections and arrays.
语言的新结构可以消除在遍历集合和数组时迭代算子和索引变量引起的琐碎的代码和容易出错。 - For the sake of example, you'll look at just iterating through the results and printing them out.
例如,您可以只是在结果中进行迭代并将它们打印出来。 - Then, instead of iterating overTask. all() in our list, we iterate over the search collection Task. searchPrefix ( phrase).
然后,我们并没有遍历list中的Task.all(),而是遍历了搜索集合Task.searchPrefix(phrase)。 - An iterative and incremental methodology, by contrast, facilitates continuous change, iterating toward a better solution.
与此相对比,迭代和增量式方法使得连续的变更更加容易,迭代会得出更好的解决方案。 - Then you draw the bar graphs seen in Figure 1, by iterating over the report data.
然后,您通过迭代报告数据,绘制图1中的柱状图。 - 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.
在遍历记录时,需要建立一个包含联系人记录的数组。 - When iterating over a non-Collection Iterable, the compiler produces an error.
当在非集合的Iterable上迭代时,编译器生成错误。 - Creates multiple output records by iterating over each input record.
通过对每个输入记录进行迭代,创建多个输出记录。