iterator 中文意思是什麼

iterator 解釋
迭代程序
  1. 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

    並不是為列表創建一個全新的副本,它的迭代器肯定能夠返回在迭代器被創建時列表的狀態,而不會拋出
  2. It takes an iterator along with a unary

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

    方便的、容易使用的、迭代器風格的api 。
  4. 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鍵的時候,實現就簡單地使用同步來保證每個鏈的頭指針是當前值。
  5. Object and map it inside an iterator, then do something similar for

    對象,並在迭代中映射它,接著用同樣的方法處理
  6. 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子句,或者計劃中的迭代器要求它按排序順序處理元組。
  7. 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 )

    這個函數返回一個可任意訪問序列元素的迭代器,這個迭代器指向序列的第一個元素.然後你可以通過這個所謂的迭代器來遍歷這個序列
  8. Moves the iterator to the next marker in the path

    將迭代程序移到路徑中的下一個標記。
  9. This method does not advance the iterator to the next argument

    此方法不會使迭代程序前進到下一個參數。
  10. Method of an iterator, it gets the first figure subpath of that iterator s associated path

    方法時,它獲取該迭代程序的關聯路徑的第一個圖形(子路徑) 。
  11. Provides an iterator over a selected set of nodes

    在一組選中的節點上提供迭代器。
  12. Design patterns are also used to increase the reusability as rup advocated. the abstract factory, observer and iterator patterns is introduced

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

    標準c + +庫現支持對迭代器的錯誤使用進行檢測。
  14. Listing 2 shows what the previous iterator example becomes

    清單2是上述例子改寫后的版本:
  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. Method return an iterator, you need to have an

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

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

    如何:為整數列表創建迭代器塊( c # )
  20. I ll start with the iterator - style api

    我們從迭代器風格的api開始。
分享友人