代码搜索:信号链
找到约 10,000 项符合「信号链」的源代码
代码结果 10,000
www.eeworm.com/read/362558/9992358
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/425971/10299853
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/352747/10518075
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/423304/10571911
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/461110/7233516
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/456942/7336421
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/454932/7381673
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/295928/8134590
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/146173/12666329
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/246592/12718157
h c9-4.h
// c9-4.h 双链树的存储结构
#define MAXKEYLEN 16 // 关键字的最大长度
struct KeysType // 关键字类型
{
char ch[MAXKEYLEN]; // 关键字
int num; // 关键字长度
};
struct Record // 记录类型
{
KeysType key; // 关键字