linked list

来自翻译宝典
跳转至:导航、​搜索
linked list
n.
【计】 链表
- 英语>简体中文, 英汉大词典
linked list
链表
- 英语>简体中文, 计算机词典
linked list
连结串列,链表(=chained list)
一组资料元素目的集合,其顺序排列方法是使每个项目包含下一个项目在电脑存储器中的位址。
一组项目,其中每一项目均包含一个按特定次序对下一项目的标识符,但这个特定次序与它们存放的次序没有任何特殊的关系。
- 英语>简体中文, 计算机词典
linked list
链[连]接表
- 英语>简体中文, 英汉计算机词汇
linked list
链表
A list in which each item except the last holds a pointer to the next in sequence. It can be either a group of items in random order in one storage area or a group of items in different locations.
一种表,表中的每一项(除最后一项外)含有一指针,指出下一相邻项的位置。这些表项可以在同一存储区域内随机存放,也可在不同的存储区域中。同chained list。
- 英语>简体中文, 计算机英汉双解词典
linked list
链表
- 英语>简体中文, 简明英汉词典
linked list
鏈表;連接表
- 英语>繁体中文(香港), 资讯及通讯科技术语
linked list
鏈接串列
- 英语>繁体中文(台湾), 电子工程名词
linked list
鏈接串列
- 英语>繁体中文(台湾), 电子计算机名词
linked list
鏈結表
- 英语>繁体中文(台湾), 工业工程名词
linked list
链接列表
A data structure consisting of nodes or elements connected by pointers. A singly linked list has one pointer in each node, pointing to the next node in the list; a doubly linked list has two pointers in each node, pointing to the next and previous nodes. In a circular list, the first and last nodes of the list are linked together.
- 英语>简体中文, IT术语集
linked list
名词 a list in which each item contains both data and a pointer to one or both neighbouring items, thus eliminating the need for the data items to be ordered in memory 链接表; 内部的各项都包含资料及对一个过多个相邻项的表格,因此消除了安排资料总项进行备份的需要 [计算机]
英语>简体中文, 高级英汉双解词典