文件名称:线性表
介绍说明--下载内容均来自于网络,请自行研究使用
1.顺序表的验证
(1)编写测试函数,对顺序表类模板用2种简单类型的数据(int ,char,double,float等)进行测试验证。
(2)定义一个结构体,描述学生信息。学生信息包括:学号、姓名、性别、班级和电话号码等。用描述学生信息的结构体作为线性表的数据元素类型测试顺序表。
(3)在顺序表类模板中增加成员函数max()和min(),它们分别返回顺序表中元素值最大的数据元素序号。
2.单链表的验证
(1)编写测试函数,对带头结点的单链表类模板用2种简单类型的数据(int ,char,double,float等)进行测试验证。
(2)定义一个结构体,描述学生信息。学生信息包括:学号、姓名、性别、班级和电话号码等。用描述学生信息的结构体作为线性表的数据元素类型测试带头结点的单链表。
(3)修改带头结点的单链表类模板中的插入函数,插入元素时按元素值从小到大的顺序插入数据元素到链表的适当位置。(1. Verification of Sequence Table
(1) Write test functions to test and verify the sequential table template with two simple types of data (int, char, double, float, etc.).
(2) Define a structure to describe student information. Student information includes: student number, name, gender, class and telephone number, etc. The structure describing students'information is used as the test sequence table of data element type in linear table.
(3) The member functions Max () and min () are added to the class template of the sequence table, which return the ordinal number of the data element with the largest element value in the sequence table, respectively.)
(1)编写测试函数,对顺序表类模板用2种简单类型的数据(int ,char,double,float等)进行测试验证。
(2)定义一个结构体,描述学生信息。学生信息包括:学号、姓名、性别、班级和电话号码等。用描述学生信息的结构体作为线性表的数据元素类型测试顺序表。
(3)在顺序表类模板中增加成员函数max()和min(),它们分别返回顺序表中元素值最大的数据元素序号。
2.单链表的验证
(1)编写测试函数,对带头结点的单链表类模板用2种简单类型的数据(int ,char,double,float等)进行测试验证。
(2)定义一个结构体,描述学生信息。学生信息包括:学号、姓名、性别、班级和电话号码等。用描述学生信息的结构体作为线性表的数据元素类型测试带头结点的单链表。
(3)修改带头结点的单链表类模板中的插入函数,插入元素时按元素值从小到大的顺序插入数据元素到链表的适当位置。(1. Verification of Sequence Table
(1) Write test functions to test and verify the sequential table template with two simple types of data (int, char, double, float, etc.).
(2) Define a structure to describe student information. Student information includes: student number, name, gender, class and telephone number, etc. The structure describing students'information is used as the test sequence table of data element type in linear table.
(3) The member functions Max () and min () are added to the class template of the sequence table, which return the ordinal number of the data element with the largest element value in the sequence table, respectively.)
相关搜索: 线性表
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
17122263张立鹏实验一 | 0 | 2018-12-11 |
17122263张立鹏实验一\1.顺序表的验证 | 0 | 2018-12-11 |
17122263张立鹏实验一\1.顺序表的验证\Assistance.h | 2759 | 2018-12-10 |
17122263张立鹏实验一\1.顺序表的验证\SeqList.h | 7110 | 2018-12-09 |
17122263张立鹏实验一\1.顺序表的验证\TestSeqList.cpp | 7692 | 2018-12-11 |
17122263张立鹏实验一\1.顺序表的验证\student.h | 834 | 2018-12-11 |
17122263张立鹏实验一\2.单链表的验证 | 0 | 2018-12-11 |
17122263张立鹏实验一\2.单链表的验证\Assistance.h | 3447 | 2013-12-07 |
17122263张立鹏实验一\2.单链表的验证\LinkList.h | 8532 | 2018-12-11 |
17122263张立鹏实验一\2.单链表的验证\Node.h | 627 | 2018-12-11 |
17122263张立鹏实验一\2.单链表的验证\TestLinkList.cpp | 10182 | 2018-12-11 |
17122263张立鹏实验一\2.单链表的验证\student.h | 895 | 2018-12-11 |