摘要:
//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
阅读(461)
评论(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
阅读(663)
评论(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
阅读(181)
评论(0)
推荐(0)
浙公网安备 33010602011771号