数据结构:顺序结构和链式结构的数据类型定义

顺序结构:node 头文件声明:sequenclist.hspa #ifndef _SEQUENCE_H_ #define _SEQUENCE_H_ #define MAXSIZE    10 #define FAILURE    1000000 #define SUCCESS    1000001 #define TRUE       1000002 #define FALSE      100
相关文章
相关标签/搜索