摘要: 代码:/*2018年11月12日*/#include#include#include#include#include#include#includeusing namespace std;#define PRICE 10#define MAXN 2/*停车场管理系统... 阅读全文
posted @ 2018-11-12 20:42 _年少有为 阅读(1466) 评论(0) 推荐(0) 编辑
摘要: /*2018年11月12日*/#include#include#include#include#include#includeusing namespace std;const int MAX_NODESIZE=1e5+7;struct Node{ char d... 阅读全文
posted @ 2018-11-12 19:18 _年少有为 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 直接放代码了/*栈2018年11月12日*/#include#include#include#include#define MAXSIZE 1100using namespace std;templateclass Stack{ /* 1.入栈 2.... 阅读全文
posted @ 2018-11-12 19:08 _年少有为 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 代码:#include#include#include#define MAXSIZE 1100using namespace std;/*线性表的实现1.插入//ok2.删除//ok3.在尾部增加//ok4.从尾部弹出//ok5.是否为空//ok6.查找//ok7.... 阅读全文
posted @ 2018-11-12 12:15 _年少有为 阅读(304) 评论(0) 推荐(0) 编辑