静态链表

//------线性表的静态单链表存储结构

#define MAXSIZE 1000

typedef struct{

 

posted @ 2015-04-21 22:37  daijkstra  阅读(99)  评论(0)    收藏  举报