1 / 27
文档名称:

学籍管理系统论文.doc

格式:doc   页数:27页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

学籍管理系统论文.doc

上传人:企业资源 2012/1/16 文件大小:0 KB

下载得到文件列表

学籍管理系统论文.doc

文档介绍

文档介绍:学籍管理系统论文
------------摘要------------
学籍管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
    经过分析,我们使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
关键字:控件、窗体、数据库
------------ABSTRACT------------
    The system of managing student file is a typical application of managing information system (know as MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used.
    By looking up lots of datum, we selected Visual Basic presented by Microsoft because of its objective tools in Win32. VB offered a series of ActiveX operating a data-base. It can give you a short-cut to build up a prototype of system application. The prototype could be modified and developed till users are satisfied with it.
Keywords: ActiveX , Form , Field .
                      
目   录
摘要
ABSTRACT
第一章前言………………………………………………………………… 5
………………………………………………………………………5
MIS系统的起源和作用…………………………………………………5
学籍管理系统的功能和作用……………………………………………6
第二章系统体系及工具软件介绍………………………………………… 8
 C/S体系结构……………………………………………………………8
 工具软件…………………………………………………………………8
………………………………………………………………… 8
ACCESS2003……………………………………………………………9
 SQL语言………………………………………………………………… 9
 构筑学籍管理系统………………………………………………………10
第三章系统的分析和设计……………………………………………………11
…………………………………………………………………11
功能模块分解……………………………………………………………13
…………………………………………………………… 15
数据库表设计……………………………………………………… 20
界面设计……………………………………………………………… 24
第四章系统的实现………………………………………………………… 30
系统功能实现………………………………………………………… 30
系统关键代码实现…………………………………………………… 30
…………………………………………………… 50
第五章总结……………………………………………………………… 51
主要参考文献……………………………………………………………… 52
致谢………………………………………………………………………… 53
第一章前言