2011届本科毕业论文
学生档案管理系统的开发与设计
系 院: 学生姓名: 学 号:
专 业:计算机科学与技术 年 级:07级 指导教师:
完成日期:2011年5月
摘 要
摘 要
学生档案管理系统是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要,所以档案管理系统应该能够为用户提供充足的信息和快捷的查询手段。
本系统能提供用户登录的界面使每个同学对自己的成绩等各类信息进行查询。后台管理平台能够对学生的各类信息进行插入、修改、删除等各种操作。同时能够实现对学生档案信息的立即打印功能。采用Visual C++6.0作为前台开发工具,SQL Server 2000后台数据处理和维护平台,能够对每个模块进行独立的设计和管理,为用户提供一个方便快捷的界面。
本系统采用的SQL Server 2000数据库后台管理服务器有独立的客户端,功能十分强大,数据安全性高。采用VC++作为前台开发工具,操作简单便捷。采用了C/S开发模式,交互性强能对各种错误信息及时准确的做出反馈。而且C/S开发模式有很少的中间件,响应速度快。系统操作界面简单大方,系统功能模块化非常方便学生各类信息的管理。实现过程非常科学,从部分高校管理系统的功能需求得出系统功能模块图,进而又得出系统总体结构图,最后进行了数据库的详细设计一一实现了各模块功能。
关键词:管理信息系统;学生档案管理系统;关系数据库
I
Abstract
Abstract
The school register management system management system is an education unit essential part. Its content said regarding the school policy-maker and the superintendent all very important, therefore the school register management system management system should be able to provide the sufficient information and the quick inquiry method for the user.
The system can provide a user interface so that each student logged the results of their inquiries and other information. Management platform to the students the background information of all kinds to insert, modify, delete and other operations. This system uses Visual c + + 6.0 as a receptionist development tool and SQL Server 2000 as backend data processing and maintenance platform. Every function module was completed smoothly .At the same time enables students to file information on the immediate printing. Each module can independently design and management, to provide users a convenient interface.
This system use SQL Server 2000 as database management background server . Has independent client .The function is very strong, data security is very high. Using VC++ as a receptionist development platform, simple operation is convenient. Use the C/S developing mode, interactive to various error message strong can respond to the timely and accurate. And C/S development model between a few parts, fast response. System interface simple and easy, system function modular very convenient students all kinds of information management. Realization process is very scientific. From the part of college management system that the function demand system function module chart. Then the whole system structure, and draw the detailed design of database fulfilled each module function.
Key words: The management information system; The school register management
system; RDBM
II
目 录
目 录
1 绪论.................................................................. 1 1.1 研究的背景 ........................................................ 1 1.2 国内外研究现状 .................................................... 1 1.3 问题的提出与研究的意义 ............................................ 2 1.4 本系统设计的目标及功能 ............................................ 2 1.4.1 本系统设计的总体目标 .......................................... 2 1.4.2 系统的主要功能 ................................................ 2 1.5 可行性分析 ........................................................ 3 1.5.1 经济上的可行性 ................................................ 3 1.5.2 技术上的可行性 ................................................ 3 1.5.3 执行上的可行性 ................................................ 3 1.6 论文组织 .......................................................... 4 2 开发环境和开发技术.................................................... 5 2.1 系统介绍 .......................................................... 5 2.1.1 信息系统简介 .................................................. 5 2.1.2 管理信息系统简介 .............................................. 6 2.2 系统开发模式 ...................................................... 6 2.3 系统开发环境 ...................................................... 7 2.3.1 开发环境的选择 ................................................ 7 2.3.2 Visual C++6.0的简介........................................... 8 2.3.3 SQL server 2000简介........................................... 8 2.4 开发环境的建立 .................................................... 8 2.4.1 确保SQL Server 2000服务器正常工作 ............................ 8 2.4.2 测试SQL Server 2000和本地服务器的连接 ........................ 9 2.4.3 测试VC++和SQL Server 2000的连接.............................. 9 3 需求分析............................................................. 10 3.1 设计思想 ......................................................... 10 3.2 需求分析 ......................................................... 10 3.2.1 基本功能需求 ................................................. 10 3.2.2 用户界面需求 ................................................. 10
相关推荐: