代码搜索:插值算法
找到约 10,000 项符合「插值算法」的源代码
代码结果 10,000
www.eeworm.com/read/319870/13441306
cpp 线性插值.cpp
#include
#define F(x) (1/(1+25*(x)*(x)))
#include
#define N 32
#define M 200
#define F1(x0,x1) ((F(x1)-F(x0))/(x1-x0))
#define F2(x0,x1,x2) ((F1(x1,x2)-F1(x0,x1))/(x2-x0))
d
www.eeworm.com/read/317073/13510848
pps 插值与拟合.pps
www.eeworm.com/read/312038/13619853
pps 插值与拟合.pps
www.eeworm.com/read/305844/13760039
pps 插值与拟合.pps
www.eeworm.com/read/303462/13815821
cpp lagrange插值法.cpp
#include
#include
void main( )
{
int n,i,j;
float * x, * y, xWant, LI, PN = 0;
printf("请输入结点个数\nN="); //输入结点个数
scanf("%d", &n);
x = (float *)malloc(n * sizeof
www.eeworm.com/read/482381/6623702
doc lagrange 插值函数.doc
www.eeworm.com/read/264809/11300137
pps 插值与拟合.pps
www.eeworm.com/read/408185/11402609
pps 插值与拟合.pps
www.eeworm.com/read/405380/11464082
pps 插值与拟合.pps
www.eeworm.com/read/344867/11855584