文件名称:3
介绍说明--下载内容均来自于网络,请自行研究使用
从数据文件records.txt中读取学生信息,建立与源数据同序的学生链表并打印在屏幕上;
统计学生链表中身高达标人数(男女生的身高达标值由键盘输入),并打印结果;
对上述学生链表按学号进行排序,然后将一位学生的相关信息插入到已按学号排序的学生链表中后仍然保持学号的有序性,将结果链表打印在屏幕上;
对上述操作后的学生链表进行倒置,结果输出到数据文件result.txt中;
删除链表中身高为指定值的所有学生结点并打印;
将当前的学生链表拆分为男生链表和女生链表(没有新结点生成),分别打印到屏幕上。-Read from the data file records.txt student information, the establishment of the same order with the source data and print the list of students on the screen
Height standards in statistics list the number of students (boys and girls the value of the height standard keyboard input), and print the results
The list of students sorted by student number, then a student has the relevant information into the students ordered by Student ID in the list have remained orderly learning numbers, list the results printed on the screen
Students after the above operation for inverted list, the resulting output to the data file result.txt in
Delete the specified height value in the list of all students nodes and print
Students will list the current list split into boys and girls list (no new node generation), were printed to the screen.
统计学生链表中身高达标人数(男女生的身高达标值由键盘输入),并打印结果;
对上述学生链表按学号进行排序,然后将一位学生的相关信息插入到已按学号排序的学生链表中后仍然保持学号的有序性,将结果链表打印在屏幕上;
对上述操作后的学生链表进行倒置,结果输出到数据文件result.txt中;
删除链表中身高为指定值的所有学生结点并打印;
将当前的学生链表拆分为男生链表和女生链表(没有新结点生成),分别打印到屏幕上。-Read from the data file records.txt student information, the establishment of the same order with the source data and print the list of students on the screen
Height standards in statistics list the number of students (boys and girls the value of the height standard keyboard input), and print the results
The list of students sorted by student number, then a student has the relevant information into the students ordered by Student ID in the list have remained orderly learning numbers, list the results printed on the screen
Students after the above operation for inverted list, the resulting output to the data file result.txt in
Delete the specified height value in the list of all students nodes and print
Students will list the current list split into boys and girls list (no new node generation), were printed to the screen.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验三源程序\linklist.cpp
............\records.txt
............\sy3.cpp
实验三源程序
............\records.txt
............\sy3.cpp
实验三源程序