搜索资源列表
CurveFit.rar
- 曲线拟合
CurveFit
- curve_fit为曲线拟合DELPHI源代码。此版本为delphi4或者delphi5源代码,但稍加移植后即可用于delphi7-curve_fit for curve fitting Delphi source code. This version of 3.0-5.0 delphi4 or source code, but a little after transplantation can be used delphi7
curvefit 变异函数 克立金插值用
- 变异函数 克立金插值用,采用最小二乘法编制。请您使用。Kriging curvefit-Variograms kriged used, the preparation of the least-squares method. Please use. Kriging curvefit
curvefit.rar
- 一个用VC写的曲线拟合程序,可用在数值分析计算方法方面,Writing a VC with the curve fitting procedures, can be used in numerical analysis and calculation methods
CurveFit
- 曲线拟合-Curve Fitting
curvefit
- 用MATLAB函数进行非线性拟合,在VB中调用-MATLAB function with non-linear fitting, call in VB
CurveFit
- 本软件解决了非线性曲线拟合的初始值问题,不再需要输入初始值,只要定义函数模型及输入拟合数据即可求出函数的系数值。-This software solved the nonlinear curve fitting of the initial value problem, no longer need to enter the initial value, as long as the definition of function model and input data can be obtai
CurveFit
- 嵌入式多项式最小二乘曲线拟合C算法实现,在LPC2200上长期运行成功,算法结果正确-Embedded C polynomial least-squares curve fitting algorithm, the LPC2200 on a long-running success, the algorithm result is correct
CURVEFIT
- 在优化问题中,用于求解下列形式非线性规划问题-In optimization problem, the following form for solving nonlinear programming problem
FMINCON
- C=CURVEFIT( 拟合模型 ,参数C初值,X数据,Y数据) 求参数C使得 sum {(FUN(C,X数据)-Y数据).^2}最小化-C = CURVEFIT ( fitting model and parameter C, initial X, Y data) for data parameters that sum {there (C) (C, X-ray data- Y j ^ 2) minimizing}
curve_fit_density_function
- APPLYING CURVE FIT OF THE PROBABILITY DENSITY FUNCTION This file details the Microsoft Excel user-defined function applying curve fit of PDF Integration. Create macro as shown below, then in spreadsheet, type function "curvefit(a,s)" with Asi n
curvefit
- DACE- A MATLAB Kriging Toolbox Version 2.0, August 1, 2002. (Sø ren N. Lophaven, Hans Bruun Nielsen, Jacob Sø ndergaard) - The software package DACE (Design and Analysis of Computer Experiments), which is a Matlab toolbox for working with
curvefit
- Matlab Curve Fitting Document
CurveFit-2.0-win32-vc10
- CurveFit是一个用于曲线拟合优化的开发包(SDK)。在许多领域都有广泛的应用如广告,标识,服装,皮革等。在这些领域设计的图形经常使用样条曲线等高阶线条表达的,切割加工的时候需要把他们转换成机器能接受的直线和圆弧。CurveFit是这样一个库,他实现在保证几何图形精度的前提下尽可能地优化拟合这些图形,输入一些参数和数据他就能生产优化后的结果,他可以减少高达90 的线段数量。这个开发包 (SDK,曲线拟合库) 支持大多数平台,从 32位/64位Windows到Linux/Unix 系统,他也支
curvefit
- 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok-Using least squares curve fitting. With p-1 order polynomial fit, p <= 10 x, y 0 of