教师工资管理系统 下载本文

内容发布更新时间 : 2024/5/20 12:12:00星期一 下面是文章的全部内容请认真阅读。

摘要

教师工资管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。

经过分析,我们使用 MICROSOFT公司的 VISUAL BASIC开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。

整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发。 论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。

关键字 Visual Basic 6.0 Access2000 控件 窗体 域

精品文档,知识共享!

Abstract The system of managing census register 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.

Key Word Visual Basic 6.0、Access2000、ActiveX、Form、Field

精品文档,知识共享!

目 录

引言

第一章 MIS简介

1.1什么是MIS系统

1.2 MIS的主要任务

第二章 系统需求分析

2.1系统设计背景介绍 2.2系统功能分析

第三章 系统设计平台及相关工具软件简介

3.1设计平台: VISUAL BASIC 6.0 3.2数据库: MICROSOFT ACCESS 第四章 教师工资管理系统总体设计

4.1 系统设计 4.2 数据库设计 数据模块创建及功能实现 5.1 数据模块的创建 5.2 系统功能实现 第六章 系统功能测试

总结 参考文献

精品文档,知识共享!