本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数据处理与回归分析代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC+...
- 资源大小:91.33 kB
- 上传时间:2021-06-29
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
算法
资 源 简 介
本代码是《计算机常用数值计算算法与程序 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.
文 件 列 表
Chap13
Chap13.dsp
Chap13.dsw
Chap13.ncb
Chap13.opt
HalfLogarithmCorrelation.cpp
LinearRegression1D.cpp
LinearRegressionND.cpp
LogarithmCorrelation.cpp
StatRandomSample.cpp
StepwiseRegression.cpp
include
Comm.h
Comm.inl
EigenvalueVector.h
EigenvalueVector.inl
Extremum.h
Extremum.inl
FittingApproximation.h
FittingApproximation.inl
Integral.h
Integral.inl
Interpolation.h
Interpolation.inl
LinearEquation.h
LinearEquation.inl
Matrix.h
Matrix.inl
NonLinearEquation.h
NonLinearEquation.inl
OrdinaryDifferentialEguation.h
OrdinaryDifferentialEguation.inl
Polynomials.h
Polynomials.inl
Random.h
Random.inl
SpecialFunction.h
SpecialFunction.inl
Statistic.h
Statistic.inl
Transform.h
Transform.inl