1 / 59
文档名称:

毕业设计(论文)-基于MFC档案管理系统的设计与实现.doc

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

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

分享

预览

毕业设计(论文)-基于MFC档案管理系统的设计与实现.doc

上传人:3346389411 2013/9/25 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于MFC档案管理系统的设计与实现.doc

文档介绍

文档介绍:基于MFC档案管理系统的设计与实现
XXX
摘要
档案管理系统是档案管理利用计算机技术的创新,在计算机还未普及之前档案文件管理都是由工作人员人工存档,调阅的方式来操作的。现在,档案管理采用计算机智能化管理,采用计算机作为工具来帮助档案管理员进行更有效的地做好案管理工作。档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。基于Visual C++ ,并利用其中的MFC类库,本系统主要是对档案进行归档、查询、借阅和归还管理,方便档案的管理工作和用户的使用,提供友好的用户界面,并且具有密码和权限管理功能设计并实现了一种基于SQL数据库的实用的档案管理系统。通过档案管理系统,使档案管理工作系统化、规范化、自动化、从而达到提高档案管理效率的目的。
关键词:档案管理系统;MFC类库;SQL
Design and Implementation of File Management System
Abstract
File management system is the innovative use puter technology in puter before the file has not been universal file management manual by the staff files, access to the means of operation. Now, the file management generally uses puter intellectualization management, uses puter to help the file clerk as the tool to carry pletes the file management work effectively. File management system is a typical management information system (MIS), including the development of the main background of the establishment and maintenance of database and application development front-end aspects. Based on Visual C + + programming tools, and use the MFC class library, the system is mainly for file archiving, query, borrow and return of management to facilitate the management of files and users, providing a friendly user interface, and has password management functions and powers of the design and realization of a practical based on SQL database file management system. Through the file management system, so that systematic work in archives management, standardization, automation, records management in order to improve efficiency.
Key words: file management system; MFC Library; SQL
目录
第一章引言 1
第二章系统分析 2
可行性分析 2
流程图 3
需求分析 4
第三章系统设计 5
数据库设计 5
引言 5
数据库概念结构的设计 5
数据库逻辑结构设计 7
系统数据库表的定义 8
数据库完整性的设计 10
模块设计 11
系统架构 11
各模块的功能 12
软件结构设计 13
第四章系统实现 14
开发工具 14
各个模块的界面和代码实现 14
登录模块 14
用户管理模块 18
机构管理模块 27
档案库管理模块 31
档案管理模块 36