文件名称: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


(系统自动生成,下载前可以参看下载内容)

下载文件列表

数据结构实践\bitree.h

............\seqqueue.h

............\seqstack.h

............\test.cpp

............\使用说明文档.txt

............\数据结构实践.doc

数据结构实践

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org