代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/320996/13414093

h list.h

#include // cin 及 cout #include // 用到申请内存函数 malloc() 和释放内存函数 free() #include // 字符串处理 #include // 文件操作(读文件) #include //
www.eeworm.com/read/320570/13423026

c 4cinv.c

#include "stdlib.h" #include "stdio.h" int cinv(ar,ai,n) 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/318926/13466274

c 4cinv.c

#include "stdlib.h" #include "stdio.h" int cinv(ar,ai,n) 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/317333/13505729

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/152814/5666338

c util_funcs.c

/* * util_funcs.c */ #include #if HAVE_IO_H #include #endif #include #if HAVE_STDLIB_H #include #endif #if HAVE_MALLOC_H #include #endif #include
www.eeworm.com/read/142185/5765883

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/136989/5826886

makefile

# Makefile,v 1.1 2004/01/01 21:01:00 shuston Exp # # Copyright 2003 Addison-Wesley Inc. All Rights Reserved. BIN = Hash_Map Malloc Mem_Map PI_Malloc Pool_Growth SOURCES = $(addsuffix .cpp,$(BI
www.eeworm.com/read/368258/6348836

c stack.c

// file: stack.c #include "stack.h" #include "malloc.h" #include "string.h" // 构造一个空栈 bool InitStack(SqStack *S, uint8 elemsize) { S->base = (byte *)malloc(STACK_INIT_SIZE* elemsize);
www.eeworm.com/read/492904/6413624

c 4cinv.c

#include "stdlib.h" #include "stdio.h" int cinv(ar,ai,n) 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/258481/11859569

c xianxingbiaonizhi(shunxubiao).c

/* 程序名 */ #include #include #include /* malloc()等 */ #include /* INT_MAX等 */ #include /* EOF(=^Z或F6),NULL */ #include /* atoi