搜索资源列表

  1. 牛顿插值的差商迭代算法

    0下载:
  2. 牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2195
    • 提供者:mikefun
  1. 牛顿插值

    0下载:
  2. 用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:18601
    • 提供者:luo
  1. 用C语言编写牛顿插值程序

    0下载:
  2. 用C语言编写牛顿插值程序-C language Newton interpolation procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:787
    • 提供者:赵宏滨
  1. Matlab 牛顿插值法

    0下载:
  2. x=a:(b-a)/n:b; %插值节点
    y=f(x);
    plot(x,y,'b') %用蓝色线作被插函数图象
    hold on
    z=a:(b-a)/(2*n):b;
    n=length(x);
    for j=2:n
    for i=n:-1:j
    y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1))

  3. 所属分类:matlab例程

    • 发布日期:2008-12-14
    • 文件大小:378
    • 提供者:xie3256035
  1. 牛顿插值

    0下载:
  2. 本程序采用精炼的C语言编码实现牛顿插值算法
  3. 所属分类:源码下载

  1. 牛顿插值

    0下载:
  2. 所属分类:Windows编程

  1. 牛顿插值的差商迭代算法

    0下载:
  2. 牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:
  1. main

    0下载:
  2. 牛顿插值计算(牛顿插值公式)-Newton interpolation (Newton interpolation formula)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:softnow
  1. 数值分析实验报告N

    0下载:
  2. 牛顿插值的完整文挡-Newton interpolation complete text block
  3. 所属分类:文档资料

    • 发布日期:2024-05-10
    • 文件大小:23552
    • 提供者:zyh
  1. newton插值绘制曲线

    0下载:
  2. 用牛顿插值法绘制曲线,同时涉及vb与excel的连接!-with Newton drawing curve interpolation, and excel involved vb link!
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:杨磊
  1. 牛顿插值

    0下载:
  2. 用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:18432
    • 提供者:luo
  1. [牛顿插值]

    0下载:
  2. 牛顿插值是非线性插值的一种,通常用于数据拟和,解方程等-Newton interpolation is a non-linear interpolation, normally used to be and data, such as solving equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:18432
    • 提供者:wan
  1. 功能强大的牛顿插值matlab程序代码1

    0下载:
  2. 功能强大的牛顿插值matlab程序代码,后续会更新基于C++的MEX和MAT的文件(Powerful Newton interpolation matlab program code, the subsequent updates will be based on the C++ MEX and MAT files)
  3. 所属分类:文档资料

  1. 牛顿插值和欧拉法解方程

    0下载:
  2. 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:润惠万物
  1. 插值程序c语言

    0下载:
  2. 用c语言编写的插值程序,里面有牛顿插值、拉格朗日插值等供大家学习参考(C language interpolation procedures, which have Newton interpolation, Lagrange interpolation, for reference)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:sunguang216
  1. 插值和函数逼近

    0下载:
  2. 各种插值和函数逼近方法包括hermit 插值拉格朗日插值牛顿插值等(Various interpolation and function approximation methods include hermit interpolation, Lagrange interpolation, Newton interpolation and so on)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:李怀宝
  1. 牛顿插值法matlab程序代码

    0下载:
  2. 文件为牛顿插值法的matlab求解程序,有注解说明每一步意义(The matlab solution program of Newton interpolation method.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:lilynn
  1. 牛顿插值

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

  1. 插值法程序

    0下载:
  2. 插值法程序,包含拉格朗日插值法和牛顿插值法(interpolation method, includes Lagrange interpolation and Newton interpolation)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:靖哥哥sj
  1. 牛顿插值法

    0下载:
  2. 利用牛顿插值法获取多项式系数,同时绘制插值函数和原函数对比图(Obtaining polynomial coefficients by Newton interpolation method and draw the comparison diagram of the interpolation function and the original function at the same time)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:jackajack
« 12 3 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org