代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/437564/7745879
cpp arbore.cpp
#include
#include
#include
#include
#include
#include "arbore.h"
void eroare();
char readchar();
char citesteNume();
Nod* citesteArbore();
www.eeworm.com/read/437564/7745912
cpp arbore.cpp
#include
#include
#include
#include
#include
#include "arbore.h"
void eroare();
char readchar();
char citesteNume();
Nod* citesteArbore();
www.eeworm.com/read/198748/7914281
c func24.c
#include
#include
#include
#include
#include
#include
#define MAXNUM 255
#define HZK24_NAM
www.eeworm.com/read/198748/7914469
c set_data.c
#include
#include
#include
#include
#include
#include "feedef.h"
/* function : the first menu item implement
* calls :
* called b
www.eeworm.com/read/295749/8142418
h cdib.h
// cdib.h declaration for Inside Visual C++ CDib class
#ifndef _INSIDE_VISUAL_CPP_CDIB
#define _INSIDE_VISUAL_CPP_CDIB
class CImage;
class CDib : public CObject
{
enum Alloc {noAlloc, crt
www.eeworm.com/read/145241/12743778
c ch5_60.c
#include
#include
typedef struct node
{ char data;
struct node *lchild,*rchild;
}JD;
JD *crt_bt_pre(JD *bt)
{ char ch;
printf("ch=");
scanf("%c",&ch);
www.eeworm.com/read/145239/12744165
c ch5_60.c
#include
#include
typedef struct node
{ char data;
struct node *lchild,*rchild;
}JD;
JD *crt_bt_pre(JD *bt)
{ char ch;
printf("ch=");
scanf("%c",&ch);
www.eeworm.com/read/243682/12924866
txt opl.txt
/L20"OPL" Line Comment = rem File Extensions = opl o32
/Delimiters = ~!@^*()-+=|\/{}[]:;"' , .?
/C1
abs acos addr adjustalloc alert alloc and app append asc asin at atan
back beep begintrans boo
www.eeworm.com/read/141545/13001939
c chk_disk.c
#include
#include
#include
void main(void)
{
struct fatinfo fat;
long sector, total_sectors;
void *buffer;
getfat(3, &fat);
total_sectors = fat
www.eeworm.com/read/324523/13259724
txt 队列.txt
#include "stdio.h"
#include "alloc.h"
#define OK 1
#define ERROR 0
#define OVERFLOW -2
#define TRUE 1
#define FALSE 0
typedef int Status;
#define MAX 10
typedef int ElemType;