搜索资源列表

  1. 用拉格朗日插值法依据N个已知数据点即使函数值

    0下载:
  2. 这是一个拉格朗日插值法的matlab程序,适合学习数值模拟的同学学习下载。-This is a Lagrangian of Matlab interpolation procedures, numerical simulation study for students learning to download.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2672
    • 提供者:tsibintsibin
  1. 分段插值法程序

    1下载:
  2. 分段插值法程序
  3. 所属分类:Windows编程

  1. 双线性插值法matlab程序

    1下载:
  2. 双线性插值法matlab程序,图像插值方法
  3. 所属分类:源码下载

  1. method

    0下载:
  2. MatLab的拉格朗日插值法-MatLab Lagrange interpolation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:胡志超
  1. spline

    0下载:
  2. 此为拉格朗日插值法-this Lagrangian for interpolation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:10240
    • 提供者:hyw
  1. 牛顿插值法

    0下载:
  2. 关于数值分析中的重要算法-numerical analysis of the algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:247808
    • 提供者:陈新
  1. Three三次样条插值

    0下载:
  2. 计算机数值分析实验题目 三次样条插值的程序 满足三次样条插值的三弯矩法 编制第一与第二边界条件的程序-Computer Numerical Analysis Experiment topics cubic spline interpolation procedures meet cubic spline interpolation of three Moment preparing for the first and second bo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:赵传仕
  1. 一维黄金 插值 格点法

    0下载:
  2. 本程序可以对任意输入的一元二次函数,算法利用了黄金分割法,插值法,格点法求出最小值-the arbitrary procedures for the importation of a quadratic function, the algorithm using the Golden Section, interpolation, the lattice method, the minimum
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-06
    • 文件大小:81920
    • 提供者:杜莉
  1. sine_generate

    0下载:
  2. 本源码是基于TMS320F240 EVM编写的正弦波生成程序。利用分段线形插值法产生正弦波,输出波形较好,频率和幅值可调,-source is based on the EVM TMS320F240 prepared by the sine wave generated procedures. Use the linear interpolation generated sine wave, the output waveform be
  3. 所属分类:DSP编程

    • 发布日期:2024-05-06
    • 文件大小:6144
    • 提供者:李杰
  1. Newton1234

    0下载:
  2. 牛顿插值法,牛顿插值法 牛顿插值法 -Newton interpolation method, the Newton's interpolation Newton inte rpolation Newton inte rpolation Newton interpolation
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:
  1. lagrangechazhi

    0下载:
  2. 计算方法中的langurgae插值法的C++源程序-calculation method langurgae interpolation of the C source
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:8192
    • 提供者:王宝华
  1. MA_NDF

    0下载:
  2. 牛顿向前插值法,完全自己编的,可以在X表的范围内任意输入一个值,代码挺好的-Newton forward interpolation method, fully developed, the X within the context of an arbitrary input value, the code is very good
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:52224
    • 提供者:magp
  1. lagrange-C

    0下载:
  2. * 用拉格朗日插值法依据N个已知数据点即使函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * 输出: 函数返回值所求插值点的第二坐标 -* Use Lagrange interpolation method based on N-known data points even function
  3. 所属分类:文件格式

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:xuyan
  1. Newton-C

    0下载:
  2. * 用牛顿插值法依据N个已知数据点即使函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * 输出: 函数返回值所求插值点的第二坐标 -Newton interpolation method based on N-known data points even function* Input :
  3. 所属分类:文件格式

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:xuyan
  1. bilinear_algorithm

    0下载:
  2. 图象处理中经常用到图象抽取和插值,本程序就是常用的双线性插值法的实现-image processing frequently used images collected and interpolation, the procedure is commonly used by the bilinear interpolation to achieve
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:王华
  1. 拉格朗日插值+MATLAB源程序代码

    1下载:
  2. 拉格朗日插值法可以找到一个多项式,其恰好在各个观测的点取到观测到的值。数学上来说,拉格朗日插值法可以给出一个恰好穿过二维平面上若干个已知点的多项式函数。(The Lagrange interpolation method can find a polynomial that happens to be taken to the observed value at the point of each observation. Mathem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:61440
    • 提供者:g-nice
  1. 牛顿插值

    0下载:
  2. matlab牛顿插值法的程序,分为五分和十分(Newton interpolation, five and ten points)
  3. 所属分类:matlab例程

  1. 1插值法—拉格朗日插值法

    0下载:
  2. 使用matlab编写了拉格朗日插值算法的函数,里面有题目,可直接运行计算得到结果。(The function of Lagrange interpolation algorithm is written by MATLAB. There are questions in it, which can be directly run and calculated and get the result.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:5120
    • 提供者:jeff1130
  1. 线性插值法

    0下载:
  2. 线性插值是指插值函数为一次多项式的插值方式,其在插值节点上的插值误差为零。线性插值相比其他插值方式,如抛物线插值,具有简单、方便的特点。线性插值的几何意义即为概述图中利用过A点和B点的直线来近似表示原函数。线性插值可以用来近似代替原函数,也可以用来计算得到查表过程中表中没有的数值。(Linear interpolation means interpolation function with polynomial interpolatio
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:187392
    • 提供者:chenrongjie
  1. 多项式插值法

    0下载:
  2. 研究生课程《计算方法》中的多项式插值算法,如果需要就请下载,谢谢
  3. 所属分类:matlab例程

    • 发布日期:2020-11-20
    • 文件大小:736
    • 提供者:xzlxzl
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org