学籍管理系统论文.doc

约24页DOC格式手机打开展开

学籍管理系统论文,学籍管理系统1.8万字 24页摘要本系统主要完成对学生情况和学生成绩的管理,包括数据库中表的添加、修改、删除等。系统还可以完成对各类信息的浏览、查询、添加、删除、修改、报表等功能。系统的核心是数据库中各个表联系,每一个表的修改都将联动的影响其它的表,当完成对数据的操作时系统会自动地完成数据库的修改。查询功能也是系统的核...
编号:36-19718大小:202.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 王芸 发布

学籍管理系统
1.8万字 24页



摘 要

本系统主要完成对学生情况和学生成绩的管理,包括数据库中表的添加、修改、删除等。系统还可以完成对各类信息的浏览、查询、添加、删除、修改、报表等功能。系统的核心是数据库中各个表联系,每一个表的修改都将联动的影响其它的表,当完成对数据的操作时系统会自动地完成数据库的修改。查询功能也是系统的核心之一,在系统中即有单条件查询和多条件查询,也有精确查询和模糊查询,系统不仅有静态的条件查询,也有动态生成的条件查询,其目的都是为了方便用户使用。系统有完整的用户添加、删除和密码修改功能,并具备报表打印功能。
经过分析,我们使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
关键字:控件、窗体、数据库、vb6.0、access2000。






ABSTRACT

Student status management system is development two aspects that typical information management system, IMS( MIS), its development includes primarily the background database creates with support and the front end applies the procedure.Creates to rise to the former request the consistency of data is strong with the integrity, the library that the safeness of data like.But request the latter very much to apply the procedure function complete, easy usage etc. characteristics.
This system completes primarily to student's circumstance with the management of student's score, include the database the inside the watch increase, modify, delete etc..The system can also complete to the browsing of various information, search, increase, delete, modify, report etc. function.
System of nucleus is other table in an influence for of relation, each a modification of watch moving in a table in database that modification that operation hour system, be to complete the logarithms according to will complete the database of oneself.Search the function is also one of the nucleus of the system, having namely in system the single condition search to search with many conditions, also having the accurate search to search with blur, system not only contain static condition search, also have the dynamic born condition search, its purpose is all for the sake of the convenient consumer to use.System contain complete consumer increase, delete to modify the function with the password, the union has the report prints the function......


Keywords: Control piece,form, database, vb6.0, access2000.




目录

前言 5
1 可行性研究及需求分析 5
1.1课题来源: 5
1.2 开发工具的选用 5
1.2.1 Visual Basic的使用 5
1.2.2 Microsoft Access的使用 6
1.3.系统的初步调查 6
1.4.系统的可行性研究 7
1.4.1技术上的可行性。 7
1.4.2管理上的可行性。 7
1.4.3安全上的可行性。 7
1.4.系统分析 7
1.5.1系统的安全性。 7
1.5.2系统的快捷性。 7
1.5.3系统的准确性。 7
1.5.4系统的严谨性。 7
2 概要设计 7
2.1 系统设计思路分析 8
2.1.1界面。 8
2.2 设计简述 8
2.2.1 vb设计的界面简述。 8
2.2.2 access2000设计数据库。 8
3 详细设计 9
3.1 数据库的实现 9
3.1.1班级情况表。 9
3.1.2学生情况表。 9
3.1.3教师情况表。 9
3.1.4教学计划表。 10
3.1.5各班成绩表。 10
3.2 界面的实现 10
3.2.1“漂亮界面”。 10
3.2.2“登陆界面”。 10
3.2.3“主界面”。 11
3.2.4 “新建班级”。 12
3.2.5 “数据输入”。 14
3.2.6 “数据导入”。 16
3.2.7 “查找向导”。 17
3.2.8 “数据统计”。 18
3.2.9 “打印管理”。 19
3.2.10“帮助主题”。 21
4 数据测试 21
5 用户手册 22
5.1 欢迎界面 22
5.2 登陆界面 22
5.3 登陆界面 22
5.4 新建班级 22
5.5 输入数据 22
5.6 导入数据 22
5.7 查找向导 22
5.8 统计数据 22
5.9 打印管理 23
5.10 打印管理 23
6 心得体会 23
6.1 编程心得 23
6.2 感谢 23
7 参考文献 23