搜索资源列表
Text1
- opengl实现线性插值 基于VC++实现 计算机动画实验-opengl achieve linear interpolation based on computer animation in VC++ test
插值方法
- 插值算法:插值方法包括:(1)线性插值(2)抛物插值(3)拉格朗日插值。三种方法都是利用离散的数据近似模拟曲线函数走向,从而给出指定离散点对应的函数值。选用不同类型的插值函数,逼近的效果不同,线性插值需要根据给定的两个点,抛物插值需要给定三个点,一般形式则通过拉格朗日插值来求解(Interpolation algorithms: interpolation methods include: (1) linear interpolation (2) parabolic interpolation
直线插补程序
- 实现matlab直线插补仿真,matlab数据采样法的直线插补(Realization of linear interpolation simulation.)