群发资讯网

返回主页
linked list
链表:一种简单的线性数据结构
常用释义
英式发音
美式发音
基本释义
  • 链表:一种简单的线性数据结构,每个节点都包含指向列表中下一个(有时也包括前一个)节点的指针,使得可以从任何起始点沿着至少一个方向遍历该结构。
例句
  • 1·One of the standard ways is to use what's called a linked list.
    其中一个标准的方法是使用所谓的链表。
  • 2·This linked list is called a PTE chain.
    这个链表叫做pte链。
  • 3·Design choices in a concurrent, singly linked list.
    并发单向链表的设计方法。
  • 4·A linked list can be used to store this information.
    可以使用相连的列表存储这些信息。
  • 5·A lookup data structure which is a linked list is then initialized.
    然后初始化一个查找数据结构,这是一个链表。
  • 6·The use of the hash table with linked list provides the quickest lookup.
    使用这种具有链表的散列表可以提供最快速的查询功能。
  • 7·Listing 1 shows the most basic concurrent, singly linked list interface.
    清单1给出最基本的并发单向链表接口。
  • 8·Vfs_vnodes is a linked list of all the vnodes for this mounted instance.
    vfs_vnodes是这个装入实例的所有vnodes组成的链表。
  • 9·The fh:prev element creates what is essentially a linked list of entries.
    prev 元素创建本质上是一个链接列表的条目。
  • 10·At the highest level is the cache_chain, which is a linked list of the slab caches.
    在最高层是cache_chain,这是一个slab缓存的链接列表。