首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > huffman编码码长效率

huffman编码码长效率

  • 资源大小:4.58 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: c++ c++ 编码 huffman 效率

资 源 简 介

#include #include #include #include using namespace std; const MAXSIZE=100; typedef struct Huffmantree { char cname; int weight,mark; struct Huffmantree *parent,*lchild,*rchild,*next; }Hftree,*linktree;

文 件 列 表

HUFMAN.C
VIP VIP
0.180931s