代码搜索:信号链
找到约 10,000 项符合「信号链」的源代码
代码结果 10,000
www.eeworm.com/read/127961/14324667
h c9-4.h
// c9-4.h 双链树的存储结构
#define MAXKEYLEN 16 // 关键字的最大长度
struct KeysType // 关键字类型
{
char ch[MAXKEYLEN]; // 关键字
int num; // 关键字长度
};
struct Record // 记录类型
{
KeysType key; // 关键字
www.eeworm.com/read/477344/1362896
c labelreq.c
/* huyonghong 2003.4.3 策略处理去掉 */
/* 2003.4.23 wengqing 增加保护,如果ldpcb的链表乱掉,将该链表加入到待删除链中 */
/* 2003.5.29 huyonghong 在增加保护的地方,如果链表乱掉处理后直接返回,否则都要执行
UPSTREAM_LOST操作
/*2003.12.30
www.eeworm.com/read/195829/5107057
txt 2_18.txt
void initial(StaticList space, int *av)
{
int k;
space[0].cursor=0; /*设置已用静态单链表的头指针指向位置0*/
for(k=0;k
www.eeworm.com/read/306178/3754685
c nigu2.c
// nigu2.c
inherit NPC;
#include ;
void create()
{
set_name("尼姑", ({ "ni gu", "ni", "gu" }) );
set("gender", "女性" );
set("age", 32);
set("long","这位尼姑正坐在铺垫上,双手捻着珠链,嘴中念念有词。 \n");
set("com
www.eeworm.com/read/306178/3754699
c nigu1.c
// nigu1.c
inherit NPC;
#include ;
void create()
{
set_name("尼姑", ({ "ni gu", "ni", "gu" }) );
set("gender", "女性" );
set("age", 22);
set("long","这位尼姑正坐在铺垫上,双手捻着珠链,嘴中念念有词。 \n");
set("com
www.eeworm.com/read/303129/3815251
txt 2_18.txt
void initial(StaticList space, int *av)
{
int k;
space[0].cursor=0; /*设置已用静态单链表的头指针指向位置0*/
for(k=0;k
www.eeworm.com/read/287729/4018287
c labelreq.c
/* huyonghong 2003.4.3 策略处理去掉 */
/* 2003.4.23 wengqing 增加保护,如果ldpcb的链表乱掉,将该链表加入到待删除链中 */
/* 2003.5.29 huyonghong 在增加保护的地方,如果链表乱掉处理后直接返回,否则都要执行
UPSTREAM_LOST操作
/*2003.12.30
www.eeworm.com/read/293882/8266045
h c4-3.h
// c4-3.h 串的块链存储表示
#define CHUNK_SIZE 4 // 可由用户定义的块大小
struct Chunk
{
char ch[CHUNK_SIZE];
Chunk *next;
};
struct LString
{
Chunk *head,*tail; // 串的头和尾指针
int curlen; // 串的当
www.eeworm.com/read/368262/9703496
h c9-4.h
// c9-4.h 双链树的存储结构
#define MAXKEYLEN 16 // 关键字的最大长度
struct KeysType // 关键字类型
{
char ch[MAXKEYLEN]; // 关键字
int num; // 关键字长度
};
struct Record // 记录类型
{
KeysType key; // 关键字
www.eeworm.com/read/269550/11094552
h c9-4.h
// c9-4.h 双链树的存储结构
#define MAXKEYLEN 16 // 关键字的最大长度
struct KeysType // 关键字类型
{
char ch[MAXKEYLEN]; // 关键字
int num; // 关键字长度
};
struct Record // 记录类型
{
KeysType key; // 关键字