资源列表
ArithmeticCoding
- 简单的算术编码源程序 ArithmeticCoding-Simple arithmetic coding source ArithmeticCoding
huff
- 呃,就是用赫夫曼算法写的压缩解压程序。非常粗糙,只能压缩英文文章。因为里面的字符概率是基于自然语言的,源代码之类的没法压缩。而且会抛弃最后几个字母,嘿嘿。为了交作业,没有好好写。改一下下应该能挺好的。压缩比能到60 吧-Uh, is to use Huffman compression decompression algorithm written procedures. Very rough, only compress English articles. Because there is t
cabac
- h.264视频压缩标准中基于内容的自适应二进制算术编码(CABAC)算法的C程序实现-h.264 video compression standard content-based adaptive binary arithmetic coding (CABAC) algorithm in C program
CodHuffman
- Implementation for the Huffman Cod in Visual C++. Both, the encoder and the decoder take as input a file and write the output into another file.-Implementation for the Huffman Cod in Visual C++. Both, the encoder and the decoder take as inp
all_usually_search
- 各种常见的运动估计方法。应用于视频编解码中。方法全面的让你喜出望外。-this source code includes all usually motion search methods. it must make you crazy.
socket
- 主要用于java 的socket通信,很简单噢,看了你就明白。-socket connect
8.14LZWCompress
- LZW是一个很著名的压缩解压缩设计方案,在很多数据结构书中都作为例子讲解,此程序完整的实现了基于LZW的压缩解压缩-LZW is a very famous decompress compressed design scheme, Many data structures in the book are as examples to explain that the integrity of the process based on the realization of the LZW comp
huibianlanguage
- 数据压缩的算法实现的 数据压缩的源代码实现-Data compression data compression algorithm of the source code to achieve
cjpeg
- jpeg压缩算法源码-jpeg compression calculates the law origin code
Huffman
- 信息论与编码这门课程中哈夫曼编码理论对于通信工程的学生来说很重要,此程序代码可以验证编码方法的正确性。-Huffman coding theory information theory and coding of this course is very important for the students of communications engineering, this code can verify the correctness of the encoding method.
MPAM4
- BCH编解码,能显示编译前后的码型变换,成功运行-BCH codecs, can show a pattern transformation compiled before and after successful operation
huffan
- 基于Huffman编码的压缩解压算法,用C++编写,便于初学者理解压缩算法。-Based on Huffman Coding compression decompression algorithms, using C++ To prepare, easy for beginners to understand compression algorithms.