linked list 中文意思是什麼

linked list 解釋
鍵結串列
  • linked : 聯動的
  • list : n 1 清單,目錄,表,一覽表;名單。2 (交易所中)全部上市證券。3 =listprice an active list現役軍...
  1. Sometimes this can be optimized down to a single entry instead of using a linked list

    有時這可以優化到只使用一個條目而不使用鏈表。
  2. This paper presents the directed itemsets graph to store the information of frequent itemsets of transaction databases, and puts forward the trifurcate linked list storage structure of directed itemsets graph, and provides the mining algorithm of frequent closed itemsets based on directed itemsets graph

    摘要利用了有向項集圖來存儲事務數據庫中有關頻繁項集的信息,提出了有向項集圖的三叉鏈表式存儲結構和在於有向項集圖的頻繁閉項集挖掘演算法。
  3. The program stores birthdate information in a linked list of client blocks

    程序在client塊的鏈接表中存儲生日信息。
  4. This paper present the classic backtracking as an example, through comparing, explains backtracking efficiency difference under various data structure ; when database can be expressed in sparseness matrix, then it can be expressed in 4 - way linked list, which improves greatly the efficiency than before

    以一個典型的回溯問題為例,通過對比,說明回溯法在不同數據結構下,其時間效率的差異,驗證對于可表示成稀疏矩陣的數據集,在使用四向鏈表結構時,可以大大提高時間效率。
  5. For links to more in - depth treatments of the basics of linked list manipulation, see the

    一節,可以找到更深入介紹基本鏈表處理的鏈接。
  6. In other words, new items are added to the end, and map lookups move items to the end of the linked list

    換句話說,新項目被添加到尾部,映射表查找操作將項目移到鏈表的尾部。
  7. Reference counting is simple, lends itself well to incremental collection, and the collection process tends to have good locality of reference, but it is rarely used in production garbage collectors for a number of reasons, such as its inability to reclaim unreachable cyclic structures objects that reference each other directly or indirectly, like a circularly linked list or a tree that contains back - pointers to the parent node

    引用計數很簡單,很適用於增量收集,收集過程一般會得到好的引用區域性,但是出於幾個理由,它很少在生產垃圾收集器中使用,如它不能回收不可到達的循環結構(彼此直接或者間接引用的幾個對象,如循環鏈接的列表或者包含指向父節點的反向指針的樹) 。
  8. Conceptually, a singly linked list of integers looks like the following diagram in a computer s memory

    從概念上講,在計算機內存中,整數的單鏈表如下圖所示:
  9. Within the java core collection classes, most maps are implemented using chaining, which works so that if more than one key maps to the same index location in the table, then that index location holds a linked list of all the elements mapping to that location

    在java核心集合類中,多數映射都是使用鏈接實現,就是說如果多個鍵映射到表中的同一索引位置,則索引位置保存一個鏈表,其中存放映射到該位置的所有元素。
  10. Bulk operations on a ttreeview are often painfully slow, because every time a node is referenced using an index, the ttreeview has to walk through its linked list of nodes to get to the specified index

    對一個樹開視圖控制項進行大量操作經常速度很慢,因為每一次節點都需要通過一個索引進行引用,樹形視圖控制項必須遍歷它的節點鏈表以獲到特定的索引,這個例子演示了一種解決這一問題的方法。
  11. How to rapidly stream ttreeview contents - bulk operations on a ttreeview are often painfully slow, because every time a node is referenced using an index, the ttreeview has to walk through its linked list of nodes to get to the specified index

    對一個樹開視圖控制項進行大量操作經常速度很慢,因為每一次節點都需要通過一個索引進行引用,樹形視圖控制項必須遍歷它的節點鏈表以獲到特定的索引,這個例子演示了一種解決這一問題的方法。
  12. The linked list is ready for immediate use

    鏈接列表可以立即使用。有關
  13. Supports a second ordering option : maintaining the linked list in access order instead of insertion order

    支持第二種排序選項:按存取順序而非插入順序維護鏈表。
  14. Abstract : the feature definition and the feature classification are given firstly. then the constraint - based parametric feature model of mechanical part is set up. a graph called feature relation graph is used to represent the feature model and a dynamic linked list to build and store the model. using the oop technique, the author realized the feature model. based on the parametric feature model, the feature hierarchical parametrization is analyzed and a parametric example is also given

    文摘:首先系統給出了機械產品造型領域特徵的定義以及特徵的分類;其次,建立了基於約束的機械產品零件的參數化特徵模型,並用特徵關系圖的形式表達特徵模型,同時採用動態鏈表構建特徵模型並用面向對象技術實現了零件的參數化特徵模型;最後結合實例分析了基於特徵模型的零件特徵分級參數化實現過程。
  15. If there is only a single mapping to the page, then a single pointer called " direct " can be used instead of a linked list

    如果只有一個到這個頁的映射,那麼可以用一個叫做「 direct 」的指針來代替鏈表。
  16. The data pages are not linked in a linked list

    數據頁不在鏈接列表內鏈接。
  17. Generic class is a true linked list

    泛型類是一個真正的鏈接列表。
  18. It repeats the command for each element of a linked list

    它對鏈表中的每個元素反復執行作為參數的這個命令。
  19. Using a singly linked list

    使用單向鏈接列表實現
  20. Using a singly linked list saves the overhead of updating an additional pointer for all operations as well as the memory for that pointer

    使用單向鏈接表可省去更新所有操作的附加指針以及該指針的內存的系統開銷。
分享友人