摘要: Queue DeleteQ(Queue Q)//出队列{ int i=t++; QueueNode *p; char y=NULL; if(Q.front==Q.rear) { printf("队列为,无法出队列!");//判断队列是否为空 return(Q); } p=Q.front->next; 阅读全文
posted @ 2016-09-30 19:08 215-万峰 阅读(172) 评论(0) 推荐(0)