12 2020 档案
摘要:书本上的代码实现 #include <stdio.h> //输出 #include <cstdlib> //为了exit #define MAXSIZE 10 //书本的定义 #define OK 1 #define ERROR 0 #define OVERFLOW -2 typedef int S
阅读全文
摘要:使用的是:dev; 书本是:严蔚敏的数据结构; 王道考研中的顺序表的静态分配 #include <stdio.h> #define MaxSize 10 //最大长度 //初始定义值 #define OK 1 #define ERROR 0 #define OVERFLOW -2 typedef i
阅读全文

浙公网安备 33010602011771号