代码搜索:FREE 有哪些应用?

找到约 10,000 项符合「FREE 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/111973/15498782

c cinv.c

#include "stdlib.h" #include "stdio.h" int cinv(n,ar,ai) int n; double ar[],ai[]; { int *is,*js,i,j,k,l,u,v,w; double p,q,s,t,d,b; is=malloc(n*sizeof(int)); js=malloc
www.eeworm.com/read/110705/15527287

c rgauss.c

#include "stdlib.h" #include "math.h" #include "stdio.h" int rgauss(n,a,b) int n; double a[],b[]; { int *js,l,k,i,j,is,p,q; double d,t; js=malloc(n*sizeof(int)); l
www.eeworm.com/read/109517/15555742

htm bison_2.htm

Bison 1.25 - Conditions for Using Bison
www.eeworm.com/read/108874/15572930

htm ei3.htm

Effective C++, 2E | Item 3: Prefer new and delete to malloc and free Back to Item 2: Prefer to . Continue to Item 4: Prefer C++-style comments. Item 3: Prefer new and delete to ma
www.eeworm.com/read/104574/15689701

readme

Consultant Communicator 2.0.2 Release 11/18/01 Copyright (C) 2000, 2001 Free Software Foundation, Inc. Permission is granted to copy, distribute, and/or modify this document under the terms of the G
www.eeworm.com/read/102720/15761874

3 malloc.3

MALLOC(3) Minix Programmer's Manual MALLOC(3) NAME malloc, free, realloc, calloc, alloca - memory allocator SYNOPSIS #include
www.eeworm.com/read/101783/15817153

htm ei3.htm

Effective C++, 2E | Item 3: Prefer new and delete to malloc and free Back to Item 2: Prefer to . Continue to Item 4: Prefer C++-style comments. Item 3: Prefer new and delete to ma
www.eeworm.com/read/166882/9991674

h ballfre.h

#include #include "structure.h" static unsigned int block_buf[BLOCKSIZ/sizeof(int)]; unsigned int balloc() { unsigned int free_block; int i,flag; if(filsys.s_nfree==0) {
www.eeworm.com/read/442397/7653543

h ttile.h

/***************************************************************************** TTile.h -- Tile definition *****************************************************************************/ #ifndef _
www.eeworm.com/read/198871/7905381

c storage.c

/*********************************************************************** * * Handle storage allocation and deallocation for multi-dimensional * arrays. * * Allocation routines return NULL o