搜索资源列表
AList
- 基于数组的顺序表,可以实现顺序表的基本功能,如插入,删除,查找等-The list is based on an array.It can insert,cancel,seartch an element.
calculater
- 数据库代码的头文件,代码是数据库中顺序表的头文件-head file of code for DataSystem
Cpp1
- 数据库对元素类型为整型的顺序存储的线性表进行插入、删除和查找操作。 -Database of elements stored in the order of type integer linear table insert, delete and search operations.
Order-the-merger-of-the-table-lookup
- 这是关于顺序表的合并与查找,能把顺序表进行合并后,选择自己选择的元素进行查找,并返回其位置-This is a merger and find, on the order of the table can order table to merge, select the elements of their choice to find and return to its position
sequencelist
- 采用C++实现顺序表的建立,具有插入、删除、查询、求集合等功能-To adopt C++ order of table creation, with insert, delete, query, request a collection of function
linklist
- 基于线性表的图书信息管理. 分别定义一个包含图书信息(书号,书名,定价)的顺序表和链表,使其具有如下功能:(1) 从给定的文件book.txt逐个读入图书信息;(2) 逐个显示图书表中所有图书的相关信息;(3) 统计表中图书个数;-Based on the linear form of book information management. Define a containing information (ISBN, title, price) in the order table and
shunxubiao
- 两个顺序表的合并。将两个顺序表合并在一起。形成一个链表-A merger between the two order sheet. The two order together. Form a linked list
2133
- 已知线性表的元素按递增顺序排列,并以带头结点的单链表作存储结构。试编写—个删除表中所有值大于min且小于max的元素(若表中存在这样的元素)的算法程序。-Linear table of elements known by increasing order, and to take the lead in a single node list for the storage structure. Test preparation- a deletion of the table all the v
3120102432-1
- 用顺序表实现学生成绩管理系统 对线性表的顺序存储结构进行基本操作,要实现的功能有: (1)录入功能:可以录入学生信息; (2)统计功能:计算出每个学生的平均成绩,按照平均成绩排序,并能统计出100~90,60~0学生的人数和信息; (3)查找功能:能根据学号查找学生信息,并能进行相应修改; (4)插入功能:能插入新学生的信息; (5)删除功能:能根据学号,删除相应学生的信息。(Using the order table to achieve student achievement m