Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • 1huffman.rar huffman编码相信大家都是非常熟悉得了。这个程序即是huffman编码得演示程序。
  • myhuffman33.rar 使用半适应的huffman算法实现了文件的压缩和解压
  • vhuffman.rar huffman树的编码,对与理解huffman很有用的,数据压缩方向我还会上载
  • HUFMAN.zip The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest.
  • SPLINT.zip The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest.
  • eightofHuffman.rar 1.这些代码意在演示不同Huffman算法的实现原理 2.上述算法分别对应于8个同名C++类,这些类都是由huffman_base类派生的。
  • huffmanandjpeg.rar 数字视频处理\数字JPEGMPEG编解码一书光盘\huffman jpeg.rar非常实用
  • codeandencode.rar 对一篇文章编码和解码,采用huffman 树的方法
  • huffmancodeanddecode.rar 这是一个采用二进制进行Huffman编码的程序,主要用于图像的无损压缩。
  • huffmantreeandheap.rar HUFFMAN和HEAP的JAVA实现。 用来实现文件压缩的基本部分。