ITERATORS in Chinese translation

迭代器

Examples of using Iterators in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
With the advent of C 2.0 with Visual Studio 2005, several important new features were added to the language, including generics, iterators, and anonymous methods.
C1.0于2001年亮相,随着C2.0和VisualStudio2005的问世,语言中新增了几个重要的功能,其中包括泛型、迭代器和匿名方法等。
In C++ there is a corresponding template function called std::transform(well, it takes two iterators and a function object, but the idea is the same).
在C++中,有一种类似的模板函数,std::transform(嗯,它接受两个迭代器和一个函数对象,不过思想是相同的)。
Other methods defined on the Iterator trait, known as iterator adaptors, allow us to change iterators into different kind of iterators..
Iteratortrait中定义了另一类方法,被称为迭代器适配器(iteratoradaptors),他们允许我们将当前迭代器变为不同类型的迭代器。
These kinds of iterators are ubiquitous in I/O, networking, and producer/consumer patterns; Julia can now express these iterators in a straightforward and correct manner.
这些迭代器在输入/输出(I/O)、网络和生产者/消费者模式中是非常普遍的,Julia可以用一种直接、准确的方式表达这些迭代器
First lets understand iterators.
首先我们要理解迭代器(iterators)。
Generators: a better way to build Iterators.
生成器:一种更好的方式来构建迭代器.
These two basic iterators should serve you well.
这两种基本迭代器应该能很好地为你服务。
You can also cause iterators throw an error.
你还可以让迭代器抛出一个错误。
Here we will discuss two iterators, each and collect.
在这里我们将讨论两种迭代器,each和collect。
Not all types of iterators provide all the potential functionality.
并不是所有类型的迭代器提供所有潜在的功能。
Not a bad way to grasp it, via iterators….
通过迭代器抓住它并不是一个糟糕的方法….
We have already seen how lists and tuples support iterators.
我们已经看到了列表和元组如何支持迭代器
Generators are a simple and powerful tool for creating iterators.
Generator是一个用于创建迭代器的简单而强大的工具。
Get the distance between iterators, int n= it2-it1;
获取两个迭代器之间的差值,intn=it2-it1;.
Chapter 8: Iterators and Generators discusses the addition of iterators and generators to the language.
Chapter6:代器和生成器讨论了语言添加的迭代器和生成器。
Iterators are the first part of the solution to that problem.
迭代器只是解决该问题的第一部分。
Generators allow you to create iterators in a very pythonic manner.
生成器允许你以一种非常pythonic的方式来创建迭代器
TypeScript 2.3, released in April, supported ECMAScript async generators and iterators.
月的TypeScript2.3支持ECMAScript异步生成器和迭代器
Generator Expressions are better than Iterators(for simple cases only).
生成器表达式比迭代器更好(只在简单情况下如此)。
Julia can now express these iterators in a straightforward and correct manner.
Julia现在可以用简单直接的方式表达这些迭代器
Results: 109, Time: 0.0237

Top dictionary queries

English - Chinese