代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/100582/15871343
cpp mwindow.cpp
#include"\sunshine\include\mwindow.h"
#include
#include
#include
#define DELTA 20
MWindowObj::MWindowObj(int x,int y,int w,int h,char *idname)
: MObj(x,y,w,h,i
www.eeworm.com/read/100266/15879181
vtc lp.vtc
LP ?:= alloc(5, Twtype);
LP->name = "LPmud";
func lp_init(world, rmt, login) {
set_raw(rmt, 1);
rmt->rprompt = "";
rmt->buffer = "";
if (login)
send(rmt, bprintf("%s\n%s\n", world->char, world-
www.eeworm.com/read/100266/15879197
vtc mud.vtc
MUD ?:= alloc(5, Twtype);
MUD->name = "Mud";
func mud_init(world, rmt, login) {
if (login)
sendf(rmt, "connect %s %s", world->char, world->pwd);
}
MUD->init = .mud_init;
MUD->netread = .line_netr
www.eeworm.com/read/100266/15879260
vtc cool.vtc
if (!depend_loaded) Load("depend");
register_file("cool");
COOL ?:= alloc(5, Twtype);
COOL->name = "Cool";
COOL->init = .mud_init;
COOL->netread = .line_netread;
COOL->save = .std_mud_save;
COOL->lis
www.eeworm.com/read/100217/15880038
h yyxsys.h
#ifndef __YYXSYS_H
#define __YYXSYS_H
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/292132/8376191
h smb.h
#include
#include
#include
#include
#include
#include
#include
#include
#include //KEYBOARD HANDLER FILE
www.eeworm.com/read/191861/8419117
cpp kuohaopipei.cpp
//刮号匹配的检验kuohaopipei.cpp
#include
#include
#include
typedef char Status;
typedef char SElemType;
#include "stack.cpp"
void main()
{SqStack *p;
int n,m=32,q=0;
www.eeworm.com/read/191796/8422349
txt kuohaopipei.txt
//刮号匹配的检验kuohaopipei.cpp
#include
#include
#include
typedef char Status;
typedef char SElemType;
#include "stack.cpp"
void main()
{SqStack *p;
int n,m=32,q=0;
www.eeworm.com/read/390847/8437644
c sy8_2.c
/* sy8_2.c */
#include "stdio.h"
#include "alloc.h"
#define MAXSIZE 11
typedef struct BTnode
{ int key;
struct BTnode *lchild,*rchild;
}BTNode;/*定义二叉树的存储结构*/
BTNode *f; /*当前结点的前驱*/
www.eeworm.com/read/189878/8453930
cpp crqldog.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#in