摘要: //main.cpp #includeusingnamespacestd;#include"Status.h"typedefintQElemType;#include"SqQueue.h"intmain(){SqQueueQ;QElemTypee;InitQueue(Q);EnQueue(Q,1);... 阅读全文
posted @ 2015-12-02 23:15 Yuan_Ye 阅读(456) 评论(0) 推荐(0) 编辑
摘要: //main.cpp#includeusingnamespacestd;#include"Status.h"typedefintSElemType;#include"SqStack.h"intmain(){SqStackS;SElemTypee;InitStack(S);Push(S,2);Push... 阅读全文
posted @ 2015-12-02 23:10 Yuan_Ye 阅读(656) 评论(0) 推荐(0) 编辑
摘要: //main.cpp#includeusingnamespacestd;#include"Status.h"#include"LinkList.h"intmain(){LinkListL;intn,i;ElemTypee;InitList(L);cout>n;CreateList(L,n);cout... 阅读全文
posted @ 2015-12-02 23:05 Yuan_Ye 阅读(173) 评论(0) 推荐(0) 编辑