搜索资源列表
seqlist-1
- 有关数组的一段程序,对于初学者是一个非常不错参考例子-sqelist
SeqListcode
- 顺序表的源程序,顺序表的基本操作实现实验 ,实验要求是:数据元素类型ElemType取整型int。按照顺序存储结构实现如下算法(各算法边界条件和返回结果适当给出): 1)创建任意整数线性表(即线性表的元素值随机在键盘上输入),长度限定在25之内; 2)打印(遍历)该线性表(依次打印出表中元素值); 3)在线性表中查找第i个元素,并返回其值; 4)在线性表中第i个元素之前插入一已知元素; 5)在线性表中删除第i个元素; 6)求线性表中所有元素值(整数)之和;
Object-C-SeqList
- 实现了顺序表的建立,插入,删除等操作,还有两个集合的交并,及归并。-The order table creation, insert, delete, and other operations, and there are two sets of cross and merge.
seqlist--cPP
- 实现了线性表的基本查找删除建立等功能,实现了线性链表的插入功能,让你可以直接使用去插入元素-all good to solve the problem
seqlist
- 结构线性表是一种常用的数据结构,以下介绍线性表及其顺序存储,并对栈和队列及它们的顺序实现给出了详细的设计描述。-Linear table structure is a common data structure, the following describes the linear form and stored in order, and stacks and queues and their sequential implementation gives a detailed design
SeqList
- 数据结构。可以将两个线性表头尾相接。未采用链表。类的子程序。-data structure. Two linear tables can be joined end to end. We did not use the list. Class routines.