摘 要
本文以大学生信息管理系统开发过程为背景,全文分为目录、需求分析、概要设计、详细设计、以及系统的实现等全过程。本系统以Windows XP为平台,选用了Visual Basic.NET.NET为开发工具,结合单位实际并经过查资料,利用软件工程化思想,总体上用结构化生命周期法进行系统分析和设计,采用快速原形法来实现。在程序设计与调试上采用了自上而下。逐步细化,逐步完善的原则。采用结构化的功能模块设计系统功能,可读性好,易于扩充。基本功能全面。本系统用户界面友好、清晰、操作简便,易学易用,系统可读性好,易于维护、更新。安全性好。进入系统前验证先验证拥护身份,防止他人非法进入。利用传统下拉菜单功能进行选择,方便、快捷、一目了然。自动计算各种工资数据并进行报表打印。查询比较方便,可进行各类查询。系统可靠性好,定期进行数据备份。
关键词:大学生管理系统,生命周期法,Visual Basic.NET.NET
ABSTRACT
This thesis takes the process of a high school students management system develops for background, the full text is divided whole process into the realization of the catalogue, need analysis, essentials design, detailed design, and system etc .This system take the Windows XP as the terrace, choosing to use easy to learn and easy the Microsoft Office SQL Server2000 2003 that can see to turn that use in order to develop the tool, combine the unit to combine physically has been checked the data, make use of the software engineering to turn the thought, total up turns the life cycle method to carry on the system analysis and design with the structure, adopt fast original shape method to carry out .At program design with adjust to try up adopt from top to bottom .Gradually thin turn, gradually perfect principle .Adopt a design of the function mold system function that structure turn, readability good, be easy to the enlargement .The basic function is overall .This system customer interface amity, clear, operate simple, easy to learn use easily, the system readability good, be easy to the maintenance and renew .Safety good .Before entering the system verify to verified to support the body first, prevent°from the others unlawful entry .Make use of under tradition pull the menu function to carry on the choice, convenience, fast, is clear at a glance .Compute various wages data and carry on statement's print automatically .The search is more convenient, can carry on each kind of search .The system credibility good, periodically carry on the data backup.
KEY WORDS:a high school students management system ,life cycle method ,Visual Basic.NET.NET
目 录
中文摘要 ………………………………………………………………………… 1
英文摘要 ………………………………………………………………………… 2
前言 ……………………………………………………………………………… 4
(一)项目需求分析………………………………………………………………6
(二)相关技术说明………………………………………………………………7
(三)功能模块划分………………………………………………………………8
(四)用例图………………………………………………………………………9
(五)数据库设计…………………………………………………………………10
1.E—R图………………………………………………………………………10
2.数据表………………………………………………………………………11
(六)功能模块实现 ……………………………………………………………12
1.部分功能模块的屏幕设计…………………………………………………12
2.要执行的确认………………………………………………………………14
3.重要代码说明………………………………………………………………15
参考文献 …………………………………………………………………………20
结 束 语 ………………………………………………………………………21
前 言
经过大学三年理论课程的学习,以及校内校外的实践,极大的丰富了自身的理论基础,并且也具备了一些处理简单问题的能力,但即将踏上社会的我深知这还远远不够,因此我利用了毕业设计的机会,在老师的指导下去完成一个具有挑战性的,其具体应用及社会服务相结合的项目,深知通过对它的开发,将对我的能力有更高层次的突破。
开发软件的一个目的是针对目前大学生的信息多而杂,不方便管理,等一系列问题,而设想一个具有个性化的大学生信息管理系统。该系统能很好的对学生和老师的信息进行插入、查询、修改、删除,管理员能方便的进行班级的课程安排,任课老师能方便的对所教班级的学生进行打分处理。
这种管理软件对硬件的要求很低,一般有一个比较简单的服务器与PC机组成的网络即可,再加上使用比较廉价、性能不错的软件,这样就可以以较低的成本来实现一个足够使用的功能。 |