CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 三次样条拟合

搜索资源列表

  1. polyfit

    1下载:
  2. 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlation Methods (polynomial form 2
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4131
    • 提供者:石林
  1. spine

    1下载:
  2. 样条类的C++,该类包括三次样条的插值,拟合和B样条的插值,拟和等功能 。自己编写的简单适用的函数,粘上即可用。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5075
    • 提供者:饶宾
  1. shuzhi1

    0下载:
  2. 自编的三次样条插值算法模拟车门曲线,可根据数据点很好拟合曲线,并作图。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1103
    • 提供者:王纯
  1. 三次样条曲线拟合

    1下载:
  2. 三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10506
    • 提供者:郑双明
  1. cubicsplineinterpolation

    0下载:
  2. 三次样条插值拟合数据 不同自变量区间内的三次样条函数-Fitting cubic spline interpolation of data from the variable range of different cubic spline function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:780
    • 提供者:Fisher
  1. NumericalAnalysis

    1下载:
  2. 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:5521417
    • 提供者:Lynn
  1. chazhi

    0下载:
  2. 利用牛顿、拉格朗日、三次样条及线性插值方法拟合数据-The use of Newton, Lagrange, cubic spline and linear interpolation method of fitting data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2155
    • 提供者:vivian
  1. CubicSpline

    0下载:
  2. 根据给定点和区间值得出三次样条拟合方程的系数-According to a given point and interval should be a cubic spline fitting coefficient
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2808
    • 提供者:王冉
  1. spline

    1下载:
  2. 用于求解三次样条拟合!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Used to solve the cubic spline fitting! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1026
    • 提供者:juice
  1. calculation

    0下载:
  2. 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:489888
    • 提供者:siengk
  1. vb

    0下载:
  2. vb代码,做最小差值的线性拟合和三次样条曲线拟合的vb代码,有说明,三次样条和最小误差法进行曲线拟合-vb code, so the minimum difference between the linear fit and cubic spline curve fitting of the vb code, descr iption, and minimum error of spline curve fitting method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:4058
    • 提供者:fang
  1. bb

    0下载:
  2. 对数据进行三次样条曲线的拟合,和线性插值拟合,计算过程都已经进行了模块化处理-The data fitting cubic spline curves, and linear fitting, the calculation process have been carried out modular design
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:4063
    • 提供者:yangyang
  1. sanciyangtiaonihe

    0下载:
  2. 三次样条拟合函数,通过拟合点计算出三次样条函数。-Cubic spline fitting function calculated by fitting the point cubic spline function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:6044
    • 提供者:dengdb
  1. c_spline

    0下载:
  2. 本程序实现十个左右离散的数据的三次样条算法拟合,能够在离散数据之间按三次样条方法进行插值。-ths program describe some inserting methods among some descrete datas with trible spline alg.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1192
    • 提供者:王风
  1. matlabchazhiyunihe

    0下载:
  2. 插值与拟合实验,包括拉格朗日、分段线性、三次样条插值方法,以及线性最小二乘拟合,包括数学建模实例-Interpolation and fitting the experimental, including Lagrange, piecewise linear, cubic spline interpolation, and linear least squares fitting, including examples of mathematical modeling
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:374914
    • 提供者:
  1. spline

    0下载:
  2. 三次样条曲线拟合代码,先训练,后差值,计算非常准确-Three times spline curve fitting, the first training, and after, computation is very accurate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:870
    • 提供者:曲楠
  1. spline-fitting

    0下载:
  2. 计算机图形学中的三次样条曲线插值与最小二乘法拟合-Computer graphics, cubic spline interpolation and least squares method fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3675
    • 提供者:David
  1. CubicSpline

    0下载:
  2. 计算机图形学中的三次样条曲线插值拟合算法,希望对大家有所帮助-Computer graphics, cubic spline interpolation and hope it s helpful
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:9801
    • 提供者:David
  1. predict-USAs-popultion-in-2020

    1下载:
  2. 根据已知数据 运用三次样条插值法 有理数插值法 拉格朗日插值法 高斯牛顿法 拟合预测2020年美国人口 -According to the known data using cubic spline interpolation rational interpolation Lagrange interpolation Gauss-Newton fitting to predict the U.S. population in 2020
  3. 所属分类:Algorithm

    • 发布日期:2016-01-21
    • 文件大小:2048
    • 提供者:许双璐
  1. Desktop

    2下载:
  2. 主要用于三次样条拟合,对离散点进行拟合插值,(Three order spline fitting)
  3. 所属分类:数学计算

    • 发布日期:2021-04-18
    • 文件大小:1024
    • 提供者:gaoxb
« 12 »
搜珍网 www.dssz.com