go top

doubly linked list
[ˈdʌbldi lɪŋkt lɪst]

  • 双向链表:链表的一种数据结构,每个节点都有两个指针,分别指向直接后继和直接前驱。

网络释义专业释义英英释义

  双向链表

其实,只需小小的修改,就可以得到双向链表(doubly linked list),可以双向遍历链表。方法是除了指向下一个结构的指针外,在每个结构中再添加一个指针,存储前一个结构的地址。

基于2921个网页-相关网页

  双向链结串列

双向链结串列(Doubly Linked Lists)是另一种常见的链结串列结构,这是一种允许无方向性走访的链结串列。

基于144个网页-相关网页

  串列

... 链结串列可分为单向链结串列(single linked list)、环状串列(circular linked list)及双向 链结串列doubly linked list),本章的目标旨 在如何学习到每一种链结串列的加入与删除, 而这些加入与删除的动作,又可针对串列首、 串列尾或串列的某个特定的...

基于40个网页-相关网页

  结串列

...有些节点可能只有一个分支(branch) 36 相较于 单向链结串列 ( singly linked list ),双向链结串列doubly linked list)的特性叙述何者错误?

基于16个网页-相关网页

短语

Circular doubly linked list 双向环状链结串列

Circular Doubly Linked-List 串列

doubly-linked list 双重链接表

deletion from doubly linked list 从双链接表删去

adjacency multiple doubly linked list 邻接多重双向链表

doubly linked linear list 双链接线性串列 ; 双链接线性串行

doubly linked circular list 双链接循环串行 ; 双链接循环串列

doubly-linked linear list 双连线性表

doubly linked VU list VU集合双向链

 更多收起网络短语
  • 双向链表
    双链接串列
  • 双向链表

·2,447,543篇论文数据,部分数据来源于NoteExpress

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.

以上来源于: WordNet

双语例句

  • How to remove a node from a doubly linked list?

    如何链接列表中删除一个节点

    youdao

  • Why is my doubly linked list removing previous links?

    为什么双向删除以前的链接

    youdao

  • Circular, doubly linked list, how to manage the node to object relationship?

    圆形如何管理节点对象关系

    youdao

更多双语例句
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定