代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/119982/14814897

c sortlist.c

#include #include #include #include #include void main(int argc, char *argv[]) { DIR *directory_pointer; struct dirent *entry;
www.eeworm.com/read/219945/14858517

c sortlist.c

#include #include #include #include #include void main(int argc, char *argv[]) { DIR *directory_pointer; struct dirent *entry;
www.eeworm.com/read/118192/14883116

c 10-8.c

#include < stdio.h> #include < alloc.h> #include < atdlib.h> #define WORD_SIZE 5 #define PAGE_SIZE 10 #define DIRECTORY _SIZE 32 typedef struct page *paddr ; typedef struct pa
www.eeworm.com/read/115447/15014172

c 10-8.c

#include < stdio.h> #include < alloc.h> #include < atdlib.h> #define WORD_SIZE 5 #define PAGE_SIZE 10 #define DIRECTORY _SIZE 32 typedef struct page *paddr ; typedef struct pa
www.eeworm.com/read/114117/15076135

c ting4.c

#include"stdio.h" #include"conio.h" #include"alloc.h" #define N 10 struct seqstack; typedef struct seqstack *pseqstack; struct seqstack { int number[N]; int n; }; int total=0; int n;
www.eeworm.com/read/114117/15076137

bak ting4.bak

#include"stdio.h" #include"conio.h" #include"alloc.h" #define N 10 struct seqstack; typedef struct seqstack *pseqstack; struct seqstack { int number[N]; int n; }; int total=0; int n;
www.eeworm.com/read/213571/15130211

h cdib.h

#include "MyClass.h" // cdib.h declaration for Inside Visual C++ CDib class #ifndef _INSIDE_VISUAL_CPP_CDIB #define _INSIDE_VISUAL_CPP_CDIB class CDib : public CObject { enum Alloc {noAlloc
www.eeworm.com/read/212828/15148524

c 10-8.c

#include < stdio.h> #include < alloc.h> #include < atdlib.h> #define WORD_SIZE 5 #define PAGE_SIZE 10 #define DIRECTORY _SIZE 32 typedef struct page *paddr ; typedef struct pa
www.eeworm.com/read/206867/15286869

c sortlist.c

#include #include #include #include #include void main(int argc, char *argv[]) { DIR *directory_pointer; struct dirent *entry;
www.eeworm.com/read/206643/15292709

txt 距离向量路由算法的c源代码.txt

/*Routine.c TC2.0 WinXp*/ #include #include #include #define ROUTNUM 7 typedef struct { int dis; int from; }RoutNode; RoutNode data[ROUTNUM][ROUTNUM