搜索资源列表
wbs
- 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip
huffman-C
- 基于huffman算法的压缩/解压缩的程序源码。 Borland C++写的。 仅供参考学习,请勿作为盈利性程序。-Huffman compression code compressor and decompressor in Borland C++ 2.0 by Shaun Case, April 1991 Enclosed in this archive are two C programs that implement Huffman code compressi
comp
- Huffman算法做的压缩解压程序-compress/uncompress program with Huffman algorithm
HuffmansourcecodingClanguagesourcecode
- 哈夫曼信源编码是一种很常见的信源编码方式。本源代码对初学者有很强的借鉴意义。本代码兼容性强。可在C++程序中调用。-Huffman source coding is a very common source coding methods. Source code for beginners have a very strong reference. The code compatibility. In C++ Procedure call.
compressor
- 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
tuxiangchuli
- 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
huffman.c
- Implementation of Huffman code in C
HufComp
- Source code of Huffman Compression routine in Assembly and C. Very small and fast decompression routine
Huffman_coding_(C_Plus_Plus)
- huffman encoding scheme in C-huffman encoding scheme in C++
Huffman
- self contained Huffman encoder and decoder with CLI. Simple program written in C. The program encode text entered to a file. The file is used by the decoder to recover text.
huffman-0.1
- this zip file contains source code for huffman algoritm in c language
Shannon-fano
- A source code of Shannon-fano coding in C++. Sometimes also known as prefix coding
ahaf
- adaptive huffman .. compression source code in C -adaptive huffman .. compression source code in C ...
Huffman
- 霍夫曼编码的C语言实现,本文档可以为你提供你所需要的内容-Huffman coding in C language, this document can provide you with the content you need
huffman
- 用C语言实现哈弗曼压缩算法,包含其他一些压缩算法 -Implemented in C Ha Fuman compression algorithms, including a number of other compression algorithms
huffman-0.81
- Implemetation of huffman coding in C
Huffman.c.tar
- Huffman. Source code in C.
huffman
- 用C实现的huffman算法,只有生成编码树的部分但是没有最后对文件进行编码输出。-implementation of huffman coding in C
Huffman-coding-in-C-language
- 用C语言实现huffman编码,生成txt文件,显示编码结果,压缩比。-Huffman coding in C language
Huffman
- Huffman nen code in c++