代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/353684/10431799

c tu.c

#include "stddef.h" #include "stdlib.h" #include "stdio.h" #include "alloc.h" /*#include*/ #define FALSE 0 #define TRUE 1 #define MAX 100 typedef struct node_e /*定义表边结点类型*/ {
www.eeworm.com/read/159827/10611247

h windw.h

//File Windw.h #include #include #include #include #include #include "Event.H" #define TRUE 1 #define FALSE 0 #define OK
www.eeworm.com/read/159477/10647087

c pair.c

#include #include "mpi.h" #include "mpptest.h" #include "getopts.h" #ifdef HAVE_STDLIB_H #include #endif #if defined(HAVE_SHMALLOC) && !defined(HAVE_MPI_ALLOC_MEM) #
www.eeworm.com/read/276845/10702482

cpp xms.cpp

#include #include #include #include #include "xms.h" int XMS::OK=0; static void far *XMSaddr; int XMS::Init(void) { static struct REGPACK rg;
www.eeworm.com/read/420348/10801115

cpp timx.cpp

#include #include #include void main(void) { int *a, i, j, k, x, n, tg; printf("nhap do dai cua mang :"); scanf("%d",&n); a=(int*) malloc (n* sizeof (int
www.eeworm.com/read/272454/10957167

c 71.c

#include #include #include #include #include main() {void * ptr; int gd=DETECT,gm; float i; initgraph(&gd,&gm,"d:\\tc"); setactivepage(1)
www.eeworm.com/read/416011/11044551

bak converter.bak

#define PI 3.14159265359 #include #include #include #include #include #include "converter.h" #include "ace.h" extern struct layer_obj *
www.eeworm.com/read/416011/11044592

c converter.c

#define PI 3.14159265359 #include #include #include #include #include #include "converter.h" #include "ace.h" extern struct layer_obj *
www.eeworm.com/read/462736/7196902

c ch5_9.c

#include #include typedef struct node { int data; struct node *lchild,*rchild; }JD; JD *insertbst(JD *r,int x) { JD *p,*q,*s; s=(JD *)malloc(sizeof(JD)); s->d
www.eeworm.com/read/462736/7196940

c ch5_10.c

#include #include typedef struct node { int data; struct node *lchild,*rchild; }JD; JD *insertbst(JD *r,int x) { JD *p,*q,*s; s=(JD *)malloc(sizeof(JD)); s->d