搜索资源列表
Cpp1
- 数据库对元素类型为整型的顺序存储的线性表进行插入、删除和查找操作。 -Database of elements stored in the order of type integer linear table insert, delete and search operations.
experiment-of-data-structure
- 以链式存储结构实现一个线性表的抽象数据类型,并实现线性表的初始化、查找、插入、删除和就地逆置等操作,要求具有较好的人机交互处理过程。-In order to achieve a linear chain store structure table abstract data types, and to achieve a linear table is initialized, search, insert, delete, and set in place the inverse operat
3120102432-1
- 用顺序表实现学生成绩管理系统 对线性表的顺序存储结构进行基本操作,要实现的功能有: (1)录入功能:可以录入学生信息; (2)统计功能:计算出每个学生的平均成绩,按照平均成绩排序,并能统计出100~90,60~0学生的人数和信息; (3)查找功能:能根据学号查找学生信息,并能进行相应修改; (4)插入功能:能插入新学生的信息; (5)删除功能:能根据学号,删除相应学生的信息。(Using the order table to achieve student achievement m