Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • huffman.zip huffman algorithm in csharp
  • Huffman.rar Huffman Encoding Huffman s scheme uses a table of frequency of occurrence for each symbol (or character) in the input. This file encodes the smallest number of bits (hence the minimum size of file) we can use to store an arbitrary piece of text
  • huffman.rar 比较简单的C++程序来实现huffman的压缩算法,
  • Huffman-algorithm--experiments.rar 基于Huffman算法的压缩软件设计实验,介绍了相关Huffman算法原理,并利用Java进行实现,有相应实验图作为对照!
  • Huffman.rar I have implemented Huffman code in simple manner so that any body can understand it
  • huffman.rar 哈夫曼树,自己写的huffman树,功能上可能有点问题,自己修改吧。。
  • huffman.zip its a huffman coding
  • Huffman.zip It is a graphical representation of the Huffman algorithm . the program is in accordance to the algorithm described in Cormen.
  • huffman.zip huffman无损编码matlab程序,图像压缩常用编码方法
  • huffman.zip 该代码给出了对于典型的LENA图像的HUFFMAN编码压缩过程。该方法的效率比算术编码要高!