數據結構:順序結構和鏈式結構的數據類型定義

順序結構:node 頭文件聲明:sequenclist.hspa #ifndef _SEQUENCE_H_ #define _SEQUENCE_H_ #define MAXSIZE    10 #define FAILURE    1000000 #define SUCCESS    1000001 #define TRUE       1000002 #define FALSE      100
相關文章
相關標籤/搜索