搜索资源列表
Cpp1
- 数据库对元素类型为整型的顺序存储的线性表进行插入、删除和查找操作。 -Database of elements stored in the order of type integer linear table insert, delete and search operations.
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