摘要: #include#include#includeusing namespace std;typedef struct{ int weight; int parent,lchild,rchild;}HTNode,*HuffmanTree;typedef char **HuffmanCode;void ... 阅读全文
posted @ 2015-11-27 18:14 非我非非我 阅读(2560) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include#include#define null 0using namespace std;typedef struct node { int data;//节点 node *lchild,*rchild;}node,*Tree;typede... 阅读全文
posted @ 2015-11-27 18:07 非我非非我 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 10409: D.引水工程Time Limit:2 SecMemory Limit:128 MBSubmit:96Solved:34[Submit][Status][Web Board]Description南水北调工程是优化水资源配置、促进区域协调发展的基础性工程,是新中国成立以来投资额最大、涉及... 阅读全文
posted @ 2015-11-27 17:55 非我非非我 阅读(245) 评论(0) 推荐(0) 编辑