代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/403896/11507004

txt chaoshixuanzhi.txt

#include #include #include #define alloc(type) (type*)malloc(sizeof(type)) #define MAX_NUM 3.14E38 #define TRUE 1 #define FALSE 0 #define NODE_NUM 8 s
www.eeworm.com/read/348151/11609371

c frame.c

#include "stdio.h" #include "conio.h" #include "stdlib.h" #include "io.h" #include "fcntl.h" #include "string.h" #include "alloc.h" #define BUFFER_MAX 1500 #define BUFFER_MIN 46 #def
www.eeworm.com/read/158207/11635822

c xdel.c

#include #include #include #include #include #include #include #include main(int argc,char *argv[]) { char pr
www.eeworm.com/read/347738/11639425

c 10_3_1.c

// #include #include #include #include #include #include #include #include FILE *p; void unsigned senddata(char data);
www.eeworm.com/read/157814/11661729

c ch2_3.c

#include #include typedef struct node { int data; struct node *link; }JD; JD *dlbcz(JD *h,int x) { JD *p; p=h; while(p!=NULL && p->data!=x) p=p->link; retur
www.eeworm.com/read/259865/11761082

c fillheap.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; int i, state; buffer1 = malloc(100); buffer2 = malloc(200); buffer3 = malloc(300)
www.eeworm.com/read/154458/11958138

c xdel.c

#include #include #include #include #include #include #include #include main(int argc,char *argv[]) { char pr
www.eeworm.com/read/256014/12036491

c fillheap.c

#include #include void main(void) { char *buffer1, *buffer2, *buffer3; int i, state; buffer1 = malloc(100); buffer2 = malloc(200); buffer3 = malloc(300)
www.eeworm.com/read/153118/12058358

c xdel.c

#include #include #include #include #include #include #include #include main(int argc,char *argv[]) { char pr
www.eeworm.com/read/255334/12087295

c xdel.c

#include #include #include #include #include #include #include #include main(int argc,char *argv[]) { char pr