文件名称:student-system
- 所属分类:
- JSP源码/Java
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 17kb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本系统是个学生成绩管理系统
有如下功能:
1.用顺序表n个学生的学号和成绩录入;
思想:
在主函数里完成学生人数限定,和定义学生的结构体指针,调用录入函数。
用结构体指针完成学生信息录入。
2.用选择排序法对n个学生的成绩按照降序排列;
思想:
定义2个学生结构体指针,用选择法完成学生成绩排序。
3.利用栈和队列的算法操作,删除不及格的学生信息,保留及格学生信息在栈或队列中;
思想:
定义一个栈和一个队列,及格的学生入队,不及格的入栈,出队输出学生信息。
4.对及格学生的信息建立一个二叉排序树,对该二叉排序树进行中序遍历;
思想:
在出队的同时将学生成绩入树,调用创建2叉树,便进行中序遍历。
5.任意输入一个学生的学号,用一种查询方法查询该学生的成绩。
思想:
直接查找学生学号,找到就输出。
-This system is a student performance management system
Has the following functions:
1. With the sequential list n students student id and achievements input
Thought:
In the main function in the number of students finish the limit, and define the structure of the student body pointer, input function call.
With the structure body complete student information recorded pointer.
2. Choose ranking to n with a student s result in descending order
Thought:
Definition 2 students structures pointer, with choice method is used to complete student achievement in order.
3. Use stack and queue of algorithm operating, delete failing students information, keep pass the information in the stack students or the queue
Thought:
Define a stack and a queue, pass the students of get-together, not pass into the stack, the team output students information.
4. ? on
有如下功能:
1.用顺序表n个学生的学号和成绩录入;
思想:
在主函数里完成学生人数限定,和定义学生的结构体指针,调用录入函数。
用结构体指针完成学生信息录入。
2.用选择排序法对n个学生的成绩按照降序排列;
思想:
定义2个学生结构体指针,用选择法完成学生成绩排序。
3.利用栈和队列的算法操作,删除不及格的学生信息,保留及格学生信息在栈或队列中;
思想:
定义一个栈和一个队列,及格的学生入队,不及格的入栈,出队输出学生信息。
4.对及格学生的信息建立一个二叉排序树,对该二叉排序树进行中序遍历;
思想:
在出队的同时将学生成绩入树,调用创建2叉树,便进行中序遍历。
5.任意输入一个学生的学号,用一种查询方法查询该学生的成绩。
思想:
直接查找学生学号,找到就输出。
-This system is a student performance management system
Has the following functions:
1. With the sequential list n students student id and achievements input
Thought:
In the main function in the number of students finish the limit, and define the structure of the student body pointer, input function call.
With the structure body complete student information recorded pointer.
2. Choose ranking to n with a student s result in descending order
Thought:
Definition 2 students structures pointer, with choice method is used to complete student achievement in order.
3. Use stack and queue of algorithm operating, delete failing students information, keep pass the information in the stack students or the queue
Thought:
Define a stack and a queue, pass the students of get-together, not pass into the stack, the team output students information.
4. ? on
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数据结构实践\bitree.h
............\seqqueue.h
............\seqstack.h
............\test.cpp
............\使用说明文档.txt
............\数据结构实践.doc
数据结构实践
............\seqqueue.h
............\seqstack.h
............\test.cpp
............\使用说明文档.txt
............\数据结构实践.doc
数据结构实践