搜索资源列表
huff_stream.zip 用于数据流压缩的huffman算法
- 用于数据流压缩的huffman算法 ,Huffman algorithm used for data stream
huffman+-zip+-+unzip.rar
- huffman 算法实现 c语言的实现很实用 可以好好学习了 ,huffman algorithm c language can achieve very practical to learn the
huffman.rar
- 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
Huffman
- 数据压缩的huffman算法使用的是java实现的,可以参考-Huffman algorithm for data compression using java to achieve, can refer to
Modified-Huffman-Bitmap-Compression
- This Modified Huffman algorithm used for monochrome bitmap compression in fax machines.-This is Modified Huffman algorithm used for monochrome bitmap compression in fax machines.
comp
- Huffman算法做的压缩解压程序-compress/uncompress program with Huffman algorithm
myhuffman33
- 使用半适应的huffman算法实现了文件的压缩和解压-use semi-adaptation Huffman algorithm document compression and decompression
huffman
- 哈夫曼经典算法的实现 哈夫曼经典算法的实现-Classic Huffman algorithm Huffman algorithm Classic
huffmanprogram
- 用matlab软件实现图像的编码和解码,并对解压后的图像是否失真进行测试,采用的算法是huffman算法,经调试无误后上传-Matlab software used to encode and decode images and extract the image to test whether the distortion using the algorithm is huffman algorithm, after the upload through debugging correct
Huffman
- 提供文本的无损压缩功能,利用霍夫曼算法实现,基于VS2005对话框。-Provide the text of the lossless compression function, the use of Huffman algorithm, based on the VS2005 dialog box.
Huffman
- huofuman 压缩编码 描述如何用霍夫曼编码进行文件压缩-huofuman encode this code describles the detail how to compress for file using the huofuman algorithm
Huffman_Final
- code to compress data usin huffman algorithm
huffman
- huffman算法,c++编程语言实现,程序功能:实现文件的解压缩-huffman algorithm, c++ programming language, the program features: Extract the files ... ...
Huffman
- huffman算法源码,基于二叉树实现了霍夫曼编码-Source huffman algorithm, based on the realization of the Huffman code tree
HuffMan
- VC++编写的Huffman压缩算法的示例程序-a demo of Huffman compression algorithm, developed by VC++ 6.0
SPIHT_Demo_compression
- this the sphit compression algorithm -this is the sphit compression algorithm
sample_files
- this HUFFman algorithm written in java, i hope it would be useful for every one in need.-this is HUFFman algorithm written in java, i hope it would be useful for every one in need.
Static-Huffman-algorithm-detailed-
- 静态huffman算法,注视详细绝对实用可靠,希望对大家有所帮助-Static Huffman algorithm detailed, look absolutely reliable and practical, and they hope to help everyone
Huffman-algorithm--experiments
- 基于Huffman算法的压缩软件设计实验,介绍了相关Huffman算法原理,并利用Java进行实现,有相应实验图作为对照!-Compression software design experiments based on the Huffman algorithm, introduced the Huffman algorithm principle, and use the Java implementation, as a control to the corresponding exper
Huffman-algorithm-code
- 哈夫曼树是一种树形结构,用哈夫曼树的方法解编程题的算法就叫做哈夫曼算法。树并不是指植物,而是一种数据结构,因为其存放方式颇有点象一棵树有树叉因而称为树。 最简哈夫曼树是由德国数学家冯。哈夫曼 发现的,此树的特点就是引出的路程最短。 概念理解:1.路径 从树中一个节点到另一个节点之间的分支构成这两个节点之间的路径。2.路径长度 路径上的分支数目称作路径长度。-Huffman tree is a tree structure, Huffman tree algorithm method to sol
