文件名称:c
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2017-01-02
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- 黄**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
定义一个包含学生信息(学号,姓名,成绩)的顺序表和链表,使其具有如下功能:
(1) 根据指定学生个数,逐个输入学生信息;
(2) 逐个显示学生表中所有学生的相关信息;
(3) 根据姓名进行查找,返回此学生的学号和成绩;
(4) 根据指定的位置可返回相应的学生信息(学号,姓名,成绩);
(5) 给定一个学生信息,插入到表中指定的位置;
(6) 删除指定位置的学生记录;
(7) 统计表中学生个数。-
The basic operation of the linear table
The definition of a contains student information (number, name, score) sequential list and linked list, which has the following functions:
(1) input student information according to the number of assigned students
(2) displays the relevant information of all the students in the student table
(3) find under the name and returns the number of students learning and achievement
(4) according to the specified location can be returned to the corresponding student information (number, name, score)
(5) insert a student information into the specified location in the table
(6) delete the student record at the specified location
(7) the number of students in the statistical table.
(1) 根据指定学生个数,逐个输入学生信息;
(2) 逐个显示学生表中所有学生的相关信息;
(3) 根据姓名进行查找,返回此学生的学号和成绩;
(4) 根据指定的位置可返回相应的学生信息(学号,姓名,成绩);
(5) 给定一个学生信息,插入到表中指定的位置;
(6) 删除指定位置的学生记录;
(7) 统计表中学生个数。-
The basic operation of the linear table
The definition of a contains student information (number, name, score) sequential list and linked list, which has the following functions:
(1) input student information according to the number of assigned students
(2) displays the relevant information of all the students in the student table
(3) find under the name and returns the number of students learning and achievement
(4) according to the specified location can be returned to the corresponding student information (number, name, score)
(5) insert a student information into the specified location in the table
(6) delete the student record at the specified location
(7) the number of students in the statistical table.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SqList.dsp
SqList.dsw
SqList.ncb
SqList.opt
SqList.plg
SqList.cpp