代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/477764/6733863

c encode.c

/* ENCODE.C - Encode message blocks. */ #include #include #include #include #include "rand.h" #include "alloc.h" #include "blockio.h" #include "o
www.eeworm.com/read/476355/6757942

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);
www.eeworm.com/read/264167/11326963

h _p.h

// OraLib 0.0.3 / 2002-06-30 // _p.h (precompiled header) // // http://606u.dir.bg/ // 606u@dir.bg #if defined (_MSC_VER) // Microsoft Visual C++ # define _CRTDBG_MAP_ALLOC #endif // disab
www.eeworm.com/read/409272/11337623

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);
www.eeworm.com/read/406613/11439035

c heapwalk.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; struct heapinfo node = { NULL, 0, 0}; buffer1 = malloc(100); buffer2 = malloc(200);
www.eeworm.com/read/403522/11515131

txt c语言库函数(s类字母) - 1.txt

函数名: sbrk 功 能: 改变数据段空间位置 用 法: char *sbrk(int incr); 程序例: #include #include int main(void) { printf("Changing allocation with sbrk()\n"); prin
www.eeworm.com/read/347982/11620026

c 95.c

#include #include #include #include /*字符操作函数*/ #include #define BUFFSIZE 32 #define COL 128 #define ROW 64 /*定义栈1*/ typedef struct
www.eeworm.com/read/158317/11626309

txt c语言库函数(s类字母) - 1.txt

函数名: sbrk 功 能: 改变数据段空间位置 用 法: char *sbrk(int incr); 程序例: #include #include int main(void) { printf("Changing allocation with sbrk()\n"); prin
www.eeworm.com/read/261349/11653363

txt 第4题_特殊图像效果.txt

#include"stdio.h" #include"alloc.h" #include"dos.h" #include"graphics.h" #include"math.h" typedef struct { int bfType; /* 类型标志,总是BM */ long bfSize; /* 文件大小 */ int bfReserved1;
www.eeworm.com/read/261343/11653809

c ship.c

# include # include "13h.h" # include # include # include "timer.h" # include # include struct stBOMB { int x; int y; BOOL Use