iterating
英 [ˈɪtəreɪtɪŋ]
美 [ˈɪtəreɪtɪŋ]
v. 迭代(数学或计算过程,或一系列指令)
iterate的现在分词
双语例句
- 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迭代器。 - 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 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表中所有作者的列表。 - During the mapping stage, it evaluates the relations and generates mappings by iterating through the relevant model instances.
在映射阶段,引擎评估关联,并通过在相关模型实例中进行迭代产生映射。 - What it understands is scala. Iterable, which defines the basic behaviors for iterating across a collection.
它所了解的是scala.Iterable,scala.Iterable定义了在集合上进行迭代的基本行为。 - An iterative and incremental methodology, by contrast, facilitates continuous change, iterating toward a better solution.
与此相对比,迭代和增量式方法使得连续的变更更加容易,迭代会得出更好的解决方案。 - For the sake of example, you'll look at just iterating through the results and printing them out.
例如,您可以只是在结果中进行迭代并将它们打印出来。 - Concatenates all the values for the connected field by iterating over its parent record.
通过对已连接字段的父记录进行迭代,连接该字段的所有值。 - Consider the case of iterating through a collection to get an idea of the real costs incurred.
考虑迭代一个集合的情况,以了解实际花费的开销。 - Creates multiple output records by iterating over each input record.
通过对每个输入记录进行迭代,创建多个输出记录。