车辆可靠性试验与故障分析系统设计.doc
约41页DOC格式手机打开展开
车辆可靠性试验与故障分析系统设计,12600字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 本课题拟开发的车辆可靠性试验与故障分析软件是利用计算机技术管理试验数据,并对试验数据进行存储、查询、统计和分析,实现对车辆装备可靠性试验进行无纸化管理与智能分析。本论文描述了开发一个车...
内容介绍
此文档由会员 jiji888 发布
车辆可靠性试验与故障分析系统设计
12600字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 本课题拟开发的车辆可靠性试验与故障分析软件是利用计算机技术管理试验数据,并对试验数据进行存储、查询、统计和分析,实现对车辆装备可靠性试验进行无纸化管理与智能分析。
本论文描述了开发一个车辆可靠性试验与故障分析系统的详细过程。该系统是一个基于微软.NET Framework平台,采用C#高级编程语言,结合SQL Server数据库开发的客户端系统。通过该系统将各类试验信息存储在计算机中,通过应用程序来完成试验数据的各类操作和数据分析。
该系统界面简洁友好,操作简单,使试验数据方便管理和高效统计,统计结果和规律更加直观,文件的保存也更加长久可靠。
关键词:汽车试验,故障分析,故障矩阵 ,规律分析
Vehicle Reliability Test and Failure Analysis System Design
Abstract The topic to be developed failure analysis and reliability assessment of vehicles equipment reliability testing is the use of computer technology to manage test data, and the test data’s storage, query, statistics and analysis, to achieve paperless management and intelligence analysis of Vehicle Equipment reliability testing.
This paper describes in detail the process of developing a failure analysis and reliability assessment of vehicles equipment reliability testing. The system is based on Microsoft. NET Framework platform, using high-level programming language C #, SQL Server database development combined with client systems. Through this system, all kinds of test information will stored in the computer. Various types of the test operations and data analysis of test data will completed by the application.
The system is simple and friendly interface, simple operation, easy to make the test data management and efficient statistics. Rule and statistics will be more intuitive. It’s more long-term and reliable saving the file.
Keywords: Car testing,Failure Analysis, Failure Matrix, Regular Analysis
目 录
第1章 绪 论 1
1.1 项目开发背景及主要研究内容 1
1.2 国内外现状分析 2
1.3 论文章节构成 2
第2章 系统开发环境及相关技术介绍 3
2.1 开发环境 3
2.2 相关技术 3
第3章 系统需求分析及框架设计 5
3.1 需求分析 5
3.2 功能模块 9
3.3 用例图 9
3.4 系统框架 10
第4章 总体设计 12
4.1 数据流图 12
4.2 E-R图 13
4.3 数据表的设计 14
第5章 系统详细设计 20
5.1 可靠性行驶试验工况统计表数据库 20
5.2 可靠性行驶试验故障模式、影响分析数据库 21
5.3 可靠性数据分析系统 22
第6章 系统实现 26
6.1 管理员界面 26
6.2 用户主界面 26
6.3 车辆行驶试验记录 28
6.4 车辆故障统计 29
6.5 试验里程、平均车速及燃料消耗量统计 31
6.6 危害性矩阵图 31
6.7 故障规律分析 33
总结与展望 34
致 谢 36
参考文献 37
12600字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用
摘要 本课题拟开发的车辆可靠性试验与故障分析软件是利用计算机技术管理试验数据,并对试验数据进行存储、查询、统计和分析,实现对车辆装备可靠性试验进行无纸化管理与智能分析。
本论文描述了开发一个车辆可靠性试验与故障分析系统的详细过程。该系统是一个基于微软.NET Framework平台,采用C#高级编程语言,结合SQL Server数据库开发的客户端系统。通过该系统将各类试验信息存储在计算机中,通过应用程序来完成试验数据的各类操作和数据分析。
该系统界面简洁友好,操作简单,使试验数据方便管理和高效统计,统计结果和规律更加直观,文件的保存也更加长久可靠。
关键词:汽车试验,故障分析,故障矩阵 ,规律分析
Vehicle Reliability Test and Failure Analysis System Design
Abstract The topic to be developed failure analysis and reliability assessment of vehicles equipment reliability testing is the use of computer technology to manage test data, and the test data’s storage, query, statistics and analysis, to achieve paperless management and intelligence analysis of Vehicle Equipment reliability testing.
This paper describes in detail the process of developing a failure analysis and reliability assessment of vehicles equipment reliability testing. The system is based on Microsoft. NET Framework platform, using high-level programming language C #, SQL Server database development combined with client systems. Through this system, all kinds of test information will stored in the computer. Various types of the test operations and data analysis of test data will completed by the application.
The system is simple and friendly interface, simple operation, easy to make the test data management and efficient statistics. Rule and statistics will be more intuitive. It’s more long-term and reliable saving the file.
Keywords: Car testing,Failure Analysis, Failure Matrix, Regular Analysis
目 录
第1章 绪 论 1
1.1 项目开发背景及主要研究内容 1
1.2 国内外现状分析 2
1.3 论文章节构成 2
第2章 系统开发环境及相关技术介绍 3
2.1 开发环境 3
2.2 相关技术 3
第3章 系统需求分析及框架设计 5
3.1 需求分析 5
3.2 功能模块 9
3.3 用例图 9
3.4 系统框架 10
第4章 总体设计 12
4.1 数据流图 12
4.2 E-R图 13
4.3 数据表的设计 14
第5章 系统详细设计 20
5.1 可靠性行驶试验工况统计表数据库 20
5.2 可靠性行驶试验故障模式、影响分析数据库 21
5.3 可靠性数据分析系统 22
第6章 系统实现 26
6.1 管理员界面 26
6.2 用户主界面 26
6.3 车辆行驶试验记录 28
6.4 车辆故障统计 29
6.5 试验里程、平均车速及燃料消耗量统计 31
6.6 危害性矩阵图 31
6.7 故障规律分析 33
总结与展望 34
致 谢 36
参考文献 37