计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

IT项目管理系统的设计与实现——培训管理等部分

2016-04-25 01:04
导读:计算机应用论文论文,IT项目管理系统的设计与实现——培训管理等部分样式参考,免费教你怎么写,格式要求,科教论文网提供的这篇文章不错:毕业
毕业

IT项目管理系统的设计与实现——培训管理等部分模块

摘要:IT项目管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据1致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,界面美观,易使用等特点。
因此本人和同组搭档结合所给出的要求,对Microsoft SQL Server 2000数据库管理系统、SQL语言原理、Visual C++6.0应用程序设计,Visual C++6.0数据库技术进行了较深入的学习和应用,主要完成对IT项目管理系统的需求分析、功能模块的划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,本文所设计的IT项目管理系统基本上可以满足各企业对IT项目管理的需要。
本简述了本课题在国内外发展状况、存在的问题及指导思想,并对Visual C++6.0、Microsoft SQL Server 2000以及数据库管理系统进行简明的介绍,分析了IT项目管理系统的应用需求,包括其目的,性能等;进行了系统的总体设计、详细设计及代码实现。
关键字:IT项目管理;信息管理系统;Visual C++ 开发环境;SQL Server 2000;数据库编程

Design and Implementation of IT Project Management System
——The partial mode of train management etc

Abstract: The IT project management system is a typical information management system (MIS), its development mainly includes two aspects: the establishment of the backstage database and the maintenance as well as front end the application procedure development. Regarding the former, it requests establish a data-base which has data uniformity, good integrity and excellent data security; and for the latter, it requires convenient operation and that function mature and interface look good and so on. 中国大学排名
So the partner and me study and apply the Microsoft SQL Server 2000,the management system of data-base, SQL Language principle, the application programming of Visual C++6.0, Visual C++6.0 data-base base on the requirement given. We mainly accomplished the demand analysis; the division of the function module to the IT project management system, thereout designed the structure of data-base and application programme. The movement result of system proved that what we designed can meet various enterprises’ needs to IT project management.
This thesis simply narrated the development status in home and abroad, the existing questions and instructional idea of this course and briefly introduced Visual C++6.0, Microsoft SQL Server 2000 as well as the management system of data-base, and also analyzed the application need which includes aim, capability and so forth of IT project management system. It fulfilled the total and particular design, carried out the code maintenance.
Keywords: IT project management; Information management system; Visual C++ development environment; SQL Server 2000; Database programming
目 录
摘要 1
Abstract 2
1 概述 3
1.1 发展背景 3
1.2 面临问题 3
1.3 指导思想 5
1.4 设计目标 5
1.5 开发工具 6
2 系统开发平台 7
2.1 Visual c++ 6.0 简介 7
2.1.1 MFC编程 7
2.2 SQL Server 2000简介 8
2.2.1 SQL语言 9
2.2.2 数据库管理系统 9
3 系统需求分析 11
3.1 目的简介 11
3.2 功能需求 11
3.3 性能需求 12
4 系统总体设计 13
4.1 简介 13
4.2 功能模块划分 13
4.3 系统功能描述 16
4.3.1 采购管理 16
4.3.2 人力资源管理 17
4.3.3 成本管理 17
4.3.4 进度管理 17
4.3.5 用户管理 17
4.4 系统流程分析 17
5 系统详细设计 19
5.1 数据库的逻辑设计 19
5.2 窗体和模块设计 21

(科教范文网http://fw.NSEAC.com编辑发布)


6 系统实现 27
6.1 数据库访问控件 27
6.2 使用ADO 访问数据库 28
6.3 在Visual C++中使用ADO 31
6.4 各模块代码实现 36
6.4.1 登陆模块实现 36
6.4.2 主窗体实现 37
6.4.3 采购管理的类型设置实现 38
6.4.4 商品报价统计模块实现 40
6.4.5 员工考勤管理模块实现 42
7 结束语 46
参考文献 47
致谢词 48


注:不含源代码

    上一篇:IT项目管理系统的设计与实现------进度管理等部分 下一篇:没有了