代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/437564/7745837

cpp student.cpp

#include #include #include"student.h" #include #include void InitStudent(Student &a){ printf("\nIntroduceti numele:"); a.nume=new char; scanf("%s",a.n
www.eeworm.com/read/296067/8125561

c listfonts.c

#include "nxlib.h" #include #include struct _list { char **list; int alloc; int used; struct _list *next; }; static struct _list *g_fontlist = 0; static struct _list * _cr
www.eeworm.com/read/145241/12743762

c ch5_4.c

#include #include #define M 20 typedef struct node { char data; struct node *lchild,*rchild; }JD; void inorder(JD *bt) { int i=0; JD *p,*s[M]; p=bt;
www.eeworm.com/read/145239/12744151

c ch5_4.c

#include #include #define M 20 typedef struct node { char data; struct node *lchild,*rchild; }JD; void inorder(JD *bt) { int i=0; JD *p,*s[M]; p=bt;
www.eeworm.com/read/245586/12791400

c d-inode.c

#include "fs.h" //member functions for DInode, DItable class void DInode_init(struct DInode *in){ in->num_blk=0; // 0 blocks assigned yet } void DInode_alloc_block(struct DInode *in, int blk_no){ /
www.eeworm.com/read/245586/12791775

c d-inode.c

#include "fs.h" //member functions for DInode, DItable class void DInode_init(struct DInode *in){ in->num_blk=0; // 0 blocks assigned yet } void DInode_alloc_block(struct DInode *in, int blk_no){ /
www.eeworm.com/read/329623/12943870

c line.c

#include #include typedef struct node { int num; struct node *next; }; struct node *create_list(); void display_list(struct node *head); struct node *insert_list(struct
www.eeworm.com/read/324523/13259718

txt 二叉数.txt

#include "stdio.h" #include "alloc.h" #define OK 1 #define ERROR 0 #define OVERFLOW -2 #define TRUE 1 #define FALSE 0 #define Init_Size 100 #define INCR 20 typedef int Status;
www.eeworm.com/read/136877/13356723

c testm.c

/* * Test some tricks we play with special IEEE floating point values */ #include #include #include "alloc.h" #include "error.h" #ifdef ultrix #define isinf(x) (!finite(x)) #en
www.eeworm.com/read/314830/13557963

c testm.c

/* * Test some tricks we play with special IEEE floating point values */ #include #include #include "alloc.h" #include "error.h" #ifdef ultrix #define isinf(x) (!finite(x)) #en