繁體版 English 日本語IndonesiaFrancais한국어РусскийไทยViệt
登录 注册

链表的英文

发音:  
"链表"怎么读用"链表"造句

英文翻译手机手机版

  • chain table
  • chained list
  • linked list

例句与用法

  • It is a list that only contains list pointers
    虚拟链表是只包含链表指针的链表。
  • Virtual lists and class lists do it better
    虚拟链表和类链表可以很好地实现这一点
  • The task of coding linked lists is fairly simple
    链表进行编码的任务相当简单。
  • Tip : coding generic lists of objects in c c
    技巧:在c / c + +中如何构造通用的对象链表
  • New transformation algorithm based on edge chain codes
    基于图像边界链表的新变换算法
  • Listing 1 . implementing immutable lists listing 2
    清单2 .为链表定义强制参数
  • The objects are stored behind the list structure
    对象存储在链表结构背后。
  • The repositories are called access control lists acls
    这种资料库称为访问控制链表( acl ) 。
  • First , let s re - examine linked lists
    首先,让我们来回顾一下链表
  • Donald knuth thoroughly describes linked lists and their operations in
    中详尽地描述了链表及其操作。
  • 更多例句:  1  2  3  4  5
用"链表"造句  

其他语种

百科解释

链表()是一种常见的基础数据结构,是一种线性表,但是并不会按线性的顺序存储数据,而是在每一个节点里存到下一个节点的指针()。由于不必须按顺序存储,链表在插入的时候可以达到O(1)的复杂度,比另一种线性表顺序表快得多,但是查找一个节点或者访问特定编号的节点则需要O(n)的时间,而顺序表相应的时间复杂度分别是O(logn)和O(1)。
详细百科解释
链表的英文翻译,链表英文怎么说,怎么用英语翻译链表,链表的英文意思,鏈表的英文链表 meaning in English鏈表的英文链表怎么读,发音,例句,用法和解释由查查在线词典提供,版权所有违者必究。