- 博客(3)
- 收藏
- 关注
原创 顺序表
#include using namespace std; #define OK 1 #define ERROR 0 #define OVERFLOW -2 typedef int Status; //Status 是函数返回值类型,其值是函数结果状态代码。 typedef int ElemType; //ElemType 为可定义的数据类型,此设为int类型 #define MAX
2017-09-20 22:39:36
3613
原创 线性表合并
#include #include #include #include #include using namespace std; #define OK 1 #define ERROR 0 #define OVERFLOW -2 typedef int Status; typedef int ElemType; #define MAXSIZE 1000
2017-09-20 22:37:53
279
原创 栈及其初级应用
#include #include using namespace std; #define OK 1 #define ERROR 0 #define OVERFLOW -2 typedef int Status; //Status 是函数返回值类型,其值是函数结果状态代码。 typedef char SElemType; //ElemType 为可定义的数据类型,此设为int类型
2017-09-20 22:25:50
241
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅