文件名称:插值方法
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2017-11-05
- 文件大小:
- 8kb
- 下载次数:
- 0次
- 提 供 者:
- HAI&am*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
插值算法:插值方法包括:(1)线性插值(2)抛物插值(3)拉格朗日插值。三种方法都是利用离散的数据近似模拟曲线函数走向,从而给出指定离散点对应的函数值。选用不同类型的插值函数,逼近的效果不同,线性插值需要根据给定的两个点,抛物插值需要给定三个点,一般形式则通过拉格朗日插值来求解(Interpolation algorithms: interpolation methods include: (1) linear interpolation (2) parabolic interpolation (3) Lagrange interpolation. The three methods use the discrete data to approximately simulate the curve function trend, and then give the function values corresponding to the designated discrete points. Different interpolation functions are used, and the effect of approximation is different. Linear interpolation needs to give three points according to the given two points, and the general form is solved by Lagrange interpolation)
相关搜索: 插值方法
(系统自动生成,下载前可以参看下载内容)
下载文件列表
插值方法\插值方法.c
插值方法\插值方法.exe
插值方法
插值方法\插值方法.exe
插值方法