代码搜索:信号链

找到约 10,000 项符合「信号链」的源代码

代码结果 10,000
www.eeworm.com/read/308708/13695114

h c4-3.h

// c4-3.h 串的块链存储表示 #define CHUNKSIZE 4 // 可由用户定义的块大小 struct Chunk { char ch[CHUNKSIZE]; Chunk *next; }; struct LString { Chunk *head,*tail; // 串的头和尾指针 int curlen; // 串的当前长
www.eeworm.com/read/308708/13695357

c bo3-2.c

/* bo3-2.c 链队列(存储结构由c3-2.h定义)的基本操作(9个) */ Status InitQueue(LinkQueue *Q) { /* 构造一个空队列Q */ (*Q).front=(*Q).rear=(QueuePtr)malloc(sizeof(QNode)); if(!(*Q).front) exit(OVERFLOW); (
www.eeworm.com/read/308482/13700515

c bo3-2.c

/* bo3-2.c 链队列(存储结构由c3-2.h定义)的基本操作(9个) */ Status InitQueue(LinkQueue *Q) { /* 构造一个空队列Q */ (*Q).front=(*Q).rear=(QueuePtr)malloc(sizeof(QNode)); if(!(*Q).front) exit(OVERFLOW); (
www.eeworm.com/read/307670/13717740

h c4-3.h

// c4-3.h 串的块链存储表示 #define CHUNKSIZE 4 // 可由用户定义的块大小 struct Chunk { char ch[CHUNKSIZE]; Chunk *next; }; struct LString { Chunk *head,*tail; // 串的头和尾指针 int curlen; // 串的当前长
www.eeworm.com/read/440959/6283759

c bo3-2.c

/* bo3-2.c 链队列(存储结构由c3-2.h定义)的基本操作(9个) */ Status InitQueue(LinkQueue *Q) { /* 构造一个空队列Q */ (*Q).front=(*Q).rear=(QueuePtr)malloc(sizeof(QNode)); if(!(*Q).front) exit(OVERFLOW); (
www.eeworm.com/read/315848/6289732

c bo3-2.c

/* bo3-2.c 链队列(存储结构由c3-2.h定义)的基本操作(9个) */ Status InitQueue(LinkQueue *Q) { /* 构造一个空队列Q */ (*Q).front=(*Q).rear=(QueuePtr)malloc(sizeof(QNode)); if(!(*Q).front) exit(OVERFLOW); (
www.eeworm.com/read/382398/6321415

h c4-3.h

// c4-3.h 串的块链存储表示 #define CHUNKSIZE 4 // 可由用户定义的块大小 struct Chunk { char ch[CHUNKSIZE]; Chunk *next; }; struct LString { Chunk *head,*tail; // 串的头和尾指针 int curlen; // 串的当前长
www.eeworm.com/read/120515/6322072

c bo3-2.c

/* bo3-2.c 链队列(存储结构由c3-2.h定义)的基本操作(9个) */ Status InitQueue(LinkQueue *Q) { /* 构造一个空队列Q */ (*Q).front=(*Q).rear=(QueuePtr)malloc(sizeof(QNode)); if(!(*Q).front) exit(OVERFLOW); (
www.eeworm.com/read/482102/6626739

c bo3-2.c

/* bo3-2.c 链队列(存储结构由c3-2.h定义)的基本操作(9个) */ Status InitQueue(LinkQueue *Q) { /* 构造一个空队列Q */ (*Q).front=(*Q).rear=(QueuePtr)malloc(sizeof(QNode)); if(!(*Q).front) exit(OVERFLOW); (
www.eeworm.com/read/480948/6654372

c bo3-2.c

/* bo3-2.c 链队列(存储结构由c3-2.h定义)的基本操作(9个) */ Status InitQueue(LinkQueue *Q) { /* 构造一个空队列Q */ (*Q).front=(*Q).rear=(QueuePtr)malloc(sizeof(QNode)); if(!(*Q).front) exit(OVERFLOW); (