1 / 70
文档名称:

企业信息管理系统论文.doc

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

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

分享

预览

企业信息管理系统论文.doc

上传人:mh900965 2018/1/26 文件大小:1.22 MB

下载得到文件列表

企业信息管理系统论文.doc

相关文档

文档介绍

文档介绍:摘要
信息是管理上的一项极为重要的资源,能否有效的管理信息成为企业的首要问题,管理信息系统MIS在强调管理、强调信息的现代社会中越来越得到普及。
本系统利用SQL Server数据库和C++语言,选用C++ builder作为软件开发工具,完成了企业信息管理系统的人事管理、考勤管理、工资管理以及员工培训管理模块,并且实现信息的查询、增添、删除、修改等功能。本系统的开发基本满足企业信息管理的要求,用户界面友好,使管理工作的各环节能够顺利而有效的进行,具有良好的实用价值,极大的提高了企业信息管理的效率。
关键词:企业信息管理系统,数据库,C++ builder
ABSTRACT
 
The information is an extremely important resources of the management,So can effectively of management information e initial problem of the business enterprise, the management information  system MIS get the universality more and more in emphasize manage, emphasize modern society of information.
The system uses SQL Server database and C++ languages, chooses C++ builder as software development tools, completed the enterprise information management system for personnel management, attendance management, wage management and staff training management module, and it also realized search, add, delete, modify the information. This system develop basic satisfy the request of the business enterprise information management, the customer interface make friends good, the information for provide is abundant accurate, make each link of manage the work can carry on effectively smoothly, having the good practical worth and considerable development foreground, raising the efficiency of the business enterprise information management biggest, is business enterprise of scientific, the norm turn management, automation of important prior condition.
Keywords: Enterprise Information Management System, Database, C + + builder
目录
摘要 I
ABSTRACT II
第1章引言 1
背景 1
研究内容 1
第2章系统需求分析 2
需求分析概述 2
需求详细描述 3
数据流图 3
数据字典 7
本章小结 13
第3章开发工具与环境简介 14
SQL Server 2000简介 14
C++ Builder简介 14
ODBC 管理器简介 15
本章小结 15
第4章基于PD的数据库设计 16
概念数据建模 16
物理数据建模 17
逻辑结构设计 17
物理数据模型设计 18
数据库完整性 19
本章小结 20
第5章功能设计与实现 21
功能总体设计 21
功能详细设计与实现 21
主界面模块的设计与实现 21
用户登录模块的设计和实现 22
新员工增加模块的功能设计 25
人事变动模块的设计