搜索资源列表

  1. chazhisuanfa

    0下载:
  2. 已知f(xn)=yn ,n=0,1,2,…,N;求通过这N+1个节点{(xn,yn)| n=0,1,2,…,N }的插值函数Pn (x)。 设计出具体的程序,分别使用拉格朗日插值,牛顿插值和三次自然样条三种算法绘制出相应的插值曲线。用三条不同颜色的曲线来表示三种插值方法在一段区间内的插值函数。要求动态显示曲线绘制全过程。-Known f (xn) = yn, n = 0,1,2, ..., N seeking the passage
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:jack
  1. B-SPLINE

    0下载:
  2. 二次或三次B样条函数插值函数vc++实现-Secondary or three B-spline function interpolation function vc++ Realize
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:xxt
  1. bbb

    0下载:
  2. 这是我编的利用三次样条法进行函数插值的程序。-This is for my use of cubic spline function interpolation method procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:陈一
  1. insert

    0下载:
  2. 插值问题:实现了三次自然样条插值函数和Lagrang插值多项式-Interpolation: Implementation of three natural spline interpolation polynomial functions and Lagrang
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:刘华杰
  1. spline

    0下载:
  2. C语言实现三次样条插值公式,可用于求解函数在某一区间上的函数值-Cubic spline interpolation formula C language function value can be used to solve the function in a given interval
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:木惜
  1. spline

    0下载:
  2. 本程序实现的是三个样条插值,根据自己对三次样条插值的理论的理解,进行编写函数,在matlab中进行语句调用-The program is three spline interpolation, cubic spline based on his understanding of the theory of interpolation for writing functions in matlab for statement calls
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:zhaoxuejing
  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, param
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:272384
    • 提供者:杨红庄
  1. Cublic-spline-interpulation

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

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:江周
  1. Cpp4

    0下载:
  2. 三次样条插值求函数近似值;追赶法求解方程组。-Cubic spline interpolation for function approximation catching method for solving equations.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhangwd
  1. assignment5

    0下载:
  2. 牛顿插值多项式和三次样条插值多项式: 已知: 当时: 计算函数在点处的值; 求插值数据点的牛顿插值多项式和三次样条插值多项式; 计算和相应的函数值和牛顿插值多项式和三次样条插值多项式; 计算和并解释你得到的结果。-Newton interpolation polynomial and cubic spline interpolation polynomial
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:陈凤
  1. yangtiao

    0下载:
  2. 此程序给出了如何对函数进行分片三次样条插值的实例-This program shows how to slice on the function instance cubic spline interpolation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:向桥
  1. sanciyangtiao

    0下载:
  2. 计算方法中三次样条插值方法,通过input实现功能选择,直接输入节点值即可得到插值函数。-Calculation method cubic spline interpolation method to realize the function by input selection, direct input node value can be obtained by interpolation function.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:luyaheng
  1. tyu

    0下载:
  2. 利用matlab编写三次样条插值法拟合函数的一般化程序-Cubic spline function using matlab fit function generalization programming
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:郭锦
  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 th
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:56320
    • 提供者:k
  1. interp2

    0下载:
  2. 早期工程师制图时,把富有弹性的细长木条(所谓样条)用压铁固定在样点上,在其他地方让它自由弯曲,然后沿木条画下曲线。成为样条曲线 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Early engineer drawings, the flexible elongated wood (so-called spline) by the weight fixed on
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:Jack
  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-mom
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:leejacob
  1. Three-order-spline-inter

    0下载:
  2. 在许多问题中,通常根据实验、观测或经验得到的函数表或离散点上的信息,去研究分析函数的有关特性。其中插值法是一种最基本的方法,以下给出最基本的插值问题——三次样条插值的基本提法 -In many problems, usually according to the experiment, observation or experience the function table or discrete points on the relev
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:625664
    • 提供者:daipinxuan
  1. matlab

    0下载:
  2. 牛顿插值法和三次样条插值法在求解插值函数中的应用程序-Newton interpolation method and cubic spline interpolation method in solving the interpolation function of the application
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:JAYLIUWEN
  1. Spline

    0下载:
  2. 三次样条插值,适用matlab。三次样条插值是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Cubic spline interpolation for matlab. Cubic spline interpolation through a series of key points of a smooth curve, mathematically by solving the three mome
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:tracy
  1. Spline

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ZHANCHENCHAO
« 1 2 3 4 5 6 7 89 10 11 »

源码中国 www.ymcn.org