哈弗曼编码程序

哈弗曼编码程序

ID:38658997

大小:12.09 KB

页数:5页

时间:2019-06-17

哈弗曼编码程序_第1页
哈弗曼编码程序_第2页
哈弗曼编码程序_第3页
哈弗曼编码程序_第4页
哈弗曼编码程序_第5页
资源描述:

《哈弗曼编码程序》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、#include#include#include#defineN8#defineM2*N-1typedefstruct{floatweight;intlchild,rchild,parent;}codenode;typedefcodenodehuffmantree[M];typedefstruct{charch;intstart;charbits[N+1];}code;typedefcodehuffmancode[N];voidselect(huffmant

2、reeHT,intk,int*p1,int*p2){inti;floatsmall1=10000,small2=10000;for(i=0;i<=k;i++){if(HT[i].parent==-1)if(HT[i].weight

3、{inti;for(i=0;i

4、p1;HT[i].rchild=p2;HT[i].weight=HT[p1].weight+HT[p2].weight;}}voidhuffmancoding(huffmantreeHT,huffmancodeHC)//编码{inti,c,p;for(i=0;i=0){HC[i].start--;if(HT[p].lchild==c)HC[i].bits[HC[i].start]='0';elseHC[i].bits[

5、HC[i].start]='1';c=p;p=HT[p].parent;}}}voidhuffmandecoding(huffmantreeHT,huffmancodeHC){intj=0,p;chars[100];unsignedinti=0;scanf("%s",&s);charch[N+1];while(i

6、h[j]=HC[p].ch;j++;i++;}ch[j]='';puts(ch);}intmain(){inti,j,k=0;charch[]={'A','B','C','D','E','F','G','H'};huffmantreeHT;huffmancodeHC;printf("已知%d个字符为",N);for(i=0;i<=N;i++){printf("%c",ch[i]);HC[i].ch=ch[i];}printf("");creathfcode(HT);huffmancoding(HT,HC

7、);printf("字符哈夫曼编码为:");for(i=0;i

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。