青年中文青年中文

iterators的意思

iterators中文翻譯:

迭代器(iterator的復數)

相似詞語短語

freelance writers wanted───招聘自由撰稿人

liter abbreviation───升縮寫

goiter symptoms───甲狀腺腫癥狀

congruence criteria───同余準則

baiter means───兩者兼而有之

signpost of literature───文學路標

iterate through hashset───迭代哈希集

desheriter in english───英語中的desheriter

literati ann arbor───文人安娜堡

temples new football recruiter───坦普爾足球新兵

雙語使用場景

An example of one of the iterators is shown in Listing 3.───清單3中顯示了一個迭代器示例。

Visual Basic's Iterators, look more like an anonymous function.───Visual Basic的迭代器,看上去更像一個匿名函數。

Let's consider iterators first, since they are simpler to understand.───由于迭代器比較容易理解,讓我們先來看它。

Local iterators would be very inefficient and may not be able to meet the complexity requirements.───局部迭代器將會非常低效,可能無法滿足復雜度的要求。

Describes how checked iterators ensure that you do not overwrite the bounds of your container in retail code .───描述檢查迭代器如何確保您不會在發布代碼中改寫容器的界限。

These algorithms reorder the input sequence. They require that the iterators be at least forward iterators.───這些算法對輸入序列進行重新排序。它們要求迭代器至少是前向迭代器。

Also, conditional expressions and iterators have been added to the XPath language, where previously they were part of the XSL language.───同樣,已將條件表達式和迭代器添加到了XPath語言中,而在以前它們是XSL語言的一部分。

But the most typical use of generators will be for defining iterators; so some of the subtlety is not always worth worrying about.───但生成器最典型的用途是用來定義迭代器;所以不值得總是為一些細微之處而擔心。

At the moment, the Java Bridge does not integrate Java iterators and PHP foreach statements.───目前,JavaBridge并未將Java迭代器和PHPforeach語句集成。

英語使用場景

All iterators support the increment operator to navigate from one element to the next, and the dereference operator to access the element value.

Just as iterators are a generalization of pointers, function objects are a generalization of functions: a function object is anything that you can call using the ordinary function call syntax.

Visual Basic's Iterators, look more like an anonymous function.

There are also the restrictions on when iterators can be invalidated.

Iterators iterate through the container in an arbitrary order, that can change as elements are inserted.

Iterators iterate through the container in the order defined by the comparison object.

For the load balancer, scheduling modules implement iterators that are used to walk through all the tasks managed by that scheduling module to do load balancing.

Invalidates iterators, and changes the order of elements. Pointers and references to elements are not invalidated.

Iterators: SPL offers some advanced iterator algorithms.