- 1、本文档共69页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
事故树数据文件辅助生成系毕业设计
西 安 电 子 科 技 大 学
毕业设计(论文)任务书
题目名称 事故树数据文件辅助生成系统
任务与要求
1,搜集并阅读相关的资料,熟悉事故树的相关理论和技术。
2,应用Visual Stutio2005 Express以及SQL Server 2000对系统进行初步开发,其中,事故树数据描述使用XML进行设计。界面采用树形结构,事故信息存入数据库中。
3,撰写论文,完成答辩。
摘 要
本文首先对几种现有计算机辅助建树方法进行了研究,提出采用XML来描述事故树数据文件的设想。然后,通过对事故树及XML文档结构的分析,我们设计了一类用以描述事故树数据结构的XML文档,对其设定了一些限制。为了能在实际应用中验证输入的XML文档是否符合这些限制条件,我们进一步讨论了XML Schema文件的结构,并设计了一组XSD文档,该组文档主要用于验证XML文档的有效性。在此基础上,我们设计并实现了一个事故树数据文件计算机辅助生成系统。
该系统采用微软最新版可视化编程工具Visual Studio 2005编写,由Visual C#编程语言实现。系统中采用XML文件描述事故树的数据结构,采用树状层次结构显示该结构,使用“与图标”和“或图标”来表示事件间的与或关系,并使用SQL Server 2000数据库来存储事故树基本事件的详细信息。
关键词:事故树 XML Schema ADO.NET C#Abstract
Abstract
In this paper, several kinds of existing computer-aided methods for building fault tree are analyzed first, and then the idea of introducing XML to depict the data file of the fault tree is put forward. Secondly, through the analysis of the structure of the fault tree and the XML document, a kind of XML document is designed to depict the data file of the fault tree and a lot of limits are seted on it. In order to validate whether the document inputed meets these limits in practice, the structure of XML Schema document is dicussed and a set of XSD documents which are mainly used to validate the XML document designed. On this basis, a computer-aided system used for building the data file of the fault tree automatically is designed and implemented.
The system is written with Microsofts Visual Studio 2005 programming tools, and is programmed with Visual C# provided by Visual Studio 2005. In this system, the XML document which we designed is used to depict the data file of the fault tree, hierarchical tree is applied to show the document, two icons which represent “and” and “or” separately are employed to denote the relations of the fault events. Finally, SQL Server 2000 is used to store the details of the basic events.
Keywords: Fault tree XML Schema ADO.NET C#
目录
目录
目 录
第一章 绪论 1
1.1论文的研究背景 1
1.1.1事故树分析法 1
1.1.2事故树
文档评论(0)