搜索资源列表
sequencelist
- 本程序的功能是对一个初始值为连续数值,且起始为0的数组进行数据插入,数据删除,以及数据查找的操作。-this procedure is the function of an initial value of consecutive digits and initial 0 array for data insertion, delete data, and data search operation.
SequenceList
- 以数组为存储结构保存线性表,并实现线性表创建、清空、增加、删除、修改、查找等基本操作。
sequencelist
- 本程序的功能是对一个初始值为连续数值,且起始为0的数组进行数据插入,数据删除,以及数据查找的操作。-this procedure is the function of an initial value of consecutive digits and initial 0 array for data insertion, delete data, and data search operation.
SequenceList
- 以数组为存储结构保存线性表,并实现线性表创建、清空、增加、删除、修改、查找等基本操作。-Array for the storage structure in order to preserve the linear form, and realize the creation of a linear table, empty, add, delete, modify, search and other basic operations.
sequencelist
- 有序顺序表,包括初始化、求数据元素个数、插入、删除和取数据元素等操作。有序顺序表与顺序表的主要区别是:有序顺序表中的数据元素按数据元素值非递减有序。再设计一个测试主函数,实际运行验证所设计有序顺序表的正确性。-Orderly sequence table, including the initialization, seeking the number of data elements, insert, delete, and take
sequencelist
- 对顺序表完成以下菜单项功能,要求执行完一个功能后自动输出线性表: 按输入次序建表; 建立有序表; 按序号插入新元素; 按值插入新元素; 按序号删除元素; 按值删除元素; 输出表长; 建立2个有序表,合并成1个有序表。 一般顺序表的查找; 有序表的顺序查找; 有序表的二分查找。 直接插入排序; 简单选择排序; 冒泡排序; 快速排序; 堆排序。 -On the order
sequencelist
- 采用C++实现顺序表的建立,具有插入、删除、查询、求集合等功能-To adopt C++ order of table creation, with insert, delete, query, request a collection of function
SequenceList
- 建立顺序表,实现取元素、判断表是否为空、求表长、打印、查找、求前驱、求后继、插入、删除等操作。编写就地逆置顺序表的算法,即利用原表的存储空间将线性表(a1, a2, … , an) 逆置为(an , … ,a2 , a1 ) -Established order of the table to achieve taking elements to determine whether the table is empty, seek
SequenceList
- 使用C++编写的顺序表,思路清晰,便于透彻理解-Use C++ written order form, clear, easy to understand and thorough
Stud_Imfor_Manage
- 学生信息管理系统中类的说明: 日期类:Date 普通本科生类:Student 函授生类:Correspodence 顺序表类:SequenceList 组织内存中的所有普通本科生信息 顺序表类:CorrespodenceList 组织内存中的所有函授生信息 主菜单类:Menu 管理系统主菜单 子菜单类:Menu1、Menu2、Menu3、Menu4、Menu5、Menu6、Menu7、Menu8、Menu9、