iterating
英 [ˈɪtəreɪtɪŋ]
美 [ˈɪtəreɪtɪŋ]
v. 迭代(数学或计算过程,或一系列指令)
iterate的现在分词
双语例句
- I'm again, iterating with this four loop, same code as before.
我再次,重复使用for循环,同样的代码。 - Then, instead of iterating overTask. all() in our list, we iterate over the search collection Task. searchPrefix ( phrase).
然后,我们并没有遍历list中的Task.all(),而是遍历了搜索集合Task.searchPrefix(phrase)。 - Consider the case of iterating through a collection to get an idea of the real costs incurred.
考虑迭代一个集合的情况,以了解实际花费的开销。 - I confirm this by iterating over the vals variable, which returns a simple sum.
通过在vals变量上迭代,我确认了这一点,即返回一个简单的sum。 - While iterating through the records, you build an array containing the contact records.
在遍历记录时,需要建立一个包含联系人记录的数组。 - You start by getting the total number of items stored in localStorage and then iterating over them.
您首先得到存储在localStorage中的条目的总数,然后再迭代这些条目。 - The third facet is iterating through selected items.
第三个方面是迭代选择的项。 - This new language construct eliminates the drudgery and error-proneness of iterators and index variables when iterating over collections and arrays.
语言的新结构可以消除在遍历集合和数组时迭代算子和索引变量引起的琐碎的代码和容易出错。 - Finally, for iterating over all of the name/ value pairs, there are a two APIs.
最后,对于在所有名/值对上迭代,存在两个API。 - 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.
该实现仅处理单个组,即使该接口是为多个组设置的;忽略了在每个提供的组上进行迭代直到成功或用尽每个组这一详细信息。