哈弗曼编码程序.doc_第1页
哈弗曼编码程序.doc_第2页
哈弗曼编码程序.doc_第3页
哈弗曼编码程序.doc_第4页
哈弗曼编码程序.doc_第5页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

#include #include #include #define N 8#define M 2*N-1typedef struct float weight;int lchild,rchild,parent;codenode;typedef codenode huffmantreeM;typedef struct char ch;int start;char bitsN+1;code;typedef code huffmancodeN;void select(huffmantree HT,int k,int *p1,int *p2)int i;float small1=10000,small2=10000;for (i=0;i=k;i+)if (HTi.parent=-1)if (HTi.weightsmall1)small2=small1;small1=HTi.weight;*p2=*p1;*p1=i;elseif (HTi.weightsmall2)small2=HTi.weight;*p2=i;void creathfcode(huffmantree HT)int i;for (i=0;iM;i+)HTi.weight=0;HTi.parent=-1;HTi.lchild=-1;HTi.rchild=-1;printf(请输入%d个字符的权重n,N);float k;for (i=0;iN;i+)scanf(%f,&k);HTi.weight=k;int p1,p2;for (i=N;iM;i+)select(HT,i-1,&p1,&p2);HTp1.parent=HTp2.parent=i;HTi.lchild=p1;HTi.rchild=p2;HTi.weight=HTp1.weight+HTp2.weight;void huffmancoding(huffmantree HT,huffmancode HC)/编码int i,c,p;for (i=0;i=0)HCi.start-;if(HTp.lchild=c)HCi.bitsHCi.start=0;elseHCi.bitsHCi.start=1;c=p;p=HTp.parent;void huffmandecoding(huffmantree HT,huffmancode HC)int j=0,p;char s100;unsigned int i=0;scanf(%s,&s);char chN+1;while (istrlen(s)p=M-1;while (HTp.lchild!=-1)if (si=0)p=HTp.lchild;i+;elsep=HTp.rchild;i+;chj=HCp.ch;j+;i+;chj=0;puts(ch);int main()int i,j,k=0;char ch=A,B,C,D,E,F,G,H;huffmantree HT;huffmancode HC;printf(已知%d个字符为n,N);for(i=0;i=N;i+)printf(%c ,chi);HCi.ch=chi;printf(n);creathfcode(HT);huffmancoding(HT,HC);printf(字符哈夫曼编码为:n);for(i=0;iN;i+)printf(n%c:,HCi.ch);for(j=HCi.start;jN;j+)printf(%c,HCi.bitsj);print

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论