网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 理工科论文 -> 零件平面度自动检测算法的研究
机械模具数控资料设计| 土木工程论文范文| 化学工程与工艺论文| 采矿专业设计| 工业工程论文| 热能与动力工程| 材料科学工程| 轻化工程| 焊工钳工技师论文| 给水排水工程|
食品科学生物技术论文| 服装设计论文资料| 理工科资料设计论文| 包装工程论文| 印刷工程论文| 化工与材料论文| 生物工程论文| 制药工程| 机械模具免费论文| 交通工程论文|

零件平面度自动检测算法的研究

本文ID:LW18595 字数:10232.页数:36 价格:¥118.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 零件平面度自动检测算法的研究 (收费:11800 积分)  如何获取积分?
零件平面度自动检测算法的研究

机械设计制造及其自动化文档,文档编号:JX1117  文档字数:10232.页数:36

 摘  要
 本文主要介绍了零件平面度自动检测算法的研究,通过对平面度国家标准的了解,初步掌握世界各国对平面度的相关规定。熟悉平面度的相关规定算法,深入了解各算法的优缺点和适用性,并通过理论分析,对各算法进行误差追踪,研究产生误差的原因,建立数学模型。并且运用计算机技术,编写自动检测程序。
 本文档共分五章。第一章是绪论,主要介绍了零件平面度研究的国内外现状和发展趋势,以及目前主要的几种平面度检测的方法,明确了本次毕业设计内容的工程应用背景。
 第二章的主要内容是讲解平面度的国家标准,包含平面度的一些术语和定义,以及平面度的标准评定方法,各种算法的优缺点和适用性。
 第三章介绍了对平面度误差的理论分析,主要是介绍最小二乘法的算法误差的追踪,并建立对角线法评定平面度误差的数学模型。
 第四章是本文档的重点,编写自动检测程序,并说明程序的功能。另外编写程序运行的界面。
最后一章是结束语,对本次毕业设计课题完成情况及主要的收获进行了总结。
 关键词:平面度   检测   C语言    误差追踪

Abstract
   This paper introduces the research on accessories’ flatness automatic detection algorithm. Through the understanding of national standards of flatness, I can grasp the relative rule about flatness from other countries in the world. Knowing the fixed algorithm of flatness, I profoundly research the relative merits and applicability of different algorithm. And through theoretical analysis, we track the errors of different algorithm to study the reason of errors and establish a mathematic mold. With computer technology, we can write automatic detection program.
 This paper consists of five paragraphs. The first one is introduction. It’s mainly about the current state and improving trend of study on accessories’ flatness, and some flatness detection measures. This paragraph define the engineer application background of my graduation design.
 The second paragraph mainly explains the national standard of flatness, including the terminology and definition of flatness as well as the standard assessment method of flatness and the relative merits and applicability of different algorithms.
 The third one introduces the theoretical analysis of flatness errors. It’s mainly about the errors tracking about least squares technique. And build mathematic mold about evaluating flatness’ errors through diagonal process.
 The fourth one is the emphasis of this paper. It will introduce the automatic detection program, and explain the function of this program. And the interface of program’s function.
 The last paragraph is peroration. It summaries the process of this graduation design and acquisition in this design.

Keyword: Flatness    Detection  C language  Tracking error
目录
中文摘要 ⅰ
英文摘要 ⅱ
目录 iii
第1章 绪论 1-1
 1.1 引言 1-1
 1.2 国内外的现状及发展趋势 1-1
 1.3 本课题主要研究内容 1-2
第2章 平面度误差检测的国家标准 2-1
 2.1术语和定义 2-2
 2.2 评定方法 2-2
2.2.1最小包容区域法 2-2
2.2.2最小二乘法 2-3
2.2.3对角线法 2-4
2.2.4三元点平面法 2-6
 2.3测量方法 2-7
2.3.1间隙法 2-7
2.3.2指示器法 2-7
2.3.3光轴法 2-7
2.3.4干涉法 2-8
2.3.5液面法 2-8
 2.4  本章小结 2-9
第3章  平面度检测理论分析 3-1
 3.1最小二乘法误差追踪 3-1
3.1.1最小二乘法检验基本原理 3-1
3.1.2平面度最小二乘法检验的不确定度 3-2
3.1.3最小二乘法多项式拟合 3-4
3.1.4最小二乘法平面拟合 3-5
 3. 2 平面度误差数学模型 3-6
3.2.1 平面度测量数学模型 3-6
3.2.2输入量的标准不确定度 3-7
3.2.3 的数学模型 3-8
3.2.4的数学模型 3-9
3.3  本章小结 3-10
第4章  程序编写与运用 4-1
4.1  主程序编写 4-1
4.2  数据处理界面 4-4
4.3  应用实例 4-5
4.4 本章小结 4-5
第5章  结论 5-1
参考文献 R-1
致谢 R-2

零件平面度自动检测算法的研究由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:V带测长磨削机控制系统软件设计 下一篇:CAN总线在汽车电气控制技术上的应..
推荐论文 本专业最新论文
Tags:零件 平面 自动 检测 算法 研究 2011-04-11 13:01:08【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有