资源列表
h.264_vc
- C语言实现的H.264视频压缩协议,方便移植到各种嵌入式平台-C language implementation of the H.264 video compression protocol to facilitate the migration to a variety of embedded platforms
Huffman-Coding
- 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, of
LZ77n1
- LZ77压缩解压算法,可以实现任意文件的压缩解压-LZ77 compression decompression algorithms can extract any file compression
lz77n
- LZ77无损压损算法,可以实现文本和音频文件的压缩和解压,已建好工程-LZ77 algorithm for lossless compression loss, can text and audio file compression and decompression, projects have been completed
LZ772
- LZ77压缩算法,是一个很好的代码,可以实现文件的压缩和解压,压缩率也较高-LZ77 compression algorithm, is a good code, can file compression and decompression, the compression rate is higher
LZ773
- LZ77无损压缩算法,直接可以运行,压缩率一般,但运行速度快-LZ77 lossless compression algorithm can be run directly, compression ratio is generally, but it' s fast
v0_10
- LZSS压缩算法,用C++编写,直接可以运行,速度很快-LZSS compression algorithm, written in C++, you can directly run, very fast
LZW11
- LZW数据压缩算法和解压缩算法,可以实现文件的压缩和解压-LZW data compression algorithm and decompression algorithms, complete with a graphical interface,
LZW33
- LZW无损数据压缩和解压算法,可以很好的实现数据的压缩解压-LZW lossless data compression and decompression algorithms, can achieve a good data compression decompression
LZW34
- LZW数据压缩算法,文件文本压缩解压工具,使用环境为VC6.0-LZW data compression algorithm, compression decompression tool for text files, use the environment for VC6.0
Huffman.c.tar
- Huffman. Source code in C.
LempelZivProjectCPP
- Basic Lempel Ziv Project in C++.