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

搜索资源列表

  1. 3ciyangtiao

    0下载:
  2. 三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.87kb
    • 提供者:
  1. adfasdfsdf

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

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

    0下载:
  2. echo off %优化工具箱简明教程 %TUTDEMO Tutorial for Optimization Toolbox. % Copyright (c) 1990-98 by The MathWorks, Inc. % 根据数据(x,y)给出在xi的线性插值结果yi.. % 使用\"非扭结\"端点条件, 即强迫第一﹑二端多项式三次项系数相同, 最后一段和倒数第二段三次项系数相同. %pp=spline(x,y)返回样条插值的分段多项式(pp形式)结构.其中br
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.65kb
    • 提供者:王志波
  1. CAGD-B

    0下载:
  2. 利用C++解决CAGD中的连续的三次B样条插值问题
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.53kb
    • 提供者:形成
  1. bbb

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

    • 发布日期:2008-10-13
    • 文件大小:3.25kb
    • 提供者:ren
  1. 田园背单词

    0下载:
  2. 背单词程序 数值微分:包括用插值多项式求数值导数 用三次样条函数...原理和程序设计语言(C语言或FORTRAN语言或BASIC... -a programme for learning vocabulary.It s chinese explain contain too much information,but useless!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:183.67kb
    • 提供者:sxp
  1. natural-cubic-spline-interpolation

    0下载:
  2. 文本输入输出,实现数值计算的自然三次样条插值法-Text input and output, numerical calculation to achieve a natural cubic spline interpolation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:149.82kb
    • 提供者:姜北樵
  1. sanciyangtiaochazhi

    0下载:
  2. 三次样条插值C源程序,解决数值计算中的一些难点问题-Cubic spline interpolation C source code to address some of the numerical calculation of difficult problems
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:720byte
    • 提供者:登极士
  1. sanciyangtiao

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

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

    0下载:
  2. 这是一个基于Visual C++ 6.0的windows程序,利用说三次样条插值,B样条插值,和Bezier曲线实现了曲线的生成-This is based on Visual C++ 6.0 for windows programs, the use of that cubic spline interpolation, B-spline interpolation, and Bezier curves to achieve the generation of the curve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1.91mb
    • 提供者:zhouting
  1. cSharpmatlabtaskcal

    0下载:
  2. 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:323.79kb
    • 提供者: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
    • 文件大小:3.13mb
    • 提供者:蒋锦朋
  1. ConsoleApplication1

    0下载:
  2. C#写的两个简单的小程序,分别用牛顿插值法和三次样条插值法来进行插值。-A program written by C#. It uses Newton Interpolation Method and Spline Interpolation Method
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:27.52kb
    • 提供者:从陆文
  1. 三次样条曲线

    0下载:
  2. 3种源码,三次样条函数算法C++源代码,用于工程上计算平滑曲线的插值计算.(3 source code, three spline function algorithm C++ source code, for engineering calculation of smooth curve interpolation calculation)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:6.27mb
    • 提供者:yuanbs
  1. 数值分析上机C语言代码

    1下载:
  2. 龙贝格积分 高斯列主消元法 牛顿迭代 三次样条插值 龙格卡塔(Romberg integration Gauss principal elimination method Newton iteration three spline interpolation Runge Cartagena)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:93kb
    • 提供者:咸咸甜甜
  1. 三次样条函数插值

    2下载:
  2. 3次样条插值的c++代码实现,包括原理说明,代码实现等(C++ code implementation of 3 spline interpolation)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:470kb
    • 提供者:astle
  1. 三次四阶b样条插值算法(Deboor算法)

    2下载:
  2. 本代码为三次B样条曲线插值算法,ZIP压缩包为整个工程,可直接使用(This code is cubic B-spline curve interpolation algorithm, ZIP compression package for the whole project, can be used directly.)
  3. 所属分类:Windows编程

    • 发布日期:2020-04-29
    • 文件大小:37.44mb
    • 提供者:陈哈
搜珍网 www.dssz.com