优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

VC++文档资料管理系统的设计与实现(源代码+论文)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
  核心提示:如有需要请联系 QQ:306826066摘 要本系统使用MFC提供的文档视图结构为主体框架,用XML文挡进行数据的储存,实现对各种资料的管理。第一部分是实现对用户界面操作的响应,这部分主要是使用MF...

如有需要请联系 QQ:306826066 [资料来源:THINK58.com]

摘 要 
本系统使用MFC提供的文档视图结构为主体框架,用XML文挡进行数据的储存,实现对各种资料的管理。第一部分是实现对用户界面操作的响应,这部分主要是使用MFC提供的不同的窗口类,即框架窗口,视图窗口,对话窗口以及控件来实现用户操作界面的主体框架的实现。第二部分为处理具体事务的模块,实现用户对资料的管理和使用。第三部分是用XML编写储存结构,这部分主要是设计XML树和对其存储和读取的具体实现。 
利用本系统可以管理自己的各种资料(文本的和电子的), 对每一份资料均有命名,对所有的资料进行归类,指明各资料的存放位置,可以给每一份资料指明关键字,便于用户查找资料。若是电子资料(如电脑上的文件),可以通过鼠标点击直接打开文件。整个系统实现了最初设计的各种功能,并能够快速方便的帮助用户查找到需要的资料信息,整个操作界面简洁和实用。

[资料来源:http://www.THINK58.com]

关键词: MFC;XML;框架;窗口 

[来源:http://think58.com]

The Design and Implementation of the Documents Management System
Abstract
The Documents Management System can manage various materials. It is implemented by the Document-View framework provided by the MFC. In order to hold the materials data, a XML document is used. The system is composed by the user interface、the logic processing and the XML operation. The first part responds to the operation of the user. This part is implemented by the various kinds of windows in the MFC, such as a frame window, a view window, the dialog windows, and many control windows. The second part is design to process material management operation such as adding a material, deleting materials, browsing and searching materials. The last part is the serialization module. It uses a XML tree structure to organize the data in the memory and holds the data by a XML text document in the disk. [来源:http://think58.com]
Users can manage their own materials conveniently by this system. In the system, every material has many attributes such as a name what we can call it, a path indicates where it is, an author who writes it, a catalogs field specifies how many catalogs it belongs to, and some keywords for searching it. If the material is a document in the computer, users can view it directly by double clicking the document. The system is enabled all the functions at design and quickly and conveniently search the users need. The document is concise and pragmatic. [版权所有:http://think58.com]

Key words: MFC;XML;Frame;Window

[来源:http://think58.com]

  [资料来源:http://think58.com]

目 录 
论文总页数:20页 
1引 言 1
2 设计理论依据 1
2.1 MFC简介 1
2.2 XML介绍 2
3文档资料管理系统简介 4
3.1 系统开发背景 4
3.2系统开发环境 5
3.2.1 系统软件环境 5
3.2.2工具简介 5
3.3系统概述 5
4文档资料管理系统的设计 6
4.1系统需求分析及功能设计 6
4.2 XML存储结构的设计 7
4.3用户界面和事物处理 12
4.3.1用户界面 12
4.3.2事务处理 13
5软件测试 15
结 论 18
参考文献 18
致 谢 19
声 明 20

[资料来源:http://THINK58.com]



1引 言 
当今世界是飞速发展的信息时代,在各行各业中离不开信息处理,这正是计算机被广泛用于管理系统的环境。计算机的最大好处在于利用它能够进行信息管理。但是在众多的资料中,如何规范,准确,快速,全面的管理自己的资料,如书籍,电子资料等,并且方便自己查阅。使用计算机进行信息管理控制,不仅提高了工作效率,而且大大提高了其安全性。本系统就是为了管理好自己的各种有用资料信息而设计的。 
面对各种繁多的资料,很多人是没有进行合理的分类整理和建立一个资料管理系统来管理它们,有时候在手头研究需要一些资料的时候往往是靠记忆来寻找,但是这样做会浪费很多时间和精力。由于数据繁多容易丢失,且不易查找。总的来说缺乏系统,规范的信息处理手段。尽管我们有计算机,但是尚未用于信息管理,没有发挥它的效益,资料闲置比较突出,就是管理信息开发的基本环境。基于此类问题,我认为有必要建立一个资料管理系统,使资料管理工作规范化,程序化,避免资料管理随意性,

[来源:http://think58.com]

  [来源:http://think58.com]

[资料来源:http://www.THINK58.com]