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.