CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 三次样条函数

搜索资源列表

  1. adfasdfsdf

    0下载:
  2. 计算方法中三次样条插值函数的C++源程序-calculation method cubic spline interpolation function of the C source
  3. 所属分类:Windows编程

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

    0下载:
  2. 用MATLAB画出三次样条插值函数曲线图(先用C++求出M)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3327
    • 提供者:ren
  1. sanciyangtiao

    0下载:
  2. 三次样条插值的C++实现。利用三次样条插值函数。比较简单实用,内含实验数据。-the realization of the sanci yangtiao chazhi haha~
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:161681
    • 提供者:江离
  1. bSPLLIE22i

    0下载:
  2. 双三次样条插值方法,内含含函数和函数调用的源码实例 -Bicubic spline interpolation method that contains the source code examples containing functions and function calls
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:792
    • 提供者:slim
  1. QtSpline

    0下载:
  2. 利用Qt实现三次样条插值,主要实现函数型和参数型,函数型包括自由边界和抛物边界,参数型包括均匀参数化,弦长参数化和向心参数化-Use Qt to achieve cubic spline interpolation, the main function type and parameter type, function type, including free boundary and parabolic boundary, parameter types, including uniform
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:272064
    • 提供者:杨红庄
  1. Cublic-spline-interpulation

    0下载:
  2. 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Cubic spline interpolation
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:9078
    • 提供者:江周
  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-12
    • 文件大小:1121
    • 提供者:lizhuqiang
  1. Three_Times_spline_Interpolation

    0下载:
  2. 自己写的一个三次样条插值以及函数绘图,支持第一种和第二种边界条件,随机生成坐标点数,以及指定插值点数-To write a cubic spline interpolation and function mapping, support for the first and second boundary conditions, randomly generated coordinate points, and to specify the interpolation points
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:56750
    • 提供者:k
  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. matlab

    0下载:
  2. 使用Matlab编程实现根据给定数值求三次样条插值函数-According to the given value seeking cubic spline interpolation function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:76064
    • 提供者:灰灰
  1. spline3

    0下载:
  2. 三次样条插值函数的函数值,在matlab中的m文件,输入数据可以直接应用-the function of spline3
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:朱立
  1. cubic_spline_wavelet_interpolation

    0下载:
  2. 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。本函数中采用第一类边界值-Cubic spline interpolation (referred Spline interpolation) through a series of key points of a smooth curve, mathematically by solving the three-moment equations derived curve fu
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:944
    • 提供者:leejacob
  1. Spline

    0下载:
  2. 选择合适离散点,应用三次样条插值法逼近龙格函数-Select the appropriate discrete points, cubic spline interpolation function approximation Longa
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:861
    • 提供者:ZHANCHENCHAO
  1. sanciyangtiao

    0下载:
  2. 三次样条插值函数,包括程序以及仿真图,仿真结果说明其仿真结果随着n的增大越来越接近真实值-Cubic spline interpolation function, including program and simulation diagram Simulation results show that the simulation results as n increases more and more close to the true value
  3. 所属分类:Other systems

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

    0下载:
  2. 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-Written by cubic spline interpolation function source code, and write the program for the specific problem to solve
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:lawkfv
  1. provatyping-distinguish

    0下载:
  2. 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-Written by cubic spline interpolation function source code, and write the program for the specific problem to solve
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:Phoennq
  1. lfbyex349

    0下载:
  2. 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-Written by cubic spline interpolation function source code, and write the program for the specific problem to solve
  3. 所属分类:Other systems

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:darive
  1. HXJCNQ

    0下载:
  2. 背单词程序数值微分包括用插值多项式求数值导数用三次样条函数()
  3. 所属分类:其他小程序

    • 发布日期:2017-12-28
    • 文件大小:186368
    • 提供者:mfweg%249126
  1. rluk

    0下载:
  2. 背单词程序 数值微分包括用插值多项式求数值导数 用三次样条函数()
  3. 所属分类:其他小程序

    • 发布日期:2018-01-02
    • 文件大小:186368
    • 提供者:Ktlly
« 1 23 »
搜珍网 www.dssz.com