{$cfg_webname}
主页 > 计算机 > VB >

师技考试管理系统的设计与实现

来源:wenku163.com  资料编号:WK1631033 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1631033
资料介绍


摘 要
  师技考试管理系统是典型的信息管理系统(MIS),其开发主要包括前端应用程序的开发和后台数据库的建立和维护两个方面。前台用VB程序语言,后台用Access建立数据库。对于前者要求应用程序功能完备,易使用,而对于后者则要求建立起数据一致性和完整性强、数据安全性好的库等特点。开发一个功能完备的、操作方便的教师考试管理系统适合广大中、小学及其它语言单位的基本要求。

  师技考试管理系统包括了信息录入、信息查询、数据维护和报表打印等功能。信息录入是以后各项操作的基础,它包括基本信息和成绩信息。信息查询是系统的重点,同时也是难点。它可以按照学号、姓名等方式进行查询。数据维护是系统优化的保证,它包括有数据修改、数据删除、数据查询和数据备份。报表打印是对通过考试,并且成绩合格的学生打印证书。

  关键词:数据库,VISUAL BASIC,软件设计,信息系统,信息查询

The system of managing teacher skill exam based on VISUAL BASIC

ABSTRACT

  The system of managing teacher skill exam is a typical application of managing information system (know as MIS), which mainly includes developing the application procedure of onstage and building up data-base of backstage. The onstage with the VB program language, the backstage establishes the database with Access. The former required the application powerful and easily used and the later required consistency and integrality and security of data. Develops a function to be complete, the ease of operation teacher skill exam management system to suit general middle, the elementary school and other language units' basic requests.

   The teacher skill exam management system includes information input, information inquiry, data maintenance and report form printing and so on. The information input is foundation of the later each operation, it including basic information and score information. The information inquiry is the systematic key point, simultaneously also is the difficult artillery. It may defer to way and so on student number, name carries on the inquiry. The data maintenance is the system optimization guarantee, it includes the data to revise, data deletes, data inquiry and data backup. The report form printing is to through the test, and result qualified student to printing certificate.

  KEY WORDS:database,VISUAL BASIC,software design,information system,information inquiry

目 录

第一章 综述.......................................................................................1
    1.1 引言..........................................................................................1
    1.2 问题的来源.................................................................................2
    1.3 软件工程理论..............................................................................2
    1.4 数据库的发展..............................................................................6
  1.5 数据库的基本原理........................................................................7
  1.6 师技考试管理系统的系统介绍.........................................................8
第二章 系统设计内容..............................................................................10
    2.1 模块的基本功能...........................................................................10
        2.1.1 软件的定义........................................................................10
        2.1.2 开发模式...........................................................................10
    2.2 用户需求分析..............................................................................12
    2.2.1 用户调查...........................................................................12
        2.2.2 构造系统的逻辑模型............................................................12
        2.2.3 确定目标系统的功能............................................................14
        2.2.4 数据分析--概念模型设计...................................................14
    2.3 系统设计....................................................................................15
        2.3.1 软件系统结构的设计............................................................15
        2.3.2 数据库的设计.....................................................................17
        2.3.3 详细设计...........................................................................19
  2.4 VISUAL BASIC6.0及Access 2000简介.............................................19
        2.4.1 VISUAL BASIC6.0 简介......................................................19
        2.4.2 Access 2000简介...............................................................20
第三章 师技管理系统主要界面的设计与实现...................................................22
    3.1 模块的基本功能...........................................................................22
        3.1.1 用户添加和修改密码的基本功能.............................................22
        3.1.2 数据录入的基本功能............................................................22
        3.1.3 数据维护的基本功能............................................................22
    3.2 模块的数据流程...........................................................................23
        3.2.1用户添加和修改密码的数据流程.............................................23
        3.2.2 数据录入模块的数据流程......................................................24
        3.2.3 数据维护模块的数据流程......................................................24
    3.3 模块的界面操作及程序实现............................................................25
    3.3.1 用户添加和修改密码的界面操作及程序实现..............................25
        3.3.2 数据录入模块的界面操作及程序实现.......................................27
        3.3.3数据维护模块的界面操作及程序实现.......................................31
总结......................................................................................................35
谢辞......................................................................................................37
参考文献................................................................................................38
附录1......................................................................................................39
附录2......................................................................................................48

师技考试管理系统的系统介绍
  师技考试管理系统设计,它的内容主要对于学校的决策者和管理者来说都至关重要,所以师技考试管理系统应该能够为用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人工的方式管理文件档案,这种管理方式存在着许多缺点,如:效率低、保密性差,另外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。
  作为计算机应用的一部分,使用计算机对学生档案信息进行管理,具有着手工管理所无法比拟的优点.例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高师技考试管理的效率,也是企业的科学化、正规化管理,与世界接轨的重要条件。

推荐资料