doubly linked 中文意思是什麼

doubly linked 解釋
雙鍵連接的
  1. Firstly, singly linked lists are used as the data structure of this algorithm rather than doubly linked lists or trees as other algorithms use, so less memory space and running time are required. secondly, the relationship between the entry and exit points on the two polygons is found and argumentation, which, with the reasonable operations on the lists, reduces the times that the lists are traversed and allows the polygon to be input clockwise or counterclockwise

    該演算法使用單線性鏈表數據結構,與其它使用雙鏈表或樹結構的演算法相比具有佔用空間少及處理速度快的特點;其次,找出並論證兩個多邊形之間進、出點之間的關系,並通過合理的數據結構處理,減少了演算法對多邊形鏈表的遍歷次數,而且允許多邊形既可以按順時針方向也可以按逆時針方向輸入。
  2. All internal data structures, such as b - tree indexes or doubly - linked lists, must be correct at the end of the transaction

    事務結束時,所有的內部數據結構(如b樹索引或雙向鏈表)都必須是正確的。
  3. The following five macros are the basis for dkom with doubly - linked lists

    下面五個宏是帶有雙向鏈表的dkom的基礎。
  4. A doubly - linked list links its elements both backward and forward in a circular fashion

    在一個循環方式中,雙鏈接列表既向前又向後鏈接他的元素。
  5. The key feature of a doubly - linked list is that you can add or remove elements anywhere in the list

    一個雙鏈接列表的關鍵特徵是:你可以添加或者移除在這個列表中任何位置的元素。
  6. The pages in each level of the index, including the data pages in the leaf level, are linked in a doubly - linked list

    索引中每個級別的頁(包括葉級別的數據頁)鏈接在一個雙向鏈接的列表中。
  7. For example, arrays can support dictionary look - up and form the basis for sophisticated kinds of data structures, such as key - value pairs, linked lists, doubly - linked lists, and trees

    例如,數組可以支持字典查詢,並為高級類型的數據結構,例如鍵-值對、鏈接表、雙鏈表和樹形成基礎。
  8. The elements are doubly - linked so that an arbitrary element can be removed without traversing the list

    那些元素雙向鏈接的,所以不用遍歷鏈表就可以刪除任意一個元素。
  9. Because doubly linked list can dynamically distribute store place, it is used in storing the offsets data of ship. through adding and deleting the node, we can easily add the offsets data and modify the model

    系統採用雙鏈表來存儲船體的型值點數據,之所以採用雙鏈表,是因為其可以動態分配存儲空間,同時可以很方便地增刪節點,從而進行船舶型值點加密以及模型修改。
  10. If your code does not require a doubly linked list you may want to reconsider using

    如果代碼不要求雙向鏈接表,可能需要重新考慮使用
  11. Is a doubly linked list, so element insertion is fast at the head, tail, and at a known position

    是雙向鏈接表,因此頭、尾和表中已知位置(
  12. Represents a doubly linked list

    表示雙向鏈接列表。
  13. Doubly linked list

    雙向鏈表
分享友人