搜索资源列表
Cpp1
- 2 使用顺序查找方法,从查找表中查找姓名为赵阳和王夏的学生。如果查找成功,则显示该生的相关信息;如果查找不成功,则给出相应的提示信息。 3 使用直接插入排序方法,按姓名对学生信息进行排序。输出排序前和排序后的学生信息表,验证排序结果。 4 使用直接选择排序方法,对学生信息中的C成绩进行排序。输出排序前和排序后的学生信息表,验证排序结果。 -2 using the sequential search method, from the lookup table to find the n
chengjipaixu
- 有10个学生的考试成绩存在score.dat文件中,编写一个程序,读取score.dat文件中的数据,存放到线性链表中,每个学生一个节点,然后搜索该链表,按成绩由高到低循序打印出学生信息(包含学号、姓名、成绩)。-There are 10 test scores of students there score.dat file, write a program that reads the score.dat file data stored in the linear list, each s
