文件名称:Huffman-algorithm

  • 所属分类:
  • 数据结构常用算法
  • 资源属性:
  • [WORD]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 142kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 陈*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

哈夫曼算法及其应用



给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树。哈夫曼编码是一种根据哈夫曼树对文件进行编码的方式。哈夫曼编码是可变字长编码的一种。本次课程设计是对一个已建文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-Huffman algorithm and its application



   Given the right value of n as n-leaf node, construct a binary tree, if the weighted path length to a minimum, that such a binary tree for the optimal binary tree, also called Huffman tree. Huffman coding is a tree of files based on Huffman coding. Huffman coding is a variable word length coding. The course design has been built is a text file, the file statistics in the frequency of each character, the character of the Huffman coding, Huffman coding the translation of documents into the file, and then Huffman coding translation of documents into the original file. Compressed file that is read documents, statistics the number of characters in the file, the file Huffman encoding and decoding and encoding decoded characters are stored in files.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

哈夫曼算法及其应用课程设计报告.doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org