CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - curvefitting
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - curvefitting - List
[
Other resource
]
curvefitting
DL : 0
基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
Update
: 2008-10-13
Size
: 961byte
Publisher
:
newly
[
Graph Drawing
]
曲线◎拟合
DL : 1
vc++二维数据拟合源代码边干边学过后 共和国精华区 国会结构化-vc fitting two-dimensional data source learning by doing focus of the Republic after the structure of Congress
Update
: 2025-02-19
Size
: 6kb
Publisher
:
赵群伟
[
Algorithm
]
curvefitting
DL : 0
基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.-Based on the principle of least squares curve fitting program-A program of curve fitting based on least squares algorithm.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
newly
[
File Format
]
Curvefitting
DL : 0
本文介绍的是曲线拟合的算法及其模型检验,对于理解该模型很有意义-This article describes the curve fitting algorithm and the model tests, the model for understanding the significance
Update
: 2025-02-19
Size
: 1.68mb
Publisher
:
彪哥
[
Algorithm
]
curvefitting
DL : 0
最小二乘法的曲线拟合检测圆软件,只需点击三个点就可以吧圆拟合出来。-Least squares method of curve fitting software Detect circle, simply click on the three-point circle fitting can let out.
Update
: 2025-02-19
Size
: 2.38mb
Publisher
:
王延海
[
Other
]
CurveFitting
DL : 0
this code sole curve fitting using genetic programming
Update
: 2025-02-19
Size
: 9kb
Publisher
:
Mohammed
[
matlab
]
curvefitting
DL : 0
MATLAB在曲线拟合中的应用,主要有一元线性回归 ,多元线性回归,曲线回归等-Curve fitting in MATLAB application, there are multi-linear regression linear regression, curvilinear regression, etc.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
孟庆祥
[
Algorithm
]
curvefitting
DL : 0
曲线拟合文章从曲线拟合的基本原理出发,介绍无数学模型的情况下如何建立函数来解决工业控制中的一些常见问题,并使用高级语言程序来对数学解析式进行求解。-curve fitting.pdf
Update
: 2025-02-19
Size
: 140kb
Publisher
:
holiday
[
Graph program
]
curvefitting
DL : 0
采用最小二乘法的三次多项式对离散数据点进行曲线拟合 -least-squares approximation curve fitting
Update
: 2025-02-19
Size
: 12kb
Publisher
:
yiyisaxi
[
source in ebook
]
curvefitting
DL : 0
各种有用插值计算方法,曲线拟合方法,工程上实用-Variety of useful interpolation method, curve fitting, practical engineering
Update
: 2025-02-19
Size
: 3kb
Publisher
:
james
[
Algorithm
]
curvefitting
DL : 0
曲线拟合, 用于从一组样本数据,获得曲线的算法的c语言实现-a c language implementation of a curve fitting algorithm
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张 伟
[
Algorithm
]
curvefitting
DL : 0
利用最小二乘法计算N个数据点的拟合多项式。-calulating the fitting polynomial of n grid data using the least Square Method
Update
: 2025-02-19
Size
: 1kb
Publisher
:
曾淑玲
[
matlab
]
curvefitting
DL : 0
运用Matlab实现最小二乘的曲线拟合,经调试,基本符合应用要求。-Using least squares curve fitting Matlab implementation, the debugging, in line with application requirements.
Update
: 2025-02-19
Size
: 5kb
Publisher
:
潘宝昌
[
CSharp
]
curvefit
DL : 0
调用方法: CurveFitting fitting = new CurveFitting() double[] xs = fitting.Fitting(xv, yv, n, m) 说明: 拟合函数:double[] xs=Fitting(int[] xval, double[] val, int n, int m) xval:点的横坐标 val:点的纵坐标值 n:欲拟合多项式的最高次数 m:拟合点的个数 数组xs为返回的多项式系数,次数从0到n。如有问题,请发送邮件至gaocongly@126.com咨询讨论-Call the method: CurveFitting fitting = new CurveFitting () double [] xs = fitting.Fitting (xv, yv, n, m) Note: Fitting function: double [] xs = Fitting (int [] xval, double [] val, int n, int m) xval: point of abscissa val: the value of the vertical axis point n: For the maximum number of polynomial fitting m: the number of fitting points array of xs for the return of the multi- polynomial coefficients, the number from 0 to n. For questions, please send an email to gaocongly@126.com consultation and discussion
Update
: 2025-02-19
Size
: 2kb
Publisher
:
renyuhui
[
matlab
]
CurveFitting
DL : 0
Chapter 5. Curve Fitting Algorithm 5.1 Least Squares Line Algorithm 5.2 Least Squares Polynomial Algorithm 5.3 Non-linear Curve Fitting Algorithm 5.4 Cubic Splines Algorithm 5.5 Trigonometric Polynomials-Chapter 5. Curve Fitting Algorithm 5.1 Least Squares Line Algorithm 5.2 Least Squares Polynomial Algorithm 5.3 Non-linear Curve Fitting Algorithm 5.4 Cubic Splines Algorithm 5.5 Trigonometric Polynomials
Update
: 2025-02-19
Size
: 19kb
Publisher
:
Paola de Oliveira
[
matlab
]
CurveFitting
DL : 0
Curve Fitting with MATLAB
Update
: 2025-02-19
Size
: 11kb
Publisher
:
M.J.P
[
Console
]
CurveFittingTest
DL : 0
C++多项式拟合曲线源代码,选用多项式方法,纯C++算法-C++ CURVEFITTING CODE
Update
: 2025-02-19
Size
: 18.71mb
Publisher
:
li
[
Mathimatics-Numerical algorithms
]
CurveFitting
DL : 0
使用VC++实现的一个2次函数曲线拟合的例子。-Use a secondary function VC++ realization curve fitting example.
Update
: 2025-02-19
Size
: 78kb
Publisher
:
Lpan
[
Algorithm
]
curvefitting
DL : 0
python实现曲线拟合,高斯噪声采样。-curve fitting with Gaussian noise sampling. python.
Update
: 2025-02-19
Size
: 58kb
Publisher
:
吴难难
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.