CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - cubic interpolation

搜索资源列表

  1. 7720spline_c

    0下载:
  2. 简单易会的小程序,赚点积分,呵呵!三次样条插值,大家互通有无。-Simple and easy to be a small program, earn points, Ha ha! Cubic spline interpolation, we each others needs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:66387
    • 提供者:lj
  1. vba3Spline

    0下载:
  2. 在VBA和MatLab 环境下运行的 VBA三次样条插值程序。-In the VBA and MatLab environment running VBA cubic spline interpolation procedure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1053
    • 提供者:Atraction
  1. cubicinterpolation8.5

    0下载:
  2. 將輸入的資料以cubic的方式作內插,由輸入的上下限決定範圍-The input information to a way to make cubic interpolation, from the input of the upper and lower limits the scope of the decision
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:134508
    • 提供者:cbacba
  1. cubic_

    1下载:
  2. Subdivision interpolation using cubic B-spline wavelet Average interpolation using cubic B-spline wavelet
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1405
    • 提供者:
  1. SANCIYANGTIAOCHAZHI

    0下载:
  2. 程序实现了三次样条插值的算法,经过测试程序可以放心使用。-Program achieved a cubic spline interpolation algorithm, can be assured through the use of test procedures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:298636
    • 提供者:gxc
  1. cubic

    0下载:
  2. Source code of tiny library for cubic interpolation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2679
    • 提供者:Marchez
  1. spline

    0下载:
  2. 自己写的一个数值计算的题目,用matlab实现三次样条插值(I类),测试通过。- To achieve cubic spline interpolation (I) using matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:530
    • 提供者:hu mou
  1. chazhi5

    0下载:
  2. 实现了牛顿插值与三次样条插值,并进行比较。-Implements the Newton interpolation and cubic spline interpolation, and comparison
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1143
    • 提供者:vickey
  1. test_new

    0下载:
  2. 用matlab编程实现三次样条插值拟合曲线-Cubic spline interpolation curve fitting using matlab programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:781
    • 提供者:杨智
  1. chazhi

    0下载:
  2. 利用三次样条曲线进行函数插值,程序可以直接调用,其中插值点的自变量应按升序排列-Using cubic spline function interpolation curve, the program can be called directly, the interpolation points of arguments should be in ascending order
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1121
    • 提供者:lizhuqiang
  1. Spline

    0下载:
  2. 三次样条插值函数C++实现,包含I型边界条件和II型边界条件。封装在CSpline类中,可以直接调用。-Cubic spline interpolation function in C++, including type I and type II boundary conditions. Encapsulated in CSpline class, you can call directly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3287233
    • 提供者:蒋锦朋
  1. math4

    0下载:
  2. 三次样条插值函数,可以直接调用,本人亲测过来,用了matlab现成的函数在里面-Matlab cubic spline interpolation function can be called directly
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2171
    • 提供者:he
  1. cubic-hystart

    0下载:
  2. 三次插值的MATLAB代码,该算法简单易懂,应用广泛,非常实用。-MATLAB code cubic interpolation, the algorithm is simple and easy to understand, widely used, very practical.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1221407
    • 提供者:任青
  1. Using-cubic-spline-interpolation-

    0下载:
  2. 用三次样条插值,最小二乘法,牛顿法做的一个数值计算,有源代码和具体例子-Using cubic spline interpolation, least square method, one of Newton s method to do numerical calculation, have the source code and specific examples
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:172984
    • 提供者:曹艳青
  1. 002

    0下载:
  2. 系统为4-PPM光子通信系统,拉格郎日立方插值滤波器-System for 4-PPM photonic communication system, Lagrange cubic interpolation filter
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3406
    • 提供者:唐迎春
  1. splinebijaio

    0下载:
  2. 最小二乘拟和法和三次插值法的对比,结构显示三次样条插值法更适合精度比较高的情景-The comparison between the least squares fitting method and the cubic interpolation method shows that the cubic spline interpolation method is more suitable for the scene with higher precision
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:16711
    • 提供者:syl
  1. 插值

    1下载:
  2. 采用下拉菜单的方式实现数字插值方式的选择,并通过回调函数完成相应的插值算法和图像显示,在原始数据的输入和处理上,主要采用字符串的写入和读取与处理方式,实现对原始数据读入和分析。本次设计是对单选按钮的使用、按钮控件的应用及轴显示图形应用的综合设计,最终实现了多种插值算法的切换。通过设计与调试,本工具包集成了一维插值和二维插值中的最邻近插值,最小立方插值,线性插值等插值算法,最后达到对同一组数据可以用不同插值方法设计,通过优化处理得到适合插值算法。(The drop-down menu select
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:15360
    • 提供者:jrhc
  1. linear interpolation

    0下载:
  2. 拉格朗日线性插值方法,可用于曲线拟合,是一种重要的数值计算工具(Lagrange interpolation is an important method to fit the cubic or other even multiple-degree curve.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:大河河
  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-01
    • 文件大小:1024
    • 提供者:奥特曼11
  1. Cubic spline interpolation & codes

    0下载:
  2. cubic spline interpolation
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:141312
    • 提供者:jojonice
« 12 »
搜珍网 www.dssz.com