登录
首页 » Visual C++ » Gearerroranalysisprogam

Gearerroranalysisprogam

于 2020-09-09 发布 文件大小:465KB
0 379
下载积分: 1 下载次数: 10

代码说明:

  用vc++编写的具有计算齿轮误差的软件,并能判断是否合格(Prepared using vc++ error with computing gear software, and to determine eligibility)

文件列表:

齿轮误差分析程序\GearMeasurement.clw
齿轮误差分析程序\GearMeasurement.cpp
齿轮误差分析程序\GearMeasurement.dsp
齿轮误差分析程序\GearMeasurement.dsw
齿轮误差分析程序\GearMeasurement.h
齿轮误差分析程序\GearMeasurement.ncb
齿轮误差分析程序\GearMeasurement.plg
齿轮误差分析程序\GearMeasurement.reg
齿轮误差分析程序\GearMeasurementDoc.cpp
齿轮误差分析程序\GearMeasurementDoc.h
齿轮误差分析程序\GearMeasurementView.cpp
齿轮误差分析程序\GearMeasurementView.h
齿轮误差分析程序\InitializeParameterDlg.cpp
齿轮误差分析程序\InitializeParameterDlg.h
齿轮误差分析程序\MainFrm.cpp
齿轮误差分析程序\MainFrm.h
齿轮误差分析程序\MakeDataDlg.cpp
齿轮误差分析程序\MakeDataDlg.h
齿轮误差分析程序\PrincipleerrorDlg.cpp
齿轮误差分析程序\PrincipleerrorDlg.h
齿轮误差分析程序\PropertyList.cpp
齿轮误差分析程序\PropertyList.h
齿轮误差分析程序\ReadMe.txt
齿轮误差分析程序\resource.h
齿轮误差分析程序\ShowResultView.cpp
齿轮误差分析程序\ShowResultView.h
齿轮误差分析程序\Splash.cpp
齿轮误差分析程序\Splash.h
齿轮误差分析程序\SplashWnd.cpp
齿轮误差分析程序\SplashWnd.h
齿轮误差分析程序\StdAfx.cpp
齿轮误差分析程序\StdAfx.h
齿轮误差分析程序\res\cursor1.cur
齿轮误差分析程序\res\GearMeasurement.ico
齿轮误差分析程序\res\GearMeasurement.rc2
齿轮误差分析程序\res\GearMeasurementDoc.ico
齿轮误差分析程序\res\Toolbar.bmp
齿轮误差分析程序\Debug\GearMeasurement.exe
齿轮误差分析程序\Debug\GearMeasurement.obj
齿轮误差分析程序\Debug\GearMeasurement.pdb
齿轮误差分析程序\Debug\GearMeasurement.res
齿轮误差分析程序\Debug\GearMeasurementDoc.obj
齿轮误差分析程序\Debug\GearMeasurementView.obj
齿轮误差分析程序\Debug\InitializeParameterDlg.obj
齿轮误差分析程序\Debug\MainFrm.obj
齿轮误差分析程序\Debug\MakeDataDlg.obj
齿轮误差分析程序\Debug\PrincipleerrorDlg.obj
齿轮误差分析程序\Debug\PropertyList.obj
齿轮误差分析程序\Debug\ShowResultView.obj
齿轮误差分析程序\Debug\Splash.obj
齿轮误差分析程序\Debug\SplashWnd.obj
齿轮误差分析程序\Debug\StdAfx.obj
齿轮误差分析程序\Debug\vc60.pdb
齿轮误差分析程序\Splsh16.bmp
齿轮误差分析程序\GearMeasurement.aps
齿轮误差分析程序\GearMeasurement.rc
齿轮误差分析程序\GearMeasurement.opt
齿轮误差分析程序\res
齿轮误差分析程序\Debug
齿轮误差分析程序

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • shenliu
    有限元计算基本程序,为毕业论文时编写的局部渗流计算程序。(Finite element method the basic procedures for the thesis prepared by local seepage calculation procedures.)
    2007-08-20 14:00:54下载
    积分:1
  • C_classical_src
    平常练习的一些程序,比较基础,包括求斐波那契数、完数等等(Some of the usual practice procedures, more infrastructure, including seeking Fibonacci numbers, number, etc. End)
    2013-11-18 21:18:19下载
    积分:1
  • shannon
    香农编码的C语言实现,VC++环境~~~~~~~~~~~~~~~~~~~~~~~~~(Shannon C-language coding, VC++ environment ~~~~~~~~~~~~~~~~~~~~~~~)
    2010-05-27 11:01:01下载
    积分:1
  • NEWTONDIEDAI
    用C++来实现NEWTON迭代法解非线性方程算法数值分析,是数值分析里典型的一个算法。(In C++ to achieve NEWTON iterative numerical algorithm for solving nonlinear equations, numerical analysis is in a typical algorithm.)
    2011-10-09 21:58:54下载
    积分:1
  • shuzhijisuan
    数值计算实例,主要有LU分解,龙格库塔法,高斯分解法,欧拉法,曲线拟合,曲线插值(Numerical example)
    2014-01-03 10:38:53下载
    积分:1
  • tianwen
    说明:  VC实现,天文导航算法及实现 包括数据的获取、加工、处理、保存为文件(VC, astronomy, navigation algorithm and implementation including data acquisition, processing, handling, preservation of documents)
    2020-09-29 16:17:44下载
    积分:1
  • Gauss_Seidel
    数值分析中的高斯——塞德尔迭代算法的的C语言实现(Numerical Analysis of Gauss- Seidel iterative algorithm of the C language)
    2009-05-17 12:50:19下载
    积分:1
  • Computational-Science-codes
    开发环境没有可选项,fortran90,Fortran_90_and_Computational_Science-_codes(Computational Science codes by fortran90 )
    2013-10-10 17:07:12下载
    积分:1
  • PID自动控制电机转速
    利用pid算法控制电机转速,转速可调,数码管显示,初学者实用(Using PID algorithm to control motor speed, adjustable speed, digital display, beginners practical)
    2020-06-22 16:00:01下载
    积分:1
  • Program
    矩阵转换问题 行与列的个数均为n 的矩阵称为n 阶方阵。假定矩阵中的每个元素的值在0到9之间,则可以将矩阵中的所有元素按行依次排列得到一个“单行矩阵字符串”。(Matrix conversion, the number of rows and columns of the matrix n are called n-order square. Assume that each element of matrix value in the 0 to 9, you can press all the elements of the matrix rows in order of priority for a " single matrix string." )
    2010-12-28 11:42:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载