CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 多项式插值

搜索资源列表

  1. yiwei

    1下载:
  2. 提供了两种一维内插法,基于多项式的内插法和基于FFT的内插法。命令interpft可进行基于FFT的内插法。样本插值的源程序。-Offers two one-dimensional interpolation method, based on polynomial interpolation and FFT-based interpolation. FFT-based command interpft to the interpolation method. Sample interpolati
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1344
    • 提供者:青苹果
  1. MATLAB

    0下载:
  2. matlab源程序,牛顿,拉格朗日插值,艾特金公式,切比雪夫多项式插值-matlab source, Newton, Lagrange interpolation formula Aitkin, Chebyshev polynomial interpolation
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:5696
    • 提供者:张朋飞
  1. Newton-interpolation

    0下载:
  2. 利用牛顿插值法进行多项式插值,用于离散数据的拟合-Newton interpolation polynomial fitting for discrete data
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:2747
    • 提供者:赵永宁
  1. Numerical-analysis-source-and-report

    0下载:
  2. 该压缩包包含了3个数值分析实验题的matlab源码和实验报告。这3个实验分别是:1)多项式插值的振荡实验;2)三次多项式最小二乘拟合实验;3)常微分方程性态和R-K法稳定性实验。-The archive contains the experiment of the three numerical analysis matlab source code and lab reports. The three experiments are: 1) polynomial interpolation o
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:290763
    • 提供者:江浪
  1. chazhi

    0下载:
  2. 非常好的插值程序,包括各种插值方法,适合各种插值算法,特别是多项式插值。-Very good interpolation procedures, including various interpolation method, suitable for a variety of interpolation algorithm is polynomial interpolation.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:11132
    • 提供者:晏新村
  1. 5dianguanghua

    0下载:
  2. 求出了等值线上的各个点,怎么把这些点连成一条光滑的曲线,就需要用到光滑算法。光滑算法有很多种,比如线性跌代、分段三次多项式插值法(又称五点法),二次多项式加权平均法、张力样条函数法等。主要介绍五点法,也是用来光滑等高线的常用方法。-Curve fitting, fitting a smooth curve in classic 5 points
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-24
    • 文件大小:6247
    • 提供者:cumtcumt
  1. ScientificComputing

    0下载:
  2. 山东大学软件学院数值计算实验源代码LU分解、前代、回代函数、部分列主元求解线性方程组 用Cholesky分解求解线性方程组,分析残差与误差的关系 迭代法求解线性方程组 最小二乘法及病态性的分析 求非线性方程的根 多项式插值-science computing
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:39847
    • 提供者:王古月
  1. gauss

    0下载:
  2. 高斯求解线性方程组,任意维度,任意变量~!多项式插值-guass linear system of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2266
    • 提供者:zhuangkun
  1. InterPoints

    0下载:
  2. 计算分段三次多项式插值的系数,计算三次样条插值函数的系数组M-Calculating the coefficients of piecewise cubic polynomial interpolation, cubic spline interpolation function calculating the coefficients M
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:986
    • 提供者:lsj
  1. numerical-approximation

    1下载:
  2. 一:多项式插值的Runge现象 二:Remez算法 三:Schmidt正交-Introduction polynomial interpolation Runge phenomenon, Remez algorithm, Schmidt orthogonal matlab algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:62595
    • 提供者:裴可锋
  1. approximation

    0下载:
  2. 利用C语言实现使用多项式插值逼近的算法,降低运算困难-Using C language to use polynomial interpolation approximation algorithms ,in order to reduce the computational difficulties
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:719
    • 提供者:黎帆
  1. chazhi

    0下载:
  2. 详细介绍了matlab插值与拟合方法,包括拉格朗日多项式插值、牛顿插值、分段线性插 值、Hermite 插值和三次样条插值和曲线的最小二乘拟合、多项式拟合方法、最小二乘优化所有程序均有相应的说明与应用实例-Details of the matlab interpolation and fitting methods, including Lagrange polynomial interpolation, Newton interpolation, piecewise linear inte
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:271629
    • 提供者:唐小米
  1. RBF_Interp

    0下载:
  2. RBF方法对一维函数进行插值实例,选用的函数为MQ函数,可与高阶多项式插值对比,说明RBF方法克服了龙格振荡问题。-RBF method for one dimentional function interpolation, where the Runge oscillation is disappear.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:929
    • 提供者:
  1. matlab--jisuanfangfa

    0下载:
  2. 计算方法,实现LU分解,高斯列主元消去法,和多项式插值,样条插值等数值计算-Calculation methods to achieve LU decomposition, out PCA Gaussian elimination, and polynomial interpolation, spline interpolation numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1168052
    • 提供者:LIN
  1. Lagrange-polynomial-interpolation

    0下载:
  2. 拉格朗日多项式插值,该算法可以既可以适用于有限节点插值,也可以适用于未知节点数插值-Lagrange polynomial interpolation, the algorithm can be applied to both the interpolation nodes is limited to be applied to the interpolation nodes unknown
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4016
    • 提供者:liumingxing
  1. POL5THXYC

    1下载:
  2. 5次多项式插值,用于机器人轨迹规划,是初学者很好的例子,有助于理解机器人的运动表达,及其轨迹规划的概念-5 times polynomial interpolation, used in robot trajectory planning,Is a good example of the novice, help to understand the movement of the robot, and the concept of trajectory planning
  3. 所属分类:matlab

    • 发布日期:2016-08-24
    • 文件大小:1024
    • 提供者:南文虎
  1. lagrange-interpolation

    0下载:
  2. lagrange多项式插值,满足插值条件的函数去逼近原函数-lagrange polynomial interpolation
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5108
    • 提供者:稻草人
  1. Lagrange-polynomial-interpolation

    0下载:
  2. 拉格朗日多项式插值法是实际使用最广的插值法,能保证较高的差值效率和精度-Lagrange polynomial interpolation method is the most widely used interpolation method, can guarantee the high efficiency and accuracy of the difference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:961
    • 提供者:天堂鸟
  1. Data-Fitting

    0下载:
  2. 提供一元函数插值,样条插值,多项式插值或拟合,曲线拟合等数据拟合源码-Provide one yuan function interpolation, spline interpolation, polynomial interpolation or fitting, curve fitting, etc. Data fitting source
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:21365
    • 提供者:Ivy
  1. intero3.tar

    0下载:
  2. 实现三次多项式插值的 C 函数源码, 供开发人员参考-3rd order polynomial interpolation (C code)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:30628
    • 提供者:tengfei
« 1 2 3 4 5 67 8 9 10 11 ... 20 »
搜珍网 www.dssz.com