学生成绩统计分析系统的设计与实现

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:


摘要
  本系统全称为学生成绩统计分析系统。根据开发要求,它主要应用于教育系统,完成对日常的教学、教务、教师以及学生的计算机化的管理。开发学生成绩统计分析系统可使学院教职员工减轻工作压力,比较系统地对教务、教学上的各项服务和信息进行管理,同时,可以减少劳动力的使用,加快查询速度、加强管理,以及国家各部门关于信息化的步伐,使各项管理更加规范化。目前,学校工作繁杂、资料重多。目前,管理信息系统已进入高校,但还未普及,而对于学生成绩统计分析来说,目前还没有一套完整的、统一的系统。因此,开发一套适和大众的、兼容性好的系统是很有必要的。
  本系统管理内容广泛,全面涉及了教务教学上的各项服务,包括学生成绩管理,其中有学生成绩管理;学生管理等等。在开发过程中,注意使其符合操作的业务流程,并力求系统的全面性、通用性,使得本系统不只适用于一家教育机构。在开发方法的选择上,选择了生命周期法与原型法相结合的方法,遵循系统调查研究、系统分析、系统设计和系统实施四个主要阶段进行设计,而在具体的设计上,采取了演化式原型法,随着用户的使用及对系统了解的不断加深,对某一部分或几部分进行重新分析、设计、实施。在开发工具的选择上,主要利用Visual C++编程语言进行开发,使用微软自带的数据库,从而保证了数据的完整性与一致性。本论文主要从系统分析、系统设计、系统实施与使用等几个方面进行介绍。
  【关键词】成绩管理系统 成绩管理 数据库 Visual C++

Abstract
  The name of our system is grade Management System.According to the requirements of developing, the system is mainly applied to education system which manageas the daily teaching educational administration and computeration of teachers and students. Developing grade Management System can not only ruduce the presure of the staff and systematically manage the service and information, but also decrease the use of labour force, accelerate the requiring speed, improve management, speed the pace of concernad national department autumated information retrieval to standardize the managements. Nowdays, the universities work are miscellaneous,especially in private ones.It's important to put the teachers' management on the table. Up to now, mamagement has come into universities but not popularized. As for the teaching management, there is not a set of complete and unified system, so it's very necessary to develop a common,compatible one.
    The system is wide and comprehensive in including most of the service items of teaching plans, such as grade management which refers to teaching plans, grade management, students management and so on. In developing procedure, we pursure the comprehensiveness and commomality of the system, so that it can not only be applied in one educational institution. In choosing the developing methods, we combine the life sycle approach and the prototype-based approach, approach in four main steps: system investigation, system analysis, system design and system implementation. AS to data design, evolutionary prototype-based approach is partialy adopted to reanalysize, redisign and reimplemate with the user's ever-increasing understanding of the system. In choosing the developing tool, Visual C++ programming language is employed. In line of Microsoft self-sustaining. to ensure the integratedness and consistency. This thesis mainly introduce the ideas of the analysizing , designing , implementing and application of this system.
  Keywords: Grade Management System, grade Management , DataBase,  Visual c++
  
  
目录
摘要 II
ABSTRACT III
引言 2
第1章 绪论 4
1.1问题的提出 4
1.2现有系统存在问题的分析 5
1.3系统开发目标 5
1.4开发工具的选择 6
1.5开发方法的选择 6
1.5.1系统分析 8
1.5.2系统设计 8
1.5.3系统实施 9
1.5.4调试维护 9
1.6开发本系统的意义 10
第2章 系统分析 11
2.1背景分析 11
2.2组织机构调查分析 11
2.3可行性分析 12
2.3.1技术可行性分析 12
2.3.2经济可行性 13
2.3.3运行可行性 13
第3章 系统设计 14
3.1 系统功能设计 14
3.2 数据库设计 15
3.3 算法分析 17
第4章 系统调试与运行 22
4.1系统调试 22
4.2系统测试与运行 22
4.2.1测试方法 22
4.2.2测试数据 23
4.2.3测试内容 23
4.2.4测试结果 23
第5章  结论 24
致谢 25
参考文献 26

系统分为三大模块:基本数据管理模块,学生成绩管理模块,打印输出模块。

  学生成绩管理系统模块构成:
  1)基本数据管理模块
  该模块可以实现对现有学生成绩管理系统档案中的学号,姓名,年龄,性别,身高,电话和家庭地址等基本信息的记载情况,并且可以对这些信息进行添加,修改或删除。
  2)学生成绩管理模块
  该模块可以实现对学生成绩的录入,查询,并且可以进行排序和各种分析等功能。
  3)打印输出模块
  该模块可以实现对查询出来的成绩信息进行打印的功能。