代码搜索:插值算法
找到约 10,000 项符合「插值算法」的源代码
代码结果 10,000
www.eeworm.com/read/342207/12035580
pps 插值与拟合.pps
www.eeworm.com/read/250634/12395336
pps 插值与拟合.pps
www.eeworm.com/read/232331/14198151
pps 插值与拟合.pps
www.eeworm.com/read/125071/14514833
c 分段抛物插值.c
#include
#include
#define n 5
main()
{int i,l,m;
double s=0,t,w=2.5;double x[n+1]={1,2,3,4,5,6},y[n+1]={1,4,9,16,25,36};
for(i=2;i
www.eeworm.com/read/223037/14663225
ppt 插值与拟合.ppt
www.eeworm.com/read/121839/14735481
c newton 插值程序.c
#include
#define N 10
#define M 20
float x[N],f[N],h[N],g[M],xx=0.23;
int n=0;
Print(); /*输出函数*/
Read() ; /*读数函数*/
Control(int i); /*控制计算行*
www.eeworm.com/read/219067/14896391
pps 插值与拟合.pps
www.eeworm.com/read/116693/14959015
rtf 函数插值方法.rtf
www.eeworm.com/read/116351/14978277
c 牛顿前插值.c
#include"stdio.h"
#include"math.h"
main()
{
int n,i,j;
float x[10],y[10],z,h,t,s;
printf("请输入自变量X个数:\n");
scanf("%d",&n);
printf("请输入自变量X值:\n");
for(i=0;i
www.eeworm.com/read/735/4526