登录
首页 » Visual C++ » Gearerroranalysisprogam

Gearerroranalysisprogam

于 2020-09-09 发布 文件大小:465KB
0 376
下载积分: 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 个回复

  • juzhenhanshu
    传输矩阵法用于计算光纤光栅的有效折射率,是一种经典的数学算法(Matrix function)
    2013-09-23 13:48:14下载
    积分:1
  • HeatTransfer_1D
    求解一维热传导方程,格式包括FTCS、BTCS、CNCS三种差分格式(solve one dimension heat transfer equation. )
    2021-04-17 16:48:53下载
    积分:1
  • vc
    说明:  这是高斯列主元消去法的完整程序,可以求解线性方程组(This is the Gaussian elimination method PCA out a complete program, you can solve the linear equations)
    2014-10-25 18:45:15下载
    积分:1
  • LL1 grammer
    vc++实现编译原理中的LL(1)文法的编译过程,非常好用.(vc realization of the principle of compiler LL (1) grammar compiler course, very handy.)
    2005-07-03 21:22:30下载
    积分:1
  • fit_line
    //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) (//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b))
    2005-08-24 04:40:23下载
    积分:1
  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • JFFTfinalA
    使用JAVA模拟FFFT算法 快速傅里叶算法 (Use JAVA simulation FFFT algorithm Fast Fourier Transform Algorithm)
    2012-07-18 19:04:47下载
    积分:1
  • polyfit
    C语言实现多项式的最小二乘拟合,可用于在区间上对函数进行拟合(C language polynomial least squares fitting, can be used to fit the function on the interval)
    2021-02-19 12:39:44下载
    积分:1
  • gsl1.8
    GNU Scientific Library (GSL) 是一个用于科学计算的 C 语言类库。有超过1000个函数。 (GNU Scientific Library (GSL) is a C language library for scientific computing. There are more than 1000 functions.)
    2013-04-23 10:51:50下载
    积分:1
  • gausszf
    该软件主要应用是采用高斯正反算进行换带计算的。(The software application is used mainly Gaussian with positive and negative exchange balance calculation.)
    2007-09-10 11:12:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载