客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式
以下仅为该设计的基本说明介绍,若需要完整的设计和论文,建议您购买本设计 。
本系统开发工具:VB + ACCESS
本设计包含内容:源代码+可执行程序+毕业论文+开题报告
论文大概:48页 1。6万字
摘要
随着计算机技术的飞速发展,计算机在企业管理中应用的普及,利用计算机实现公司职员信息的管理势在必行。本系统结合公司实际的人事制度,经过实际的需求分析,采用功能强大的Visual Basic6.0作为开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原形,然后对初始原形系统进行需求迭代,不断修正和改进,而开发出来的单机版公司职员信息管理系统。
整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成职员信息管理的全过程,包括新进职员加入时个人档案的建立、老职员的转出、职位变动等引起职员信息的添加、职员信息的修改、职员信息的查询、职员信息的删除等信息管理工作以及新老职员各方面的考勤信息的管理。经过实际测试证明,本文所设计的职员信息管理系统可以满足公司职员信息管理方面的需要。
论文主要介绍了管理信息系统在当今社会的重要性,本课题的开发背景,所要完成的功能和开发的过程,以及本系统的使用方法等。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。
【关键词】数据库;信息管理;Visual Basic6.0
ABSTRACT
With the development of computer science,management of information is an old activity, while the means of managing is developing during all the time: from handwork to computer technology; from flat file to relational object database; from single computer mode to client/server mode, the technology for management is more developed, more scientific and more objective. Meanwhile, the datum that can be managed is much more, which matched the development of information era.
According to the requirements of workers’ information management in one company, this dissertation analyzes and discusses the system design and realization: it used Visual Basic6.0, and first briefly introduces the basic theories of database; then according to the experience gotten during the period of design for this person management system, this dissertation expounds the theories which are instructional modules and the main functions of each module, further more, some codes are listed to demonstrate the technologies which are adopted in application programs.
This topic mainly introduces the importance of the management of information system, the background of invention, and the method of this system.
【KEYWORDS】Database; Management of Information; Visual Basic6.0
目 录
绪论 1
1 管理信息系统基础理论 2
1.1 管理信息系统概述 2
1.1.1 管理信息系统的发展历史 3
1.1.2 管理信息系统的应用 4
1.1.3 管理信息系统的发展方向 5
1.2 管理信息系统的特点 7
1.2.1 管理信息系统的组成 7
1.2.2 管理信息系统的界面特点 7
2 数据库基本理论 10
2.1 数据模型分析 10
2.2 数据库系统的模式结构分析 11
2.3 数据库系统的体系结构分析 12
2.4 数据库管理系统分析 12
3 系统需求分析 14
3.1 可行性分析 14
3.1.1 技术可行性 14
3.1.2 经济可行性 14
3.1.3 管理可行性 15
3.1.4 开发环境可行性 15
3.2 系统目标 15
3.3 系统功能分析 16
3.4 开发工具VISUAL BASIC介绍 17
3.5 SQL语言简介 21
4 数据库设计 24
4.1 数据库设计概述 24
4.2 数据库设计 24
5 系统设计 28
5.1 系统设计的方法 28
5.1.1 系统功能分析 28
5.1.2 系统功能模块设计 29
5.2 数据库的连接 29
5.3 系统界面的设计 31
5.3.1 登录界面的设计 31
5.3.2 主界面的设计 31
5.3.3 各模块界面的设计 32
6 系统运行与维护 38
6.1 系统使用说明 38
6.2 测试分析 39
总结 40
致谢 41
参考文献 42
公司职员信息管理系统
绪论
随着计算机技术的不断发展,计算机作为知识经济时代的产物,已被广泛应用于社会各个行业和领域。随着我国国企改革的深入和社会主义市场经济的日趋繁荣,导致各企业间的竞争日益激烈,迫使企业采取先进的计算机硬件设备以及高质量的软件产品应用于日常的信息管理中。本软件正是应各中小公司的要求而研发的具有高可靠性和高效性的产品。本软件产品可以用以实现公司职员的信息管理,包括:职员基本信息、职员考勤信息、职员调动信息的信息输入、查询以及删除的基本操作,基本可以满足中小企业的职员信息管理要求。本文将从系统需求、数据库设计、系统界面设计、产品的使用方法等方面展开论述,以期能使用户对本产品有一个大致的了解,并在短时间内掌握其使用方法。
本系统是公司职员资料管理系统,前台用Visual Basic 6.0,因为它的界面丰富,实现起来又比较容易且易于操作;后台用ACCESS 2000,对资料进行单机版管理功能较强。

