1 / 44
文档名称:

毕业设计(论文)-基于CS模式的企业人事管理系统的设计与实现.doc

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

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

分享

预览

毕业设计(论文)-基于CS模式的企业人事管理系统的设计与实现.doc

上传人:399485529 2012/5/7 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于CS模式的企业人事管理系统的设计与实现.doc

文档介绍

文档介绍:龙岩学院
毕业论文(设计)
企业人事管理系统的设计与实现
院系数学与计算机科学学院
专业计算机科学与技术
年级、班级 2008级
姓名
学号
指导教师(职称):(实验师)
项目总监)
2012年4月20日
企业人事管理系统的设计与实现
摘要
随着计算机技术的飞速发展,计算机在公司和企业管理中应用的普及,利用计算机实现企业人事管理势在必行。为有效改进现有的企业人事管理模式,提高企业对职工工资、考核、奖惩基本信息管理的效率,开发了人事管理系统。本系统是采用功能强大的Visual 2008作为开发工具并结合SQL Server 2005作为后台数据库,使用C#作为开发语言,在基于C/S的开发体系结构上开发出来的单机版人事管理系统。本系统主要包括四大功能模块:人事管理、工资管理、系统管理、用户管理功能。整个系统操作简便、界面友好、灵活、实用、安全。经过实际使用证明,系统可以满足公司或企业人事管理方面的需要,达到了预期的目标。
关键词:企业人事管理系统 C/S C# .NET
The Design and Implementation of Enterprise Personnel Management System Based on C/S
Abstract
With the rapid development puter technology, the popular puter application in business and enterprises management, implementing personnel management of enterprises puters is imperative. To effectively improve the existing enterprise personnel management, and the information management efficiency of improving wages for workers, assessment, incentives, a personnel management system is developed. This system is powerful Visual 2008 as a development tool bination with SQL Server 2005 as back-end database, using C # as development language, stand-alone version of the Personnel Management System developed in C / S-based development architecture. The system includes four functional modules: personnel management, payroll management, system management, user management capabilities. After the actual applying, the system meets the need of pany or enterprise personnel management, and achieves the desired objectives. 字典
Keywords: Business Management System; C/S; C#; .NET
目录
摘要 II
Abstract III
目录 IV
第一章引言 1
第二章开发工具及相关技术 2
2
#实现语言概述 2
2
SQL Server2005概述 2
数据库访问 3
C/S应用架构 3
第三章系统分析 4
4
技术可行性 4
经济可行性 4
用户使用可行性 4
法律可行性 4
5
系统功能层次模块图 5
系统功能需求说明 5
人事管理 5
工资管理 6
系统管理 6
管理用户 6
系统非功能性需求说明 6
用户数量需求 6
时间性能需求 6
灵活性能需求 7
输入输出需求 7
故障处理要求 7
第四章系统概要设计