搜索资源列表
数字图象处理学VC++实现
- 其中包括图像压缩的基本编码方法如Huffman编码\\算术编码\\JPEG 2000\\H.261压缩编码标准\\小波变换编码\\运动估计算法\\视频图象采集的VC实现等.-including the basic image compression coding methods as Huffman coding \\ arithmetic coding \\ JPEG 2 000 \\ H.261 coding standard \\ Wavelet Transform Coding \\ m
huffmancode
- 利用VC实现了一个huffman压缩解压算法。在附件huffmancode.zip中,解压即可。-use of a VC Huffman compression decompression algorithm. Huffmancode.zip in the annex, the extract can be.
huffman
- huffman压缩算法的VC++实现。多媒体课程设计
huffman
- 哈夫曼信源编码和解码,自己用VC编程,希望对您有帮助
huffman
- 哈夫曼编码的程序 是VC++编的 只是用TXT保存了
huffman
- vc编写的基于哈夫曼的文件压缩程序,解压后即可运行,
huffman.rar
- 哈弗曼编码的实现。VC工程,可以输出码表、字符统计频率、编码等报告。 并且可以解码!,Coding哈弗曼realized. VC works, you can output code table, character frequency statistics, coding reports. And can decode!
Huffman
- Huffman 编解码源程序 VC语言开发 -Huffman codec VC source language development
file_cut
- LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
TestLzw
- LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
Huffman
- 完美实现哈夫曼编码译码 用 vc++实现哈夫曼编码译码-Achieve perfect Huffman decoding using vc++ implementation Huffman decoding
huffman
- 数据压缩,c语言,huffman编码,vc实现-Data compression, c language, huffman coding
mp3decodesource
- mp3 解码程序 包含哈夫曼算法 也可用Visual C++编辑器查看-mp3 decode source code, including huffman, support vc++ compiler
huffman1
- huffman编解码程序vc源码,转自csdn-huffman codec vc-source program, carried csdn
Huffman
- HUFFMAN 编码 解码程序 用VC++实现-HUFFMAN Codec
huffman
- 借助VC实现输入图像的huffman编码及译码源程序-VC with the realization of the input image source huffman encoding and decoding
HuffMan
- VC++编写的Huffman压缩算法的示例程序-a demo of Huffman compression algorithm, developed by VC++ 6.0
HuffmanTestDemo
- huffman经常用在图像压缩领域。代码是huffman实现的数据压缩与解压缩程序。vc实现。-huffman often used in image compression field. Huffman code to achieve data compression and decompression process. vc achieved.
huffman(VC)
- 控件台应用程序。 采用哈夫曼编码对文件进行压缩解压。先将文件各字节读出,统计频率。进行哈夫曼编码,将编码重新写入文件。 编码命令:c <input file> <output file> 解码命令:d <input file> <output file> 对于编码的output file和解码的input file可以省略后缀,则默认采用.hfm。-huffman
Huffman
- 赫夫曼树编码和译码的实现,在VC环境下使用。-Hoffman tree coding
