代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/458870/7286457

c 10tnr.c

#include "stdlib.h" #include "math.h" void tnr(t,h,n,y,f) void (*f)(); int n; double t,h,y[]; { int j; double s,aa,bb,dd,g,dy,dy1,*d,*p,*w,*q,*r; w=malloc(4*n*sizeof(d
www.eeworm.com/read/458870/7286458

c 10elr2.c

#include "stdlib.h" #include "math.h" void elr2(t,h,y,n,eps,f) void (*f)(); int n; double t,h,eps,y[]; { int i,j,m; double hh,p,x,q,*a,*b,*c,*d; a=malloc(n*sizeof(doub
www.eeworm.com/read/458870/7286460

c 10rkt1.c

#include "stdlib.h" void rkt1(t,y,n,h,k,z,f) void (*f)(); int n,k; double t,h,y[],z[]; { int i,j,l; double a[4],tt,*b,*d; b=malloc(n*sizeof(double)); d=malloc(n*size
www.eeworm.com/read/458870/7286465

c 10mrsn.c

#include "stdlib.h" #include "math.h" void mrsn(t,h,n,y,eps,k,z,f) void (*f)(); int n,k; double t,h,eps,y[],z[]; { int i,j,m,nn; double aa,bb,x,hh,p,dt,t0,qq,*a,*b,*c,*d,*u
www.eeworm.com/read/458870/7286467

c 10gjfq.c

#include "stdlib.h" #include "math.h" void gjfq(t,h,n,y,eps,k,z,f) void (*f)(); int n,k; double t,h,eps,y[],z[]; { void rkt(); int i,j; double a,qq,*d,*p,*u,*v,*w;
www.eeworm.com/read/458870/7286472

c 10hamg.c

#include "stdlib.h" #include "math.h" void hamg(t,h,n,y,eps,k,z,f) void (*f)(); int n,k; double t,h,eps,y[],z[]; { void rkt(); int i,j,m; double a,q,*b,*d,*u,*v,*w,*g;
www.eeworm.com/read/458870/7286475

c 10pbs.c

#include "stdlib.h" #include "math.h" void pbs(t,h,n,y,eps,f) void (*f)(); int n; double t,h,eps,y[]; { void rkt(); int i,j,k,m,nn,it; double x,hh,dd,q,p,g[10],*b,*d,
www.eeworm.com/read/458870/7286482

c 10adms.c

#include "stdlib.h" #include "math.h" void adms(t,h,n,y,eps,k,z,f) void (*f)(); int n,k; double t,h,eps,y[],z[]; { void rkt(); int i,j,m; double a,q,*b,*e,*s,*g,*d;
www.eeworm.com/read/458870/7286483

c 10wity.c

#include "stdlib.h" void wity(t,y,n,h,k,z,f) void (*f)(); int n,k; double t,h,y[],z[]; { int i,j; double x,*a,*d; a=malloc(n*sizeof(double)); d=malloc(n*sizeof(doubl
www.eeworm.com/read/458870/7286485

c 10gil.c

#include "stdlib.h" #include "math.h" void gil(t,h,y,n,eps,q,f) void (*f)(); int n; double t,h,eps,y[],q[]; { int i,j,k,m,ii; double x,p,hh,r,s,t0,dt,qq,*d,*u,*v,*g; s