文件名称:C++常用算法之13数据处理与回归分析
介绍说明--下载内容均来自于网络,请自行研究使用
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting data processing and regression analysis of the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 21840310c 常用算法之13数据处理与回归分析.rar 列表 include\Comm.h include\Comm.inl include\EigenvalueVector.h include\EigenvalueVector.inl include\Extremum.h include\Extremum.inl include\FittingApproximation.h include\FittingApproximation.inl include\Integral.h include\Integral.inl include\Interpolation.h include\Interpolation.inl include\LinearEquation.h include\LinearEquation.inl include\Matrix.h include\Matrix.inl include\NonLinearEquation.h include\NonLinearEquation.inl include\OrdinaryDifferentialEguation.h include\OrdinaryDifferentialEguation.inl include\Polynomials.h include\Polynomials.inl include\Random.h include\Random.inl include\SpecialFunction.h include\SpecialFunction.inl include\Statistic.h include\Statistic.inl include\Transform.h include\Transform.inl include Chap13\Chap13.dsp Chap13\Chap13.dsw Chap13\Chap13.ncb Chap13\Chap13.opt Chap13\HalfLogarithmCorrelation.cpp Chap13\LinearRegression1D.cpp Chap13\LinearRegressionND.cpp Chap13\LogarithmCorrelation.cpp Chap13\StatRandomSample.cpp Chap13\StepwiseRegression.cpp Chap13