iterating信息详情
v.迭代(iterate的现在分词);重复;反复申说
integrating───v.整合;积分;集成化(integrate的ing形式);n.集成化;综合化
itinerating───vi.巡回;巡回传教
reiterating───vt.重申;反复地做
iterations───n.迭代次数;反复(iteration的复数)
liberating───解放,释放(liberate的现在分词)
siderating───侧倾
-trating───过滤
aerating───v.使(土壤、水等)透气;充气于(aerate的现在分词)
berating───v.严厉指责,怒斥(berate的现在分词)
Summary: Iterating from a team perspective.───总结:从团队观点考虑的迭代。
The third facet is iterating through selected items.───第三个方面是迭代选择的项。
Iterating, in this case, has major disadvantages.───在此情况下,迭代有很大的缺点。
The b digit in AL1. x. b. c, is used for iterating down the children of a given group x.───c中的数字b用于向下迭代给定组x的子窗格。
Thus, iterating over the elements in a list is typically preferable to indexing through it if the caller does not know the implementation.───因此如果调用者不了解实现方式,通常应该遍历列表元素,这比指定下标位置更可取。
Some suggest iterating over the process itself, as if constantly revisiting the same state diagram will eventually yield more information.───有些人提议重复过程自身,就好像不断重复查看同一个状态图最终就会得到更多信息一样。
The enrichment branch is always contained within the top-level list that the current step is iterating through.───扩充分支总是包含在当前步骤遍历的顶级列表中。
To get started, we need to develop a benchmark that measures the performance of the traditional means of iterating through a collection.───首先,我们需要开发一个基准测试,它测量遍历集合的传统方法的性能。
Let's take a look at how you can accomplish both in a code snippet, iterating through each selected element and return the jQuery object.───让我们看看如何在代码片段中实现迭代每个选定元素并返回jQuery对象。
The calculations indicate that the iterating calculation is converged and the calculated throat area of nozzle accords with practicality.
Here is a simple means of iterating through the graph to print out portions of its associated data.
Then, instead of iterating overTask.all() in our list, we iterate over the search collection Task.searchPrefix(phrase).
Once the code finishes iterating through the tuple, the else clause is invoked, and the running total is printed.
There was no evidence for an additional transmissible multifactorial component since H always went to zero when iterating all parameters.
The chaotic signals were generated based on iterating the piecewise linear chaotic map (PLCM) with a segment number parameter (SNP).
Furthermore, the model will keep iterating within the feasible region whenever the iterative point is feasible, and become feasible decreasing directions method.
This is useful for best-fit algorithms that look for a cache that most closely fits the size of the desired allocation (iterating the list).
for-each loop: When iterating over an array, the compiler generates an induction variable and the standard array iteration idiom.