摘要: 1 // 循环顺序队列.cpp : 定义控制台应用程序的入口点。 2 //适合整数 3 4 #include "stdafx.h" 5 #include 6 7 #define MAXNUM 100 8 #define true 1 9 #define false 0 10 11 typedef struct queue_type 12 { 13 int queu... 阅读全文
posted @ 2016-09-08 22:48 Amoshen 阅读(218) 评论(0) 推荐(0) 编辑