文件名称:sy1
介绍说明--下载内容均来自于网络,请自行研究使用
数据结构 线性表的基本操作
如建立、查找、插入和删除等
建立一个包含学生(学号,姓名,成绩)信息的的链表,并具有如下功能:
(1) 根据学生姓名进行查找,返回此学生的学号和成绩;
(2) 根据指定的位置可返回相应的学生信息(学号,姓名,成绩);
(3) 给定一个学生信息,插入到表中指定的位置;
(4) 删除指定位置的学生记录;
(5) 统计表中学生人数。
-Data structure of the basic operation of linear forms such as the creation, search, insert and delete, such as the establishment of a contains the students (Student ID, name, results) of the list of information and have the following functions: (1) According to the students name search and return to the students and results (2) According to the specified location and they can return to the Student Information (Student ID, name, result) (3) given a student information inserted into the table specified location (4) delete the specified location of the student records (5) the number of secondary tables.
如建立、查找、插入和删除等
建立一个包含学生(学号,姓名,成绩)信息的的链表,并具有如下功能:
(1) 根据学生姓名进行查找,返回此学生的学号和成绩;
(2) 根据指定的位置可返回相应的学生信息(学号,姓名,成绩);
(3) 给定一个学生信息,插入到表中指定的位置;
(4) 删除指定位置的学生记录;
(5) 统计表中学生人数。
-Data structure of the basic operation of linear forms such as the creation, search, insert and delete, such as the establishment of a contains the students (Student ID, name, results) of the list of information and have the following functions: (1) According to the students name search and return to the students and results (2) According to the specified location and they can return to the Student Information (Student ID, name, result) (3) given a student information inserted into the table specified location (4) delete the specified location of the student records (5) the number of secondary tables.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sy1.cpp