毕业论文
论文首页 计算机毕业设计 工学论文 语言论文 社会学 经济管理学 法律论文 农学论文 医学论文 理学论文 文学论文 哲学论文 教育论文 艺术学 历史学 论文指导 论文翻译 诚聘代理  投稿出售
   高级搜索    本站热线:13009565069 QQ:617579642
2008-06-30 10:34:33  浏览次数:135    当前位置:首页 >> 计算机毕业设计 >> Delphi >>
 

学校成绩管理系统获得全文

(论文 页数:29 字数:13991 带程序)摘要:本系统全称为学校成绩管理系统。根据开发要求,它主要应用于教育系统,完成对常的教学、教务、教师以及学生的计算机化的管理。开发学校成绩管理系统可使学校比较系统地对教务、教学上的各项服务和信息进行管理,加快查询速度、加强管理,使各项管理更加规范化,同时,可以减轻工作压力,提高工作效率。目前,学校工作繁杂、资料重多,需要进行规范化的管理,因此,开发一套适合大众的、兼容性好的学校成绩管理系统是很有必要的。
本系统管理内容广泛,全面涉及了教务教学上的各项服务,包括学校成绩管理,其中有学校成绩管理;学生管理等等。在开发过程中,注意使其符合作的业务流程,并力求系统的全面性、通用性,使得本系统不只适用于一家教育机构。在开发方法的选择上,选择了生命周期法与原型法相结合的方法,遵循系统调查研究、系统分析、系统设计和系统实施四个主要阶段进行设计,而在具体的设计上,采取了演化式原型法,随着用户的使用及对系统了解的不断加深,对某一部分或几部分进行重新分析、设计、实施。在开发工具的选择上,主要利用Delphi7.0 编程语言进行开发,使用其自带的数据库,从而保证了数据的完整性与一致性。本论文主要从系统分析、系统设计、系统实施与使用等几个方面进行介绍。
关键词:信息管理系统,信息化,生命周期法,原型法
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, Delphi 7.0 programming language is employed. In line of its 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: information management system autumated information retrieval life cycle approach prototype-based approach

 

目录

第1章 绪论………………………………………………………………4
1.1问题的提出………………………………………………………………4
1.2现有系统存在问题的分析………………………………………………………4
1.3系统开发目标………………………………………………………………4
1.4开发工具的选择………………………………………………………………4
1.5开发方法的选择………………………………………………………………5
1.5.1系统分析………………………………………………………………6
1.5.2系统设计………………………………………………………………6
1.5.3系统实施………………………………………………………………6
1.5.4调试维护………………………………………………………………7
1.6开发本系统的意义………………………………………………………………7
第2章 系统分析………………………………………………………7
2.1背景分析 ………………………………………………………………7
2.2组织机构调查分析 ……………………………………………………………7
2.3可行性分析………………………………………………………………8
2.3.1技术可行性分析…………………………………………………………8
2.3.2经济可行性………………………………………………………………8
2.3.3运行可行性………………………………………………………………9
2.4详细调查 ………………………………………………………………9
2.4.1资料收集 ………………………………………………………………9
2.4.2业务流程调查分析 ………………………………………………………9
2.5数据流程的分析 ………………………………………………………………10
2.6数据分析 ………………………………………………………………10
2.6.1数据属性………………………………………………………………10
2.6.2查询分析………………………………………………………………10
2.7选购设备 ………………………………………………………………11
第3章 系统设计…………………………………………………………11
3.1代码设计 ………………………………………………………………11
3.2系统物理设计 ………………………………………………………………11
3.2.1拓扑结构设计 ……………………………………………………………12
3.2.2设备选择 ………………………………………………………………12
3.2.3系统环境 ………………………………………………………………12
3.3数据库设计 ………………………………………………………………13
3.3.1概念模式设计 ……………………………………………………………13
3.3.2逻辑设计 ………………………………………………………………13
3.3.3物理设计 …………………………………………………………………13
3.4功能结构图 ……………………………………………………………………13
3.5信息系统流程图 …………………………………………………………14
第4章系统实施……………………………………………………………14
4.1物理实施………………………………………………………………………14
4.2程序设计………………………………………………………………………15
4.3调试……………………………………………………………………………21
4.3.1模块测试…………………………………………………………………21
4.3.2系统测试…………………………………………………………………22
4.4编译……………………………………………………………………………22
4.5使用说明书……………………………………………………………………22
4.6维护……………………………………………………………………………22
第5章 结论……………………………………………………………22
5.1取得的成绩……………………………………………………………………22
5.2 不足之处………………………………………………………………………22
5.3 建议……………………………………………………………………………23
5.4 心得……………………………………………………………………………23
参 考 文 献…………………………………………………………………23
附录:源代码…………………………………………………………………………23

第1章 绪论
本文以学校管理信息系统建设中的教学管理子系统的开发为背景,论述了管理信息系统的概念、结构及系统开发的基本原理和方法,全文共分为绪论、系统分析、系统设计、系统实施、开发总结、参考文献、附录等。
1.1问题的提出
数据库是一门研究数据管理的技术,始于20世纪60年代,经过40多年的发展,现在已经形成另论体系,成为计算机软件的一个重要分支。数据库技术体现了当代先进的数据管理方法,使计算机的应用真正渗透到国民经济各个部门,在数据处理领域发挥着越来越大的作用。
随着社会的发展和经济时代的到来,信息管理系统在各行各业的应用显得越来越重要,教育行业对信息管理系统的应用也是如此。在经济发达的国家,许多教育机构(如公办、私立、培训机构等),都投入了大量的资金开发MIS系统,以求在将来激烈的竞争中立于不败之地。但是,同发达国家相比,我国的教育行业的信息技术的应用程度还比较低,这就严重制约了教育事业的快速发展。目前,学校工作繁杂、资料重多,需要进行规范化的管理,因此,开发一套适合大众的、兼容性好的学校成绩管理系统是很有必要的,它可使学校比较系统地对教务、教学上的各项服务和信息进行管理,加快查询速度、加强管理,使各项管理更加规范化,同时,可以减轻工作压力,提高工作效率。




推荐论文                 更多

· 商品交易管理系统
· 人力资源管理系统
· 学校成绩管理系统
· 基于网络的进销存系统的...
· 工资管理系统
· 实验室仪器管理系统
· 宾馆管理系统
· 物资管理系统
· 服务信息管理系统
· 办公自动化系统

出售论文
亿佰资讯网 - 《中华人民共和国增值电信业务经营许可证》 ICP证编号:陕ICP备05010493号 - 资料购买帮助
2006-2007 100LW.com and its suppliers.保留所有权利  增值电信业务经营许可证B2-20060392
电话:0472-2110208  13009565069  电邮:paowen@foxmail.com
QQ: 453148943   617579642  MSN:wide_sun@hotmail.com
地址:内蒙古包头市稀土开发区软件园大厦A座413室