汽车转向轻便试验数据处理方法研究(本科毕业论文设计).doc
约53页DOC格式手机打开展开
汽车转向轻便试验数据处理方法研究(本科毕业论文设计),摘要 汽车转向轻便性实验结果数据繁多,数据处理过程复杂,如果仅靠人工利用现有通用软件进行数据处理,耗费大量的人力和时间。开发汽车转向轻便性实验数据分析系统能大大提高汽车汽车转向轻便性实验数据处理的效率,缩短出具报告的时间。本文利用delphi编写程序,开发新的汽车转向轻便性实验结果处理系统软件。本文的主要研究内容如下:...
内容介绍
此文档由会员 genmail 发布
摘 要
汽车转向轻便性实验结果数据繁多,数据处理过程复杂,如果仅靠人工利用现有通用软件进行数据处理,耗费大量的人力和时间。开发汽车转向轻便性实验数据分析系统能大大提高汽车汽车转向轻便性实验数据处理的效率,缩短出具报告的时间。本文利用
DELPHI编写程序,开发新的汽车转向轻便性实验结果处理系统软件。
本文的主要研究内容如下:
(1)测试数据的计算
将测试数据通过滤波、拟合后,提取特征值,计算所需要的参数。
(2)数据的多样化显示
以图形、表格等多种方式进行测试数据和处理结果的显示。
(3)测试报告的生成
按照标准的要求自动生成测试报告。
关键词:汽车转向轻便性,实验,数据处理
ABSTRACT
The experiment of automobiles-Steering efforts has aboundant statics and complicated dealing process. completing it only with present universal software would waste much time and laborhood. Automobiles-Steering efforts statics analysis system can upgrade effect of the statics dealing and preocess of report's hand-out. In the paper, i use Delphi to program and explore a brand-new automobiles-Steering efforts statics analysis system software.
(1)calculation of test statics
After filering and ensuring the test statics, extract the eigenvalue, and caculate all required perameter.
(2)display of various statics
Display the test statics and result with graph and table methods etc .
(3)the generation of test reports
Generate the test reports to the standard requirment.
Key words: automobiles—Steering efforts , experiment, data processing
目 录
中文摘要………………………………………………………………………………………………Ⅰ
ABSTRACT ………………………………………………………………….Ⅱ
1 绪论 1
1.1 前言 1
1.2国内外概况与发展趋势 2
1.3汽车转向系统简介 2
1.3.1机械转向系统 3
1.3.2动力转向系统 3
2 汽车转向轻便性实验 4
2.1测量变量和仪器设备 4
2.1.1测量变量 4
2.1.2试验仪器设备 4
2.2轻便性实验 5
2.2.1试验条件 5
2.2.2试验方法 6
2.3试验结果处理及结果表达 6
2.3.1试验结果处理 6
2.3.2试验结果表达 8
2.4实验结果评价 9
3 数据处理系统的实现 11
3.1概述 11
3.2系统功能分析和实现 11
3.2.1 系统功能分析 11
3.2.2各参数的计算 12
3.3系统软件的开发 13
3.3.1初始界面的建立 13
3.3.2初步编辑form2 14
3.3.3编辑toolbar 14
3.3.4编辑PageControl1 15
3.3.5各功能模块的实现 22
3.4系统使用说明 44
4 结论 48
参考文献 49
汽车转向轻便性实验结果数据繁多,数据处理过程复杂,如果仅靠人工利用现有通用软件进行数据处理,耗费大量的人力和时间。开发汽车转向轻便性实验数据分析系统能大大提高汽车汽车转向轻便性实验数据处理的效率,缩短出具报告的时间。本文利用
DELPHI编写程序,开发新的汽车转向轻便性实验结果处理系统软件。
本文的主要研究内容如下:
(1)测试数据的计算
将测试数据通过滤波、拟合后,提取特征值,计算所需要的参数。
(2)数据的多样化显示
以图形、表格等多种方式进行测试数据和处理结果的显示。
(3)测试报告的生成
按照标准的要求自动生成测试报告。
关键词:汽车转向轻便性,实验,数据处理
ABSTRACT
The experiment of automobiles-Steering efforts has aboundant statics and complicated dealing process. completing it only with present universal software would waste much time and laborhood. Automobiles-Steering efforts statics analysis system can upgrade effect of the statics dealing and preocess of report's hand-out. In the paper, i use Delphi to program and explore a brand-new automobiles-Steering efforts statics analysis system software.
(1)calculation of test statics
After filering and ensuring the test statics, extract the eigenvalue, and caculate all required perameter.
(2)display of various statics
Display the test statics and result with graph and table methods etc .
(3)the generation of test reports
Generate the test reports to the standard requirment.
Key words: automobiles—Steering efforts , experiment, data processing
目 录
中文摘要………………………………………………………………………………………………Ⅰ
ABSTRACT ………………………………………………………………….Ⅱ
1 绪论 1
1.1 前言 1
1.2国内外概况与发展趋势 2
1.3汽车转向系统简介 2
1.3.1机械转向系统 3
1.3.2动力转向系统 3
2 汽车转向轻便性实验 4
2.1测量变量和仪器设备 4
2.1.1测量变量 4
2.1.2试验仪器设备 4
2.2轻便性实验 5
2.2.1试验条件 5
2.2.2试验方法 6
2.3试验结果处理及结果表达 6
2.3.1试验结果处理 6
2.3.2试验结果表达 8
2.4实验结果评价 9
3 数据处理系统的实现 11
3.1概述 11
3.2系统功能分析和实现 11
3.2.1 系统功能分析 11
3.2.2各参数的计算 12
3.3系统软件的开发 13
3.3.1初始界面的建立 13
3.3.2初步编辑form2 14
3.3.3编辑toolbar 14
3.3.4编辑PageControl1 15
3.3.5各功能模块的实现 22
3.4系统使用说明 44
4 结论 48
参考文献 49