代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/387310/8694429

c 15topo.c

#include "stdlib.h" void topo(n,r,m,p) int n,m,p[],r[]; { int top,i,j,k,t,*s,*g,*f; struct node { int suc; int next; } *q; q=(struct node *)malloc(m*sizeo
www.eeworm.com/read/387310/8694511

c 13lman.c

#include "stdlib.h" #include "4rinv.c" int lman(n,m,k,f,q,r,h,y,x,p,g) int n,m,k; double f[],q[],r[],h[],y[],x[],p[],g[]; { int i,j,kk,ii,l,jj,js; double *e,*a,*b; e=mallo
www.eeworm.com/read/387278/8695921

c framecodehuffman.c

void HuffmanCoding (HuffmanTree &HT,HuffmanCode &HC,int *w,int n) { if(n
www.eeworm.com/read/287194/8710136

c 7ngin.c

#include "math.h" #include "stdlib.h" #include "6gmiv.c" int ngin(m,n,eps1,eps2,x,ka,f,s) void (*f)(),(*s)(); int m,n,ka; double eps1,eps2,x[]; { int i,j,k,l,kk,jt; doubl
www.eeworm.com/read/287194/8710183

c 7netn.c

#include "stdlib.h" #include "math.h" #include "stdio.h" #include "6gaus.c" int netn(n,eps,t,h,x,k,f) int n,k; void (*f)(); double eps,t,h,x[]; { int i,j,l; double am,
www.eeworm.com/read/287194/8710319

c 12lplq.c

#include "stdlib.h" #include "4rinv.c" #include "4trmul.c" int lplq(a,b,c,m,n,x) int m,n; double a[],b[],c[],x[]; { int i,mn,k,j,l,*js; double s,z,dd,y,*p,*d; js=mall
www.eeworm.com/read/287194/8710430

c 6gmqr.c

#include "4maqr.c" #include "stdlib.h" int gmqr(a,m,n,b,q) int m,n; double a[],b[],q[]; { int i,j; double d,*c; int maqr(double [],int,int,double []); c=malloc(n*size
www.eeworm.com/read/287194/8710451

c 6grad.c

#include "4trmul.c" #include "math.h" #include "stdlib.h" #include "stdio.h" void grad(a,n,b,eps,x) int n; double a[],b[],x[],eps; { int i,k; double *p,*r,*s,*q,alpha,bet
www.eeworm.com/read/287194/8710491

c 6bint.c

#include "4trmul.c" #include "6gaus.c" #include "stdlib.h" #include "math.h" #include "stdio.h" int bint(a,n,b,eps,x) int n; double a[],b[],x[],eps; { int i,j,k,kk; do
www.eeworm.com/read/287194/8710541

c 10rkt2.c

#include "stdlib.h" #include "math.h" void rkt2(t,h,y,n,eps,f) void (*f)(); int n; double t,h,eps,y[]; { int m,i,j,k; double hh,p,dt,x,tt,q,a[4],*g,*b,*c,*d,*e; g=mall