线性表顺序存储及操作

编译软件:VC6.0 头文件: //一个公用的头文件:基本定义#include <stdio.h> #include <iostream.h> #include <malloc.h> #include <process.h> #define  OK 1 #define  ERROR 0 #define  TRUE 1 #define  FALSE 0 #define  OVERFLOW -1 ty
相关文章
相关标签/搜索