在线词典

分类:语言工具
在线词典,是一款在线使用的中英文查词词典。本工具支持查询英文和中文单词及词组的含义,查询效率高、结果丰富,包括单词变体、常用短语、英英释义、同义词、同根词、词语辨析等,是外语学习者必备的在线查词工具。

doubly linked list

美:[ˈdʌbldi lɪŋkt lɪst]查词链接:https://www.dute.org/dict/doubly_linked_list复制链接
双向链表:链表的一种数据结构,每个节点都有两个指针,分别指向直接后继和直接前驱。
查看英英释义
abstract:
In computer science, a doubly-linked list is a linked data structure that consists of a set of sequentially linked records called nodes. Each node contains two fields, called links, that are references to the previous and to the next node in the sequence of nodes.

网络释义
双向链表
其实,只需小小的修改,就可以得到双向链表(doubly linked list),可以双向遍历链表。方法是除了指向下一个结构的指针外,在每个结构中再添加一个指针,存储前一个结构的地址。
双向链结串列
「双向链结串列(Doubly Linked Lists)是另一种常见的链结串列结构,这是一种允许无方向性走访的链结串列。
串列
... 链结串列可分为单向链结串列(single linked list)、环状串列(circular linked list)及双向 链结串列(doubly linked list),本章的目标旨 在如何学习到每一种链结串列的加入与删除, 而这些加入与删除的动作,又可针对串列首、 串列尾或串列的某个特定的...
结串列
...有些节点可能只有一个分支(branch) 36 相较于 单向链结串列 ( singly linked list ),双向链结串列(doubly linked list)的特性叙述何者错误?
常用短语
更多常用短语
* 以上查询结果来自于网络,仅供参考。
正在查询...