代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/238485/13882326
c cdbmss.c
#include "readwrite.h"
#include "seek.h"
#include "alloc.h"
#include "cdbmss.h"
int cdbmss_start(c,fd)
struct cdbmss *c;
int fd;
{
cdbmake_init(&c->cdbm);
c->fd = fd;
c->pos = sizeof(c->cdbm.fi
www.eeworm.com/read/238485/13882708
c qreceipt.c
//用来会应对要求受到进行确认的消息
#include "sig.h"
#include "env.h"
#include "substdio.h"
#include "stralloc.h"
#include "subfd.h"
#include "getln.h"
#include "alloc.h"
#include "str.h"
#include "hfield.h"
#inclu
www.eeworm.com/read/149476/5699006
cpp x86_2.cpp
// x86_2.cpp
#include "StdAfx.h"
#include "x86_2.h"
#include "../../../Common/Alloc.h"
static const int kBufferSize = 1
www.eeworm.com/read/138727/5814666
cpp x86_2.cpp
// x86_2.cpp
#include "StdAfx.h"
#include "x86_2.h"
#include "../../../Common/Alloc.h"
static const int kBufferSize = 1
www.eeworm.com/read/135153/5888599
h epca.h
#define XEMPORTS 0xC02
#define XEPORTS 0xC22
#define MAX_ALLOC 0x100
#define MAXBOARDS 12
#define FEPCODESEG 0x0200L
#define FEPCODE 0x2000L
#define BIOSCODE 0xf800L
#define MISC
www.eeworm.com/read/132748/5909908
h epca.h
#define XEMPORTS 0xC02
#define XEPORTS 0xC22
#define MAX_ALLOC 0x100
#define MAXBOARDS 12
#define FEPCODESEG 0x0200L
#define FEPCODE 0x2000L
#define BIOSCODE 0xf800L
#define MISC
www.eeworm.com/read/125688/6023038
h epca.h
#define XEMPORTS 0xC02
#define XEPORTS 0xC22
#define MAX_ALLOC 0x100
#define MAXBOARDS 12
#define FEPCODESEG 0x0200L
#define FEPCODE 0x2000L
#define BIOSCODE 0xf800L
#define MISC
www.eeworm.com/read/349895/6683995
c 32.c
#include
#include
#include
#include
#define WIDTH 25 /*窗口宽度*/
#define HEIGHT 15 /*窗口宽度*/
#define START_X 10
#define START_Y 5 /* 窗口左上角坐标(START_X,START_Y)
www.eeworm.com/read/408096/11405115
c zj_snake.c
/*
HungryAnt 制作的贪吃蛇
做简单些,复杂的别人已经做过了
*/
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/347982/11619951
c 32.c
#include
#include
#include
#include
#define WIDTH 25 /*窗口宽度*/
#define HEIGHT 15 /*窗口高度*/
#define START_X 10
#define START_Y 5 /* 窗口左上角坐标(START_X,START_Y)