青年中文青年中文

iterating的意思

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.