代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/349004/10856295

c jtf.c

#include "funct.c" void jtf(double x0[],double h0,double s[],int n,double a[],double b[]) {int i; double *x[3],h,f1,f2,f3; for(i=0;i
www.eeworm.com/read/349004/10856308

c jtf.c

#include "funct.c" void jtf(double x0[],double h0,double s[],int n,double a[],double b[]) {int i; double *x[3],h,f1,f2,f3; for(i=0;i
www.eeworm.com/read/349004/10856322

c jtf.c

#include "funct.c" void jtf(double x0[],double h0,double s[],int n,double a[],double b[]) {int i; double *x[3],h,f1,f2,f3; for(i=0;i
www.eeworm.com/read/419463/10867176

c mpeg2ply.c

/* patched version from July 13, 1994 */ /* mpeg2dec.c, main(), initialization, option processing */ /* Copyright (C) 1994, MPEG Software Simulation Group. All Rights Reserved. */
www.eeworm.com/read/418459/10944633

c pr_loqo.c

/* * File: pr_loqo.c * Purpose: solves quadratic programming problem for pattern recognition * for support vectors * * Author: Alex J. Smola * Created: 10/14/97
www.eeworm.com/read/417431/10990111

c pr_loqo.c

/* * File: pr_loqo.c * Purpose: solves quadratic programming problem for pattern recognition * for support vectors * * Author: Alex J. Smola * Created: 10/14/97
www.eeworm.com/read/417218/10999807

c pr_loqo.c

/* * File: pr_loqo.c * Purpose: solves quadratic programming problem for pattern recognition * for support vectors * * Author: Alex J. Smola * Created: 10/14/97
www.eeworm.com/read/270917/11019911

c 12cplx.c

#include "stdlib.h" int cplx(n,m,a,b,alpha,eps,x,xx,k,s,f) int n,m,k; void (*s)(); double a[],b[],alpha,eps,x[],xx[],(*f)(); { double rn(double *); int r,g,i,j,it,kt,jt,kk;
www.eeworm.com/read/270917/11020146

c 10gear.c

#include "math.h" #include "stdlib.h" #include "4rinv.c" int gear(a,b,hmin,hmax,h,eps,n,y0,k,t,z,ss,f) void (*f)(),(*ss)(); int n,k; double a,b,hmin,hmax,h,eps,y0[],t[],z[];
www.eeworm.com/read/440151/6966210

readme

ptmalloc - a multi-thread malloc implementation =============================================== Wolfram Gloger (wg@malloc.de) 19 Dec 1999 Introduction ============ ptmalloc.c is a modified versio