您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. HuffmanCoding.cpp

  2. #include #include #include using namespace std; struct HNode { int weight; int parent; int LChild; int RChild; }; struct HCode { char data; char code[1000]; }; class Huffman //哈夫曼类 { private: HNode* HTree; HCode* HCodeTable; int N;
  3. 所属分类:C++

    • 发布日期:2020-05-27
    • 文件大小:8kb
    • 提供者:m0_47773954