学籍管理系统的设计与实现

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


摘  要:随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟.宁武县高级中学采用的还是传统的手工操作方式,数据容易丢失,管理人员的劳动强度高,效率低,本系统的设计正是为了改进该中学现有的学籍管理情况。系统以Visual Basic 6.0和Access 2000为开发工具,以Windows 2000为开发平台,针对宁武县高级中学的实际情况设计出了一个学籍管理信息系统。该系统对学生的学籍信息、成绩信息进行了统一的管理,主要的功能模块有用户管理模块、信息浏览模块、学生管理模块、成绩管理模块、查询模块、系统帮助以及报表打印。本系统界面友好,操作简单,比较实用。
关键词:学籍管理; Visual Basic 6.0; Access 2000

Abstract: With extensive application of information techniques in management, the imple- mentation of the information system of management is becoming mature gradually. The senior school in Ningwu Country still adopts the traditional handicraft operation method, the data  is easy to lose, the manager's labor strength is high and the efficiency is low, The system is designed to improve the existing students status management circumstance for this school . The system adopts Visual Basic 6.0 and Access 2000 as developing tools and Windows 2000 as a developing platform. Aiming at practical circumstance of senior school in Ningwu country, the students status management information system is designed. The student status information and score information can be managed unitedly in the system. The main function modules include: the user management module, the information browsing module, the students management module, the score management module, the querying module, the system help and report printing. This system has friendly interfaces, simple operation. Therefore, it is practical.
Keywords: Students status management; Visual Basic 6.0; Access 2000

功能
一 用户管理
用户可根据需要修改密码并且重新登录。
二 信息浏览
用户可浏览有关在校生的信息、离校生的信息以及学生的成绩信息。
三 学生管理
包括新生入校管理、在校生管理、离校生管理。
1 新生入校管理是对高一刚入学新生学籍信息的管理,包括学号、姓名、性别、年龄、班级、联系电话等。
2 在校生管理是对所有的高一、高二、高三的在校生进行管理,除了刚入学时的基本学籍信息外,还包括学生在校期间所受的奖励、处罚以及在校表现。
3 离校生管理是对离校的学生信息进行管理,包括离校原因、离校去向、在校表现等。
四 成绩管理
对在校的所有学生的成绩信息进行管理,包括学号、班级、学期、课程、成绩等。
五 查询
对学生学籍信息和成绩信息进行方便快捷的查询。
六 报表
将在校生信息、离校生信息、学生成绩信息以报表格式进行输出。
七 系统帮助
介绍了系统中各个模块所实现的功能,以及该软件的使用说明以及注意事项。
八 退出
提醒用户是否要退出系统。









目 录

1 引言 1
2 需求分析 3
2.1 问题提出 3
2.2 功能需求 3
2.3 性能需求 4
2.4 运行需求 4
2.5 数据流图 4
3 概要设计 6
3.1 概念结构设计 6
3.2 功能模块的划分 7
3.3 开发工具的配置 7
4 详细设计 9
4.1 逻辑结构的设计 9
4.2 系统功能模块的设计 10
4.3 数据库的连接 12
5 系统实现 14
5.1 学生管理模块的实现 14
5.2 查询模块的实现 17
5.3 信息浏览模块的实现 18
6 系统测试与评价 20
7 结束语 21
参考文献 22
Abstract 23
致谢 24