代码搜索:SIMP

找到约 1,031 项符合「SIMP」的源代码

代码结果 1,031
www.eeworm.com/read/312649/13606983

c simp.c

#include "c.h" #include static char rcsid[] = "$Id: simp.c,v 1.1 2002/08/28 23:12:45 drh Exp $"; #define foldcnst(TYPE,VAR,OP) \ if (l->op == CNST+TYPE && r->op == CNST+TYPE) \ r
www.eeworm.com/read/310520/13649859

c simp.c

#include #include double Function(double); double SIMP1(double,double,int); double SIMP2(double,double,double); void main() { double a1,b1,eps; int n1; double Result
www.eeworm.com/read/302261/13838295

chr simp.chr

www.eeworm.com/read/148721/5709539

c simp.c

#include "c.h" #include #define foldcnst(TYPE,VAR,OP) \ if (l->op == CNST+TYPE && r->op == CNST+TYPE) \ return cnsttree(ty, l->u.v.VAR OP r->u.v.VAR) #define commute(L,R) \ if
www.eeworm.com/read/142185/5765860

c simp.c

#include "math.h" double simp(a,b,eps,f) double a,b,eps,(*f)(); { int n,k; double h,t1,t2,s1,s2,ep,p,x; n=1; h=b-a; t1=h*((*f)(a)+(*f)(b))/2.0; s1=t1; ep=eps+1.0;
www.eeworm.com/read/128026/5993037

c simp.c

#include #include double Function(double); double SIMP1(double,double,int); double SIMP2(double,double,double); void main() { double a1,b1,eps; int n1; double Result
www.eeworm.com/read/117364/6104221

config simp.config

simp { com.sun.security.auth.module.KeyStoreLoginModule required keyStoreURL ="file:C:/java/ch9/SimpLogin/mykeystore"; }; simp2 { SampleLoginModule required; };
www.eeworm.com/read/117364/6104304

config simp.config

simp { com.sun.security.auth.module.KeyStoreLoginModule required keyStoreURL ="file:C:/java/ch9/SimpLogin/mykeystore"; }; simp2 { SampleLoginModule required; };
www.eeworm.com/read/107846/6188206

c simp.c

#include #include double Function(double); double SIMP1(double,double,int); double SIMP2(double,double,double); void main() { double a1,b1,eps; int n1; double Result
www.eeworm.com/read/145285/6350550

c simp.c

#include #include double Function(double); double SIMP1(double,double,int); double SIMP2(double,double,double); void main() { double a1,b1,eps; int n1; double Result