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

搜索资源列表

  1. 插值算法

    0下载:
  2. 用C++编写的插值程序-prepared by the interpolation procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1056
    • 提供者:lin
  1. Newton 插值程序

    0下载:
  2. 本程序的要求是已知几个节点x及节点函数f(x),要求近似函数!只要输出每点函数,对角线上的值,和最后一行的值,为继续插值准备! 例如:0.00 0.00000 0.20 0.20134 0.30 0.30452 0.50 0.52110 得到结果:0.00000 0.20134 1.006700 0.30452 0.083666 0.52110 1.082900 0.170333 0.173334 f(0.230000)=0.249337 Rx(0.230000)=-1.46917e-09f-t
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1299
    • 提供者:无人
  1. 三次样条插值程序

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

  1. matlab插值代码

    0下载:
  2. 包含了双线性双三次等插值程序
  3. 所属分类:matlab例程

    • 发布日期:2012-02-02
    • 文件大小:17864
    • 提供者:goodmoring
  1. interpoly

    1下载:
  2. c语言实现线性插值程序计算井深度,函数的计算量不大-c language program to calculate the linear interpolation to achieve the depth of wells, the function of the calculation is not
  3. 所属分类:Energy industry

    • 发布日期:2017-04-01
    • 文件大小:519
    • 提供者:近至
  1. interpolate

    0下载:
  2. 这是一个分形插值程序,用C写的,里面有示例。本程序只适用于一维数据-This is a fractal interpolation program written in C, there are examples. This procedure applies only to one dimensional data
  3. 所属分类:Fractal program

    • 发布日期:2017-04-01
    • 文件大小:1075
    • 提供者:Leo
  1. lxnwork

    0下载:
  2. 线性非线性 插值程序 用来求出 插值函数的 点具体如内容所属-Linear interpolation procedure used to derive non-linear interpolation function, such as the specific content of their
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:6783
    • 提供者:hujin
  1. ga_fit

    0下载:
  2. 遗传算法插值程序,直接使用-Genetic algorithms interpolation procedures, direct use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:957
    • 提供者:雪肤
  1. SplineInterpolationAitken插值算法 C++程序

    0下载:
  2. 用c++实现spline插值算法,需要的可以下载~~(Implementation of spline interpolation algorithm with c++)
  3. 所属分类:数值算法/人工智能

  1. 第4章 插值

    0下载:
  2. matlab插值计算相关程序,各种插值算法,有十九个文件(Matlab interpolation calculation related procedures, a variety of interpolation algorithms, there are nineteen files)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:10240
    • 提供者:剑客123
  1. matlab插值拟合微分解方程组

    0下载:
  2. matlab插值拟合微分解方程组,用于使用MATLAB求解插值拟合的程序(Matlab interpolation fitting micro decomposition equations, for the use of MATLAB to solve the interpolation fitting program)
  3. 所属分类:其他

  1. 插值与拟合

    0下载:
  2. matlab经典算法的程序\插值与拟合 包括多项式的拟合,多项式的插值,有经典算例(The program of the classical matlab algorithm -- interpolation and fitting)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:179200
    • 提供者:XX峰
  1. 反算NURBS曲线插值控制点并计算NURBS插值曲线

    3下载:
  2. 对于给定的数个离散数据点,使用3次NURBS(非均匀有理B样条曲线)进行插值拟合。该算法程序能够反算出NURBS曲线控制点并绘制经过给定离散点的插值曲线。(For a given number of discrete data points, the 3 NURBS (nonuniform rational B spline curve) is used for interpolation fitting. The algorithm can calculate the control poin
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:mingle113
  1. 牛顿插值法matlab程序代码

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

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:lilynn
  1. 牛顿插值

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

  1. 双三次插值

    0下载:
  2. 三次插值是一种更加复杂的插值方式,它能创造出比双线性插值更平滑的图像边缘。双三次插值方法通常运用在一部分图像处理软件、打印机驱动程序和数码相机中,对原图像或原图像的某些区域进行放大。(Cubic interpolation is a more complex interpolation method that creates a smoother image edge than a bilinear interpolation. The double cubic interpolation m
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:奥特曼11
  1. 插值法程序

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

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:靖哥哥sj
  1. 三次样条插值

    0下载:
  2. 计算方法作业,运用分段插值中的三次样条插值进行数据拟合(Calculation method operation, using cubic spline interpolation in segmented interpolation for data fitting)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:lita-
  1. 三次样条插值

    5下载:
  2. 程序主要实现了三次样条插值,程序注释很详细(It mainly implements cubic spline interpolation with detailed program annotations.)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-17
    • 文件大小:28672
    • 提供者:强儿
  1. 插值法MATLAI程序

    1下载:
  2. 插值法,分段插值,程序运行可靠,可解决问题,仿真结果有2张图可以选择(Interpolation method, piecewise interpolation, the program runs reliably, can solve the problem, simulation results have two pictures to choose)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-04-14
    • 文件大小:7168
    • 提供者:流星的路上
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com