代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/260625/11716752

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/156534/11793817

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/154848/11923045

readme

This is the standalone distribution of GNU malloc. GNU malloc is part of the GNU C Library, but is also distributed separately. If you find bugs in GNU malloc, send reports to bug-glibc@prep.ai.mit.e
www.eeworm.com/read/154848/11923129

c realloc.c

/* Change the size of a block allocated by `malloc'. Copyright 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. Written May 1989 by Mike Haertel. This library is free software; y
www.eeworm.com/read/255827/12054023

c fdtd.c

/* FTDT - calculater - main program*/ #include #include #include #include #include #include #include "engine.h" #define BUFSIZE 256 /
www.eeworm.com/read/151847/12169601

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/151847/12169864

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/340186/12176902

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/340184/12177015

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/339991/12188648

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