不要过于沉溺过去,也不要过于畅想未来,把握现在!

摘要: #include#include#define INITITY 999//最大值#define VERTEX 20//最多顶点个数#define FALSE 0#define TURE 1#define size 30#define OVERFLOW -1typedef struct ArcCell... 阅读全文
posted @ 2014-06-29 23:19 coding_yuan 阅读(151) 评论(0) 推荐(0) 编辑
摘要: #include#include#includetypedef struct{ char a;//记录对应字符 int weight;//权值 int parent,lchild,rchild;}HTNode,*HuffmanTree;typedef char * *Huff... 阅读全文
posted @ 2014-06-29 23:17 coding_yuan 阅读(171) 评论(0) 推荐(0) 编辑

不要过于沉溺过去,也不要过于畅想未来,把握现在!