摘要:
程序代码编译可以通,未进行运行时测试。 /* 本程序测试线性逻辑结构:队列*/#include <stdio.h>#include <stdlib.h>struct queuelist{ int* queue; int front; int rear; int size;};typedef struct queuelist QUEUE;typedef enum {FALSE,TRUE} BOOL;void CreateQueue(QUEUE* queue,int size);BOOL IsQueueEmpty(QUEUE* queue);BOOL Is... 阅读全文
posted @ 2013-04-20 21:26
volcanol
阅读(376)
评论(0)
推荐(0)

浙公网安备 33010602011771号