代码搜索:alloc

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

代码结果 10,000
www.eeworm.com/read/398242/7997679

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/146224/12663058

txt c实现二叉树.txt

#include #include #include #define max 30 #define queuesize 100 typedef char datatype; typedef struct node{ /*定义二叉树链表结点结构*/ datatype data; s
www.eeworm.com/read/146223/12663073

txt c实现二叉树.txt

#include #include #include #define max 30 #define queuesize 100 typedef char datatype; typedef struct node{ /*定义二叉树链表结点结构*/ datatype data; s
www.eeworm.com/read/146222/12663091

txt c实现二叉树.txt

#include #include #include #define max 30 #define queuesize 100 typedef char datatype; typedef struct node{ /*定义二叉树链表结点结构*/ datatype data; s
www.eeworm.com/read/145241/12743648

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/145241/12743734

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
www.eeworm.com/read/145239/12744007

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/145239/12744124

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
www.eeworm.com/read/245586/12791315

c inode.c

#include "fs.h" //member functions for Inode, Itable class void Inode_init(struct Inode *in){ in->ino=-1; in->num_blk=0; // 0 blocks assigned yet } void Inode_alloc_block(struct Inode *in, int b
www.eeworm.com/read/245586/12791688

c inode.c

#include "fs.h" //member functions for Inode, Itable class void Inode_init(struct Inode *in){ in->ino=-1; in->num_blk=0; // 0 blocks assigned yet } void Inode_alloc_block(struct Inode *in, int b