搜索资源列表

  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. Lagrange 插值法

    0下载:
  2. 数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-inside the numerical method used to solve the Hangzhou linear interpolation algorithm equation can be used to solution of linear equations Exercises
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14802
    • 提供者:姚天伟
  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. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:82101
    • 提供者:杜莉
  1. 三弯矩插值

    0下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:18215
    • 提供者:jasa
  1. 三转角插值

    0下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:18074
    • 提供者:jasa
  1. lagrange多项式插值

    0下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:21613
    • 提供者:jasa
  1. newton插值绘制曲线

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

    • 发布日期:2008-10-13
    • 文件大小:2857
    • 提供者:杨磊
  1. 图象插值方法的研究和实现

    0下载:
  2. 这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2899
    • 提供者:张正
  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. Newton_Interpolation

    0下载:
  2. 利用MATLAB用最简单的语法进行牛顿插值法的编程(Programming of Newton interpolation method by using MATLAB)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:444164651651
  1. 常用微分方程插值代码

    0下载:
  2. 解偏微分方程以及常微分方程的基本模型,适用于工程专业研究生以及做有限差分法科学实验的大学生(Partial differential equation and ordinary differential equation)
  3. 所属分类:matlab例程

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

    0下载:
  2. 利用IMSL做曲线近似,通过csiez实现三次样条插值法(Using IMSL to make a curve approximation, the three spline interpolation method is realized through csiez)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:257024
    • 提供者:伍少
  1. 新建文件夹

    0下载:
  2. 要是学了数值分析的课程,肯定要进行相关的编程,其中一定要编程牛顿插值法(If you have learned the course of numerical analysis, it is sure to do the related programming, which must be programmed by the Newton interpolation method)
  3. 所属分类:其他小程序

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

    0下载:
  2. 基于matlab的克里金插值法,内含说明和举例(Kriging interpolation method based on matlab, containing instructions and an example)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:11264
    • 提供者:huyifei
  1. 克里金

    0下载:
  2. 本压缩包基于matlab的克里金插值法,内含说明和举例(Kriging interpolation method based on matlab, containing instructions and an example)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:11264
    • 提供者:huyifei
  1. Lag_polyfit New_polyfit

    0下载:
  2. 拉格朗日插值法和牛顿插值法,matlab软件编程,.m文件(Lagrange interpolation and Newton interpolation, MATLAB software programming,.M file)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:lanju
  1. 拉格朗日插值法_matlab

    0下载:
  2. 数学最优问题中,拉格朗日乘数法(以数学家约瑟夫·路易斯·拉格朗日命名)是一种寻找变量受一个或多个条件所限制的多元函数的极值的方法。(In the mathematical optimization problem, the Lagrange multiplier method (named by the mathematician Joseph Luis Lagrange) is a method of finding the extr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:6144
    • 提供者:天射手座
  1. matlab克里金插值kriging

    0下载:
  2. 克里金加权插值法,使用方便参数设定简单,容易实现,(Kriging weighted interpolation is easy to use and easy to implement,)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:奋 斗 吧
  1. dynamic response of onefreedom structure

    0下载:
  2. 一个单自由度结构的地震响应,文件包含EL地震波,采用三种方法计算,激励插值法,中心差分法和Newmark法。(The seismic response of a single-degree-of-freedom structure contains EL seismic waves, which are calculated by three methods: excitation interpolation method, centr
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:8192
    • 提供者:咩咩羊~
  1. Matlab各种插值法.part6

    0下载:
  2. Matlab的 各种插值法..代码,Lagrange插值..Newton插值... Hermite插值... 分段低次插值... 三次样条插值 二维插值...(Various interpolation methods of MATLAB.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:16384
    • 提供者:ChannahZ
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org