欢迎来到天天文库
浏览记录
ID:35582932
大小:582.50 KB
页数:22页
时间:2019-03-30
《毕业设计(论文)-文档资料管理系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、文档资料管理系统的设计与实现摘要本系统使用MFC提供的文档视图结构为主体框架,用XML文挡进行数据的储存,实现对各种资料的管理。第一部分是实现对用户界面操作的响应,这部分主要是使用MFC提供的不同的窗口类,即框架窗口,视图窗口,对话窗口以及控件来实现用户操作界面的主体框架的实现。第二部分为处理具体事务的模块,实现用户对资料的管理和使用。第三部分是用XML编写储存结构,这部分主要是设计XML树和对其存储和读取的具体实现。利用本系统可以管理自己的各种资料(文本的和电子的),对每一份资料均有命名,对所有的资料进行归类,指明各资料的存放位置,可以给每一份资料指明关键字,便于用
2、户查找资料。若是电子资料(如电脑上的文件),可以通过鼠标点击直接打开文件。整个系统实现了最初设计的各种功能,并能够快速方便的帮助用户查找到需要的资料信息,整个操作界面简洁和实用。关键词:MFC;XML;框架;窗口TheDesignandImplementationoftheDocumentsManagementSystemAbstractTheDocumentsManagementSystemcanmanagevariousmaterials.ItisimplementedbytheDocument-ViewframeworkprovidedbytheMFC.Inor
3、dertoholdthematerialsdata,aXMLdocumentisused.Thesystemiscomposedbytheuserinterface、thelogicprocessingandtheXMLoperation.Thefirstpartrespondstotheoperationoftheuser.ThispartisimplementedbythevariouskindsofwindowsintheMFC,suchasaframewindow,aviewwindow,thedialogwindows,andmanycontrolwindo
4、ws.Thesecondpartisdesigntoprocessmaterialmanagementoperationsuchasaddingamaterial,deletingmaterials,browsingandsearchingmaterials.Thelastpartistheserializationmodule.ItusesaXMLtreestructuretoorganizethedatainthememoryandholdsthedatabyaXMLtextdocumentinthedisk.Userscanmanagetheirownmater
5、ialsconvenientlybythissystem.Inthesystem,everymaterialhasmanyattributessuchasanamewhatwecancallit,apathindicateswhereitis,anauthorwhowritesit,acatalogsfieldspecifieshowmanycatalogsitbelongsto,andsomekeywordsforsearchingit.Ifthematerialisadocumentinthecomputer,userscanviewitdirectlybydou
6、bleclickingthedocument.Thesystemisenabledallthefunctionsatdesignandquicklyandconvenientlysearchtheusersneed.Thedocumentisconciseandpragmatic.Keywords:MFC;XML;Frame;Window目录论文总页数:20页1引言12设计理论依据12.1MFC简介12.2XML介绍23文档资料管理系统简介43.1系统开发背景43.2系统开发环境53.2.1系统软件环境53.2.2工具简介53.3系统概述54文档资料管理系统的设计64
7、.1系统需求分析及功能设计64.2XML存储结构的设计74.3用户界面和事物处理124.3.1用户界面124.3.2事务处理135软件测试15结论18参考文献18致谢19声明20商业源代码,全套计算机毕业设计免费下载http://www.ibaidusoft.com更多全套设计联系QQ:1042897696最新设计大全http://www.bylw168.com/sf/20100915/3539.html1引言当今世界是飞速发展的信息时代,在各行各业中离不开信息处理,这正是计算机被广泛用于管理系统的环境。计算机的最大好处在于利用它能够进行信息管理。但
此文档下载收益归作者所有