doubly linked list 中文意思是什麼

doubly linked list 解釋
雙鏈接串列
  • doubly : 成兩倍
  • linked : 聯動的
  • list : n 1 清單,目錄,表,一覽表;名單。2 (交易所中)全部上市證券。3 =listprice an active list現役軍...
  1. A doubly - linked list links its elements both backward and forward in a circular fashion

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

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

    索引中每個級別的頁(包括葉級別的數據頁)鏈接在一個雙向鏈接的列表中。
  4. The elements are doubly - linked so that an arbitrary element can be removed without traversing the list

    那些元素雙向鏈接的,所以不用遍歷鏈表就可以刪除任意一個元素。
  5. 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

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

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

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

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

    雙向鏈表
分享友人