迭代器 的英文怎麼說

中文拼音 [diědài]
迭代器 英文
input iterator
  • : Ⅰ動詞(輪流; 替換) alternate; change Ⅱ副詞1 (屢次) repeatedly; again and again 2 (及) in tim...
  • : Ⅰ動詞1 (代替) take the place of; be in place of 2 (代理) act on behalf of; acting Ⅱ名詞1 (歷...
  • : 名詞1. (器具) implement; utensil; ware 2. (器官) organ 3. (度量; 才能) capacity; talent 4. (姓氏) a surname
  1. Several search iterators of object ids, such as find object of given type by name and find content by workflow stage

    對象id的一些搜索迭代器,比如按照名稱查找給定類型的對象,或者按照工作流的階段來查找內容。
  2. Instead creates a fresh copy of the list whenever a mutative operation is performed, and its iterators are guaranteed to return the state of the list at the time the iterator was constructed and not throw a

    並不是為列表創建一個全新的副本,它的迭代器肯定能夠返回在迭代器被創建時列表的狀態,而不會拋出
  3. Charming python : iterators and simple generators

    可愛的python :迭代器和簡單生成
  4. It takes an iterator along with a unary

    它取一個迭代器加上一個一元
  5. A convenient, easy - to - use, iterator - style api

    方便的、容易使用的、迭代器風格的api 。
  6. To retrieve an iterator for the set of hash keys, the implementation briefly synchronizes to make sure the head pointers for each chain are current

    迭代器中檢索一組hash鍵的時候,實現就簡單地使用同步來保證每個鏈的頭指針是當前值。
  7. In this article, david provides a gentle introduction to generators, and also to the related topic of iterators

    本文中, david由淺入深地介紹了生成,同時,還介紹了迭代器的相關問題。
  8. C programming guide using iterators c programming guide

    使用迭代器( c #編程指南)
  9. Additionally, the query plans must require that these ranges be scanned in order either because there is an order by clause on t. a, or because an iterator within the plan requires that it consume the tuples in sorted order

    此外,查詢計劃必須要求按順序掃描這些范圍,原因是對t . a應用了order by子句,或者計劃中的迭代器要求它按排序順序處理元組。
  10. The member function returns a random - access iterator that points at the first element of the sequence ( or just beyond the end of an empty sequence )

    這個函數返回一個可任意訪問序列元素的迭代器,這個迭代器指向序列的第一個元素.然後你可以通過這個所謂的迭代器來遍歷這個序列
  11. Provides an iterator over a selected set of nodes

    在一組選中的節點上提供迭代器
  12. That resolution, in turn, requires the engine to be able to navigate its way around an xml tree

    介面的類包含某些方法,這些方法用於創建按文檔次序進行操作的迭代器和樹遍歷
  13. Design patterns are also used to increase the reusability as rup advocated. the abstract factory, observer and iterator patterns is introduced

    Rup過程鼓勵復用,設計過程中使用很多設計模式來增加復用性,如抽象工廠、觀察者模式和迭代器模式等。
  14. The standard c library now has support to detect incorrect iterator use

    標準c + +庫現支持對迭代器的錯誤使用進行檢測。
  15. Canceling a task this way is useful if you want the iterator - rather than the task - to control when the scheduling stops

    如果您想用迭代器而不是任務來控制計劃停止時間時,就用得上這種取消任務的方式了。
  16. How to : create an iterator block for a generic list

    如何:為泛型列表創建迭代器
  17. Multiple iterators can be implemented on a class

    可以在類中實現多個迭代器
  18. Method return an iterator, you need to have an

    方法)返回迭代器,需要使
  19. The most common way to create an iterator is to implement the

    創建迭代器最常用的方法是對
  20. How to : create an iterator block for a list of integers

    如何:為整數列表創建迭代器塊( c # )
分享友人