搜索资源列表
vb_bezierfit
- 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve f
OriginCurveFittingFunctions
- Origin 拟合曲线教程 Contents 1. ORIGIN BASIC FUNCTIONS 2. CHROMATOGRAPHY FUNCTIONS 3. EXPONENTIAL FUNCTIONS 4. GROWTH/SIGMOIDAL 5. HYPERBOLA FUNCTIONS 6. LOGARITHM FUNCTIONS 7. PEAK FUNCTIONS93 8. PHARMACOLOGY FUNCTIONS 9. POWER FUNC
zuixiaoercehngfa
- 最小二乘法的计算,可以达到最佳的曲线拟合-Least squares method of calculation, you can achieve the best curve fitting
curvefitting
- 最小二乘法的曲线拟合检测圆软件,只需点击三个点就可以吧圆拟合出来。-Least squares method of curve fitting software Detect circle, simply click on the three-point circle fitting can let out.
curve
- 一个曲线拟合 方程组求解,VS2008编译,根据特定点的坐标进行拟合-Curve fitting equations, VS2008 compiler
Curve-fitting-algorithm
- 用最小二乘法,在已知函数点x0,x1……xn的函数值y0,y1……yn的情况下,求拟合多项式-The least square method, the known function points x0, x1 ... ... xn of the function values y0, y1 ... ... yn circumstances, find fitting polynomial
Least-squares-curve-fitting
- 本程序用C语言实现最小二乘法拟合曲线,欢迎大家下载-C language with least square fitting curve
Least-square-method---curve-fitting
- 最小二乘法-曲线拟合,,c语言程序。。经测试正确。。计算方法-Least square method- curve fitting,, c language program. . The test correctly. . Calculation
VC-least-squares-curve-fitting-
- 关于VC的最小二乘法曲线拟合程序,有兴趣可以一试,进行调试-Least squares curve fitting program
Curve-and-Surface--
- 详细介绍了移动最小二乘法的原理 应用和特点 并且给最后给出了曲线拟合和空间散 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程-Moving least squares method described in detail the principles and characteristics of the application and to give the final curve fitting and shed space using moving least squares me
Curve--Fitting-methods
- 曲线拟合方法讨论,分别比较了最小二乘法,移动最小二乘法,RBF拟合,NURBS拟合方法。并对这些方法进行原理说明。-Discuss curve fitting method, compared the least squares method, moving least squares method, RBF fitting, NURBS fitting method. These principles and methods described.
Curve-fitting
- 悬索桥预拱度的曲线拟合应用,在已知桥梁固定点的位置时,根据已知几个点采用几种不同精度的方法对预拱度进行拟合。-The degree of suspension bridge arch curve fitting application, known in the position of the bridge protection, according to several points using several different known the accuracy of the metho
data-fitting
- 运用最小二乘法对数据进行拟合,内容包括1. 1.运用matlab自带的程序对最小二乘法数据拟合 2.自己编程对最小二乘法数据拟合3.对非线性曲线拟合4.运用神经网络对实验数据进行拟合 -Using least squares fit of the data, including 1.1. Using matlab own procedures for least squares data fitting 2. Their own programming on the method of le
Gaussin-Curve-Fitting-with-C
- 采用最小二乘方法的高斯曲线拟合算法, 用C 语言编写. 包含子程序.-Gaussian Curving Fitting with C language
Curve-Fitting
- 基于最小二乘法的曲线拟合,并用OpenGL绘制曲线。-Curve fitting based on least square method,and display the curve by using OpenGL.
A-curve-fitting
- 使用C++实现一次曲线拟合,以便于在编写程序时使用-A curve fitting
The-nonlinear-curve-fitting
- 这个代码主要解决数学中离散的多个点,并对这些点进行非线性拟合,是绝大多数点几乎都落在这条曲线附近-This code is mainly to solve in mathematics, a multiple discrete points, and nonlinear fitting to these points, is the vast majority of almost all fall around the curve
polynomial-fitting
- 基于BCB的最小二乘法进项曲线拟合,最后得出多项式方程,并显示出图形-Method of least squares curve fitting proceeds
fitting-factory
- 数值计算方面的函数曲线拟合函数和接口,多项式,高斯,指数等拟合-numerical Calculation of function curve fitting functions and interfaces, Polynomial, Gaussian and exponential fitting
Chebyshev Curve Fitting
- 切比雪夫曲线拟合 Fortran code(Chebyshev Curve Fitting)