CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - spline interpolation

搜索资源列表

  1. scyt

    1下载:
  2. 三次样条插值函数,可以用于计算插值,一阶导数,二阶导数-Cubic spline interpolation function can be used to calculate the interpolation, first derivative, second derivative
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1042
    • 提供者:大龙
  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-19
    • 文件大小:5521417
    • 提供者:Lynn
  1. 3yangtiao

    0下载:
  2. 生成三次样条插值函数的C++程序,可求出给定测试数的函数近似值。-A C++ program for generating Cubic spline interpolation function,which can calculate the function approximation for a given number.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1119
    • 提供者:CGQ
  1. 3107002005_3rd

    0下载:
  2. 三对角矩阵最常用最快速的追赶法,应用广泛。更是样条插值逆运算的重要工具-Tridiagonal matrix most commonly used to catch up with the most rapid method, widely used. Spline Interpolation is an important tool for inverse operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:810
    • 提供者:lommmmmm
  1. ThreeCurve

    1下载:
  2. 用MFC做的可以实现画三种平滑曲线的程序(三次样条插值,贝塞尔曲线,GDI+曲线平滑)-Using MFC to do three pictures to achieve a smooth curve of the procedure (cubic spline interpolation, Bezier curves, GDI+ curve smoothing)
  3. 所属分类:Windows编程

    • 发布日期:2013-02-17
    • 文件大小:6123536
    • 提供者:xin
  1. insert

    0下载:
  2. 三次样条插值-Cubic Spline Interpolation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-09
    • 文件大小:1280
    • 提供者:lbq
  1. yangtiao

    0下载:
  2. 数值分析里的样条插值算法,相信大家都不陌生吧。此算法可作为数值分析老师布置的程序作业提交,用VC 6.0即可调试通过,结果经检验也正确。欢迎大家下载!-Numerical analysis in the spline interpolation algorithm, I do not think people unfamiliar with it. This algorithm can be used as numerical analysis procedures for the teache
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:8594
    • 提供者:maowu
  1. 3107002005_5th_spline

    0下载:
  2. 曲线的三次样条插值,在非首尾节点处具有三次光滑性质-Curve cubic spline interpolation, in both nodes with non-smooth nature of the three
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1408
    • 提供者:lommmmmm
  1. BSpline_interpolation

    1下载:
  2. B样条曲线的绘制和插值.MFC 中画图,很精确的实现 拟合数据点-B-spline curve rendering and interpolation. MFC in the drawing, it is precisely the realization of fitting data points
  3. 所属分类:2D Graphic

    • 发布日期:2014-04-07
    • 文件大小:62713
    • 提供者:liuxing
  1. three

    0下载:
  2. 计算机数值分析中三次样条插值算法的演示算法-Computer numerical analysis algorithm for cubic spline interpolation algorithm demo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1042
    • 提供者:
  1. numerical

    0下载:
  2. 数值分析的实验文档和源程序 包含 1.样条插值 2.非线性方程求根 3.函数逼近和拟合 4.矩阵特征值计算 5.舍入误差分析 程序在相应文档中-Numerical Analysis of the experimental documentation and source code that contains 1. Spline Interpolation 2. Nonlinear equations Root 3. Function approximati
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:87583
    • 提供者:int
  1. BSpline

    0下载:
  2. 三次四阶b样条插值算法(Deboor算法)的mfc程序实现-Three fourth-order b-spline interpolation algorithm (Deboor algorithm) of mfc program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-24
    • 文件大小:55193
    • 提供者:litchi
  1. aa89

    0下载:
  2. 用VB程序编写的数值分析三次样条插值函数。-Programming with VB Numerical Analysis of cubic spline interpolation function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2979
    • 提供者:kllogg
  1. 123456

    0下载:
  2. 根据所给样本数据用三种不同的方法绘制该公路并估计其长度。 分别用线性插值法、最近邻域插值法和三次样条插值法计算公路长度,并用勾股定理估计公路的长度 -According to the sample data in three different ways, the road map and estimate its length. , Respectively, by linear interpolation, nearest neighbor interpolation domain
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1729
    • 提供者:云天
  1. main

    0下载:
  2. 分段线性插值,分段二次多项式插值,分段三次多项式插值,三次样条插值-Piecewise linear interpolation, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation, cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2016-12-05
    • 文件大小:1585
    • 提供者:唐世兴
  1. sanciyangtiaochazhi

    0下载:
  2. 计算方法\计算方法程序\sanciyangtiaochazhi 三次样条插值法.rar-Calculation method of calculation procedures sanciyangtiaochazhi cubic spline interpolation. Rar
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:9748
    • 提供者:jc
  1. SCYTCZ

    0下载:
  2. 数值分析课程必备的算法:三次样条插值。有需要的同学下载-Numerical Analysis of Algorithms course required: cubic spline interpolation. Those students in need to download
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1233
    • 提供者:03
  1. szfxsy1

    1下载:
  2. 实验一:三次样条插值(P56,例6) 一、实验目的: 1) 掌握三次样条插值的运用 2) 了解拉格朗日插值在高次上的误差 二、实验环境:Matlab6.5 三、实验内容: 1) 给定函数f(x)=1/(1+x2),-5<=x<=5,节点xk=-5+k,(k=0,1,2…10),用三次样条插值求S10(x),S10’(-5)=f’(-5),S10’(5)=f’(5)。 2)作原函数f(x),拉格朗日插值函数Ln(x),三次样条差值函数Sn(x)。画出三个函
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:44579
    • 提供者:TNG
  1. SplineDemo_lhd

    0下载:
  2. 三次样条插值程序演示。在SplineDemoView.cpp文件中的函数BOOL CSplineDemoView::ZSpline3()和函数double Spline3(double)是实现三次样条插值算法的核心函数。用VC6.0编译运行后,在窗口上由左至右点击鼠标左键设置一些点,然后点击鼠标右键即绘出穿过这些点的三次样条插值曲线。-Cubic spline interpolation procedure demonstration.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:41365
    • 提供者:罗皇达
  1. sanci

    0下载:
  2. 三次样条插值模拟曲线,基于matlab的程序-Cubic spline interpolation curve simulation, matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1109
    • 提供者:zl
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 38 »
搜珍网 www.dssz.com