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

搜索资源列表

  1. 多项式最小二乘法

    0下载:
  2. 多项式最小二乘法 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-least squares polynomial interpolation three Moment Hangzhou polynomial interpolation polynomial least-squares method Long Bagby integration piec
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:27972
    • 提供者:jasa
  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 better, adjustable frequency and
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:6848
    • 提供者:李杰
  1. deBoorCH

    0下载:
  2. de Boor 求值算法求作二次和三次B-样条插值曲线,Hartley-Judd法确定节点矢量,使用基于基的运算的插值法求控制顶点-algorithm evaluates demand for secondary and cubic B-spline interpolation curve, Hartley-Judd determine node vector-based computing interpolation method for the control vertices
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4993
    • 提供者:jo Wang
  1. work2_hj

    0下载:
  2. 作业: 牛顿插值法 运行环境:vc 程序语言:c++ 程序源代码:work2.cpp (见附件) -operations : Newton interpolation runtime environment : vc programming languages : C source code : work2.cpp (see annex)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8867
    • 提供者:hj
  1. Newton1234

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

    • 发布日期:2008-10-13
    • 文件大小:1749
    • 提供者:believe
  1. niudunchazhi

    1下载:
  2. 计算方法中的牛顿插值法 C++算法源程序-calculation method Newton's interpolation algorithm C source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11216
    • 提供者:王宝华
  1. lagrangechazhi

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

    • 发布日期:2008-10-13
    • 文件大小:8197
    • 提供者:王宝华
  1. niudundiedaifa

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

    • 发布日期:2008-10-13
    • 文件大小:8984
    • 提供者:王宝华
  1. imagescale

    0下载:
  2. 静态图象放大的二种方法分别用插值法和邻近法-static images magnified two methods were used interpolation and neighboring France
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:426465
    • 提供者:在职在
  1. erci

    0下载:
  2. 用delphi语言实现运筹学二次插值法程序-used language tacticians quadratic interpolation procedures
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:187014
    • 提供者:wuxiaoyan
  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. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9020
    • 提供者:magp
  1. Newton-lagrange

    1下载:
  2. 牛顿-拉格朗日插值法C++源代码,最新修改的通码,网友可以-Newton-Lagrange interpolation C source code, the latest revision of immigration code, net surfers can s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1449
    • 提供者:文理
  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 * Input : n -- known data poi
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2754
    • 提供者:xuyan
  1. Hermite-C

    0下载:
  2. * 用埃特金插值法依据N个已知数据点计算函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * eps--求解精度 * 输出: 函数返回值所求插值点的第二坐标 -* Use Aitken interpolation method based on N-known data points calculation function * Input :
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2758
    • 提供者: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 : n -- known data points the nu
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2832
    • 提供者: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. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:818
    • 提供者:王华
  1. niudunchazhifa

    0下载:
  2. 牛顿插值法求线性方程组 自己做的 有点简单呵呵 -Newton interpolation method for linear equations themselves a bit simple-huh
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11948
    • 提供者:老虎
  1. stepspecs

    0下载:
  2. 插值法求出阶跃响应的Ts,Tr,deta,性能指标。方法准确,简单-interpolation step response is calculated by the Ts, Tr, deta, performance indicators. The method is accurate and simple
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1408
    • 提供者:sahfasf
  1. chazhifa

    0下载:
  2. 数值实验-插值法,包括样条插值,拉格朗日插值等-- interpolation method, including spline interpolation, Lagrange interpolation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8105
    • 提供者:Juan
  1. laguer

    0下载:
  2. 计算方法大作业(拉格朗日插值法)个儿你觉得很实用,经过检验,可运行-calculation large operations (Lagrange interpolation) tall you feel very practical tests can be run. !
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1539
    • 提供者:吴雄芝
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com