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

搜索资源列表

  1. 分段线性插值

    0下载:
  2. 程序中存放结点值的数组和函数值的数组之所以命名为u和v,主要是为了防止和插值点x,及对应的函数值单元y想混淆-process node storage array and the value of the function of the array has named u and v is mainly to prevent and interpolation points x, and the corresponding function modules y trying to confuse
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.73kb
    • 提供者:梁良
  1. 三次样条插值程序

    0下载:
  2. 三次样条插值c程序
  3. 所属分类:数学计算/工程计算

  1. 采用递归方法计算插值程序

    0下载:
  2. 采用递归方法计算插值程序,维数可高达63维,程序很小,但很强。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-05-26
    • 文件大小:5.03kb
    • 提供者:catmoon
  1. IDW(距离权倒数插值法)

    3下载:
  2. IDW(距离权倒数插值法)是空间插值中最常用的插值方法之一。本程序基于MATLAB开发,功能齐全,希望用得开心。,IDW (interpolation from the bottom right) is the most commonly used spatial interpolation of the interpolation methods. The program is based on MATLAB development, full-featured, in the hope jo
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:938byte
    • 提供者:yang
  1. 数值插值计算中的cressman算法

    1下载:
  2. module_cressman.f90 数值插值计算中的cressman算法,里面含有多个子程序。-module_cressman.f90 Cressman algorithm of numberic interpolate ,which contains several subroutines.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-26
    • 文件大小:7kb
    • 提供者:金色火焰
  1. LGLR 用拉格朗日插值法和牛顿插值法求解某点的函数近似值

    1下载:
  2. 自选插值问题,编制一个程序,分别用拉格朗日插值法和牛顿插值法求解某点的函数近似值。-语言 所查询字词的翻译 英语 Optional interpolation problem, the preparation of a program, respectively, Lagrange interpolation and Newton interpolation method for solving the function approximation of a point
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-26
    • 文件大小:1kb
    • 提供者:范川宁
  1. lagran.rar

    0下载:
  2. 拉格朗日插值模拟曲线,基于matlab的程序,Lagrange interpolation simulated curve, based on the matlab procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:920byte
    • 提供者:zl
  1. jjj

    0下载:
  2. 收集的C语言算法程序,包括曲线拟合,插值算法等。 值得收藏。-Collection of C language algorithm worthy of collection procedures.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:122.76kb
    • 提供者:zhaozong
  1. program

    0下载:
  2. 程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.84kb
    • 提供者:funintears
  1. lagelangrichazhi

    1下载:
  2. 拉格朗日插值法matlab程序,希望大家在学习《数值分析》的课程时多动手实践,还是那句话,兴趣最重要;-Lagrange interpolation matlab program, I hope everyone in the study, " Numerical Analysis" many hands-on experience when the curriculum, or that sentence, the most important interest Ha ha
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:766byte
    • 提供者:buckly
  1. eight-fortran-interpolate-programme

    1下载:
  2. 常用的fortran插值程序,很有用,可以在资料缺省时进行插值计算-Fortran common interpolation procedures, useful data can be interpolated by default
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5.37mb
    • 提供者:王华
  1. lagelangri

    0下载:
  2. 这是一个用拉格朗日插值法求解方程组的解。程序不是很完善,多多包涵.-This is a Lagrange interpolation method of solution of equations. Process is not very perfect, forgive me.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1.51kb
    • 提供者:郭称平
  1. aa89

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

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

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

    • 发布日期:2017-04-16
    • 文件大小:9.52kb
    • 提供者:jc
  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
    • 文件大小:40.4kb
    • 提供者:罗皇达
  1. laranri

    0下载:
  2. 八种插值程序之一 fortran插值程序 应用较为广泛 laranri-fortran laranri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:771byte
    • 提供者:jet1song
  1. tree

    0下载:
  2. 各种非线性方程及方程组求解算法,如牛顿插值,程序在C环境下通过。-Equations of nonlinear equations and solving algorithms, such as Newton' s interpolation, the program through the C environment.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:16.75kb
    • 提供者:luo
  1. 函数插值程序

    0下载:
  2. 实现了几种常见的函数插值方法,包括拉格朗日插值,牛顿插值等。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-06-06
    • 文件大小:12.48kb
    • 提供者:Araleii
  1. 19 Fortran常用算法程序集 附算法源代码

    3下载:
  2. 常用的数值计算程序代码,包括插值,微分方程求解等(fortran numerical, interpolate.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-06
    • 文件大小:6.19mb
    • 提供者:liangwei246
  1. Hermite插值

    1下载:
  2. Hermite插值要求在插值节点处的函数值、对应的导数值以及高阶导数相等,保形性高,本程序提供算法实现和画图功能。(Hermite interpolation requires that the function value at the interpolation node, the corresponding derivative and the higher derivative are equal. Its shape preservation is high. This program
  3. 所属分类:数学计算

    • 发布日期:2019-11-23
    • 文件大小:2kb
    • 提供者:maomao875
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com