数据结构C语言版 串的定长顺序存储表示和实现.doc
#include #include #include #define OK 1 #define ERROR 0 #define TRUE 1 #define FALSE 0 #define OVERFLOW -2 #define MAXSTRLEN 255 typedef int ElemType; typedef int Status;
下载地址
用户评论