03 2020 档案
摘要://顺序栈 #include<iostream>using namespace std; #define MAXSIZE 100#define OK 1#define ERROR 0#define Status int#define SElmType int#define OVERFLOW -2//
阅读全文
摘要://顺序栈#include<iostream>#include<string>using namespace std; #define MAXSIZE 100 //栈的最大容量struct SqStack{ int *base;//栈底指针 int *top;//栈顶指针 char sign[MAX
阅读全文
浙公网安备 33010602011771号