代码搜索:插值算法

找到约 10,000 项符合「插值算法」的源代码

代码结果 10,000
www.eeworm.com/read/482381/6623703

txt 被逼近函数和lagrange插值函数.txt

int i,j,e; float x,y,p_x,p_y,temp,xx[11],yy[11],mm[11],sum,p_sum; Form1->Canvas->Pen->Color=clBlack;//轴色 Form1->Canvas->MoveTo(100,300);Form1->Canvas->LineTo(450,300);//横轴 Form1->Canva
www.eeworm.com/read/120395/14804102

txt 用c语言编写牛顿插值程序.txt

用C语言编写牛顿插值程序 #include "stdio.h" #define N 4 main() { float x0[N+1],y0[N+1],a[N+1]; float x, t,sum; int i,j,m; printf("input x="); scanf("%f",&x); printf("\ninput the array x0[
www.eeworm.com/read/118180/14884009

txt 用c语言编写牛顿插值程序.txt

用C语言编写牛顿插值程序 #include "stdio.h" #define N 4 main() { float x0[N+1],y0[N+1],a[N+1]; float x, t,sum; int i,j,m; printf("input x="); scanf("%f",&x); printf("\ninput the array x0[
www.eeworm.com/read/111898/15500713

cpp splin2(用于计算插值结果).cpp

void splin2(double x1a[], double x2a[], double ya[][11], double y2a[][11], int m, int n, double x1, double x2, double& y) { double ytmp[100], y2tmp[100], yytmp[100]; int j,k; for (j = 1
www.eeworm.com/read/482925/6616246

cpp 数值概率算法求pi值.cpp

#include #include #include using namespace std; void main() { int x,y,t=999,n=10000;//n为打进的总点数 ,t为半径 srand((unsigned)time(NULL)); //获取系统时钟,转换成整型作为”种子” int k=
www.eeworm.com/read/382532/9022985

m oneinterp2.m

%一维插值函数,用于气动参数插值,输入变量依次为:攻角数组,二维待插参数数组,插值点攻角值,二维待插参数数组中要插值的行数 function W = oneinterp2(t1,t3,t4,t6) [x y]=size(t3); if t4t1(y)%攻角大于最大给定攻角值