线性表(linear list)是一组有序的数据元素,这里所谓线性是指表中的每一个元素,出第一个外,都即有一个直接前趋,同时除最后一个外,都仅有一个直接...
基于1477个网页-相关网页
线形表(Linear List)及其顺序存储结构 线形表(Linear List)及其顺序存储结构 字符串(string)是数据元素类型为字符的线性表。 字符串(string)是数据元素类型为字符的线性表。
基于24个网页-相关网页
chained linear list [计] 链式线性表 ; 炼接线性串行
double chained linear list 双炼接线性串列 ; 双炼接线性串行
doubly linked linear list 双链接线性串列 ; 双链接线性串行
sequential linear list 顺序线性表
indexed linear list 索引线性串行 ; 索引线性表
Linear list full 线性表已满
linear list structure [计] 线性表结构
cycle chained linear list 循环链式线性表
linked linear list 双重联结线性列表 ; 连接线性表
This paper surveys a new approach to constract a new linear list based on original binary sorted tree using the void chain of leaf node.
在二叉排序证书吊销树的基础上,利用了树中的叶子结点的空链域,在已有的树结构中毋需增加结点,就可建立一种新的线性表结构。
参考来源 - 自根向下压缩的二叉排序证书吊销树方案 in C·2,447,543篇论文数据,部分数据来源于NoteExpress
The critical descriptive and formal definition of linear list is also promoted in this paper.
并给出了线性表的严密的描述性定义和形式化定义。
Linked list is a kind of common data structure in microcontroller's program, which includes stack, queue and linear list.
链表是单片机程序开发中一种常见的数据结构,通常包括栈链、队列和线性链表。
An object-oriented approach is used for data modeling in this paper, The simple object is defined as a named linear list.
采用面向对象的方法构造数据模型,把命名的线性表定义为简单对象。
So it's certainly at least linear in the length of the list. For each starting point, what do I do?
它至少是线性的计算列表的长度,每次到了循环开始的点?
If it was an unordered list, we were basically stuck with linear search. Got to walk through the whole list to see if the thing is there.
如果是一个未排序的列表,基本上我们就只能使用线性搜索了,通过遍历整个列表来查看。
Because if you did what I suggested with the list, the time to look up the key would be linear in the length of the list. You'd have to look at each element until you found the key.
字典是用一种很神奇的,叫做散列法的算法,来实现的,后面我们将,会学到一点关于。
应用推荐