摘要:
#include #include #define Null 0char over=0; //结束标志//结构体类型定义 struct MenuItem { char MenuCount; //结构体数组的元素个数 char *DisplayString; //当前LCD... 阅读全文
posted @ 2015-04-18 10:15
prayer521
阅读(589)
评论(0)
推荐(0)
摘要:
/* 树的长子-兄弟表示法*/#includetypedef int DataType ;struct CSNode; /* 树中结点结构 */typedef struct CSNode *PCSNode; /* 结点的指针类型 */struct CSNode ... 阅读全文
posted @ 2015-04-18 09:49
prayer521
阅读(526)
评论(0)
推荐(0)
浙公网安备 33010602011771号