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.
因为是时候开始对设计进行迭代了,所以该书介绍了两种不同的选项用例或特性驱动的开发并讨论什么时候一个会比另一个更好。 - I confirm this by iterating over the vals variable, which returns a simple sum.
通过在vals变量上迭代,我确认了这一点,即返回一个简单的sum。 - When iterating over a non-Collection Iterable, the compiler produces an error.
当在非集合的Iterable上迭代时,编译器生成错误。 - For the sake of example, you'll look at just iterating through the results and printing them out.
例如,您可以只是在结果中进行迭代并将它们打印出来。 - Consider the case of iterating through a collection to get an idea of the real costs incurred.
考虑迭代一个集合的情况,以了解实际花费的开销。 - 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表中所有作者的列表。 - 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属性的值。 - No table-wide locking is needed ( or even possible) to provide thread-safety when iterating the collection.
在对集合进行迭代时,不需要表范围的锁就能提供线程安全性。 - The enrichment branch is always contained within the top-level list that the current step is iterating through.
扩充分支总是包含在当前步骤遍历的顶级列表中。 - Finally, for iterating over all of the name/ value pairs, there are a two APIs.
最后,对于在所有名/值对上迭代,存在两个API。