线性表 栈和队列

时间:2016-07-13 11:54:13
【文件属性】:

文件名称:线性表 栈和队列

文件大小:1.38MB

文件格式:PPT

更新时间:2016-07-13 11:54:13

ppt

一个文件commom.h #include #include #include #define OK 1 #define ERROR 0 #define TRUE 1 #define FALSE 0 第二个文件seqlist.h #define ElemType int #defineMAXSIZE 100 /*此处的宏定义常量表示线性表可能达到的最大长度*/ typedef struct


网友评论