摘要: 实在没动力写下去了,先存个档。 读档时间未定~ 一两天, 一两个月 , 或者一辈子。Huffman.cpp 1 #include "stdafx.h" 2 #include "Huffman.h" 3 #include <iostream> 4 #include <math.h> 5 #include <queue> 6 #include <stack> 7 using namespace std; 8 9 10 HuffmanTree::HuffmanTree():m_root(NULL), m_nNod 阅读全文
posted @ 2012-10-28 11:20 Kevin!=NULL 阅读(336) 评论(0) 推荐(0) 编辑