学籍管理系统.doc

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

学籍管理系统,摘 要 是典型的信息管理系统(mis),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。本系统主要完成对学生情况和学生成绩的管理,包括数据库中表的添加、修改、删除等。系统...
编号:36-90087大小:503.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 bshhty 发布

学籍管理系统
摘  要
  
学籍管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
本系统主要完成对学生情况和学生成绩的管理,包括数据库中表的添加、修改、删除等。系统还可以完成对各类信息的浏览、查询、添加、删除、修改、报表等功能。
系统的核心是数据库中各个表联系,每一个表的修改都将联动的影响其它的表,当完成对数据的操作时系统会自动地完成数据库的修改。查询功能也是系统的核心之一,在系统中即有单条件查询和多条件查询,也有精确查询和模糊查询,系统不仅有静态的条件查询,也有动态生成的条件查询,其目的都是为了方便用户使用。系统有完整的用户添加、删除和密码修改功能,并具备报表打印功能。
经过分析,我们使用 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.
Through analysis, we use the MICROSOFT company VISUAL BASIC development tool, making use of its every kind of the tool of development that provide that face to the object, particularly is intelligence that the window of data this on canning be convenient but manipulate the database in brief to turn the object, create in the in a short time first system application prototype, then, start to the beginning the prototype system proceeds to require with the iteration, revising continuously with improve, until forming the consumer is satisfied can row system.
Keywords: MIS, database, vb6.0, access2000.
 
目  录

前  言 1
第一章  概述 1
1.1课题来源 1
1.2 开发工具的选用 2
1.2.1 Visual Basic的使用 2
1.2.2 Microsoft Access的使用 3
1.3 系统的初步调查 3
1.4 系统的可行性研究 4
1.4.1技术上的可行性 4
1.4.2管理上的可行性 4
1.4.3安全上的可行性 4
1.5 系统分析 4
1.5.1系统的安全性 4
1.5.2系统的快捷性 5
1.5.3系统的准确性 5
1.5.4系统的严谨性 5
第二章  概要设计 5
2.1 系统设计思路 5
2.1.1界面设计 5
2.1.2用户登陆 5
2.1.3学籍信息内容查询和录入 6
2.1.4数据库分析 6
2.2 设计简述 6
2.2.1 vb设计的界面简述 6
2.2.2 Access2000设计数据库 7
2.2.3系统简图 7
2.3 设计需求 7
2.3.1 运行设计 7
2.3.2 出错处理设计 8
2.3.3安全保密设计 8
2.3.4维护设计 8
第三章  详细设计 9
3.1 数据库的实现 9
3.1.1课程表 9
3.1.2学生情况表 9
3.1.3学生与课程表 9
3.2 界面的实现 9
3.2.1登陆界面 9
3.2.3 主界面 10
3.2.4 基本信息录入 11
3.2.5 成绩录入 14
3.2.6 信息查询 16
3.2.7 报表输出 18
第四章  数据测试 18
第五章  总结 19
5.1 编程心得 19
5.2 感谢 19
参考文献 20