代码搜索:双积分AD

找到约 10,000 项符合「双积分AD」的源代码

代码结果 10,000
www.eeworm.com/read/316593/13520604

pdf 卷积分析法.pdf

www.eeworm.com/read/337991/12330634

ewb 积分和微分电路.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "" EncryptionType: 2 UsingVectorGraphics: 0 /000@D0I0?4D
www.eeworm.com/read/127195/14370035

txt 自适应simpson积分算法.txt

#include #include #include #include #include #define n 100 float f(float x) { float y; y=x*((float)sqrt(1+x*x)); return(y); } voi
www.eeworm.com/read/213547/15130646

c 龙格贝积分算法.c

//龙格贝积分算法// //对于不同f(x),修改程序#define f(x)项,本例f(x)=sin(x),区间[a,b]=[1,2],初始h=(b-a)/n=(b-a)/20 #include "stdio.h" #include "math.h" #define f(x) (sin(x)) #define N_H 20 #define MAXREPT 10 #def
www.eeworm.com/read/213488/15133934

c 龙格贝积分算法.c

//龙格贝积分算法// //对于不同f(x),修改程序#define f(x)项,本例f(x)=sin(x),区间[a,b]=[1,2],初始h=(b-a)/n=(b-a)/20 #include "stdio.h" #include "math.h" #define f(x) (sin(x)) #define N_H 20 #define MAXREPT 10 #def