中英文地名和人名建议选择专门化的地名译典或人名译典;有些缩写词在缩写词典中更容易查到;

    iterator查询结果如下:

    音标:[暂缺]
    详解 英文释义 韦氏词典 英文百科 wiki词典 英文句库
    【电脑术语】
    迭代器,迭代程序
    -iterator的不同词性形态

    名词 变体/同根词

    iterator的复数形式
    “If you’re already a Pythonista, you might be disappointed that I don’t emphasize such ideas as iterators and dict structures.”
    例句

    AL0 - Used in a spatial iterator to insert navigation links in the first level going from top to bottom.

    AL0–用在空间迭代器中,用于在从上到下的第一级中插入导航链接。

    属类:IT行业-www.ibm.com--

    AL1 - Used in a spatial iterator to insert child navigation links below the first level going from top to bottom.

    AL1–用在空间迭代器中,用于在从上到下的第一级下面插入导航链接。

    属类:IT行业-www.ibm.com--

    The DataTableReader provides a smart, stable iterator .

    DataTableReader提供了智能且稳定的迭代器。

    属类:IT行业-msdn2.microsoft.com--

    G - This pane is part of a spatial iterator used to show the icon portion of the icon navigation link.

    G–此窗格是空间迭代器的一部分,用于显示图标导航链接的图标部分。

    属类:IT行业-www.ibm.com--

    boost: : filesystem: : path: : iterator : This routine is used to traverse the individual elements of the path.

    iterator:此例程用于遍历path的各个元素。

    属类:IT行业-www.ibm.com--

    The familiar Python idiom for elem in lst: now actually asks lst to produce an iterator .

    Python常见的习惯用法foreleminlst:现在实际上让lst产生一个迭代器。

    属类:IT行业-www.ibm.com--

    One such compatible iterator is the RecursiveDirectoryIterator, which is used below to add the files in a directory to the archive.

    RecursiveDirectoryIterator是一种兼容的迭代器,下面展示如何使用它向归档添加目录文件。

    属类:IT行业-www.ibm.com--

    One particularly idiomatic method of REXML elements is the . each iterator .

    REXML元素的一个独特的惯用方法是.each迭代器。

    属类:IT行业-www.ibm.com--

    Increments the reverse iterator by the given number of elements.

    按给定的元素数递增反向迭代器。

    属类:IT行业-technet.microsoft.com--

    Part 2 of this series will provide a detailed description of the event iterator-based API.

    本系列的第二部分将详细讨论这种基于事件迭代器的API。

    属类:IT行业-www.ibm.com--

    Fundamentally, the for loop involves what is known as an iterator , which is used to move through the collection item by item.

    本质上,for循环涉及到一个迭代器(iterator),用于在集合中逐项移动。

    属类:IT行业-www.ibm.com--

    The compiler translates this code into the equivalent iterator-based loop, as shown in Listing 2

    编译器把这个代码转换成等价的基于迭代器的循环,如清单2所示

    属类:IT行业-www.ibm.com--

    For all intents and purposes, you can use an XMLCursor as a java. util. Iterator , except that you can also use it in a generic fashion.

    不管出于何种目的,您都可以将XMLCursor作为java.util.Iterator使用,只是您也能够以泛型形式使用它。

    属类:IT行业-www.ibm.com--

    The super method would simply loop through the iterator to compute its result.

    超方法将通过简单地在iterator上循环来计算其结果。

    属类:IT行业-www-128.ibm.com--

    Pane H is actually contained within a spatial iterator , which allows for multiple header titles to be specified in multiple rows.

    窗格H实际上包含在一个空间迭代器中,它允许在多行中指定多个Header的标题。

    属类:IT行业-www.ibm.com--

    The digits following the pane name indicate the spatial iterator value, starting from the outermost spatial iterator working inward.

    窗格名称后的数字指明空间迭代器的值,从最外面的空间迭代器开始逐渐向里。

    属类:IT行业-www.ibm.com--

    Creates a collection and later an iterator to loop through.

    创建了一个集合和一个用于遍历的迭代器。

    属类:IT行业-www.ibm.com--

    Creates an iterator to loop through.

    创建了一个用于循环的迭代器。

    属类:IT行业-www.ibm.com--

    Create an iterator to iterate through the collection.

    创建一个迭代器,以便通过集合进行迭代。

    属类:IT行业-www.ibm.com--

    This program uses an iterator to read a line from stdin and another iterator to split the line into individual tokens.

    此程序使用一个迭代器来从stdin中读取一行,同时另一个迭代器将该行分割成单个的标记。

    属类:IT行业-www.ibm.com--

    This Error event indicates that a hash table iterator is invalid.

    此错误事件表示哈希表迭代程序无效。

    属类:无分类双语句库-www.microsoft.com--

    This method does not advance the iterator to the next argument.

    此方法不会使迭代程序前进到下一个参数。

    属类:IT行业-msdn2.microsoft.com--

    Astute readers might wonder why charAt is more than seven times faster than the iterator , given that both provide O(1) access time.

    聪明的读者可能想知道既然大家都提供0(1)的访问时间,为什么charAt会比迭代器快7倍。

    属类:IT行业-www.ibm.com--

    That can operate over collections, Ruby programmers generally prefer to use iterator methods that pass control to a codeblock.

    但Ruby程序员通常更喜欢使用迭代器方法来将控制传递给代码块。

    属类:IT行业-www-128.ibm.com--

    No event iterator-based alternative API was provided.

    但没有提供基于事件迭代器的API。

    属类:IT行业-www.ibm.com--

    When the compiler detects your iterator , it will automatically generate the

    当编译器检测到迭代器时,它将自动生成

    属类:IT行业-msdn2.microsoft.com--

    Of course, there is a trade-off between memory used and the speed penalty of running through the iterator .

    当然,在使用迭代器时,要在占用的内存和速度之间有所取舍。

    属类:IT行业-www.ibm.com--

    Part 2 will take a more in-depth look at the event iterator API.

    第2部分将深入讨论事件迭代器API。

    属类:IT行业-www.ibm.com--

    Chapter 4 starts building the iterator framework that underlies the rest of the book.

    第4章开始构建一个迭代器框架,它是本书其余部分的基础。

    属类:IT行业-www.ibm.com--

    Queries with calls to table-valued functions generate query plans with the Table-valued Function iterator .

    调用表值函数的查询生成具有Table-valuedFunction迭代器的查询计划。

    属类:IT行业-technet.microsoft.com--

    简典