资源列表
Compression
- ZIP压缩算法的VC实现,从中学习编程的乐趣,掌握压缩算法的实现过程-ZIP compression algorithm of the VC to achieve, learn the fun of programming, master the process of compression algorithms to achieve
jpg2000
- JPEG2000 standard TEXT book I want to be uploaded
03-EBC-Sequential1
- erlang语言培训第三部分, 关于顺序结构流程部分-erlang sequential processes
huffman
- 用C语言实现哈弗曼压缩算法,包含其他一些压缩算法 -Implemented in C Ha Fuman compression algorithms, including a number of other compression algorithms
lzma912
- 用C语言实现ZIP压缩算法,包含其他一些压缩算法 -With the ZIP compression algorithm C language, contains a number of other compression algorithms
File-compressor
- 文件压缩器,VISUAL C++,文件压缩,解压等功能,有MFC界面-File compressor, VISUAL C++, file compression, decompression and other functions, interface with MFC
str_comp2
- 将给定的字符串,按照规格压缩,输出压缩后的字符串。压缩规格为:相同字符连续,则压缩为“字符+数字个数”,如”aaaa”压缩为”a4”-Given string, in accordance with specifications compression, the compressed output string. Compression standard is: the same character continuously, then the compression is " the numb
comp
- 收集的一些关于无损压缩的算法实例,不保证可以使用仅供参考-Collection of some of the examples of lossless compression algorithms, does not guarantee you can use for reference only
adaptive-huffman
- adaptive huffman.rar can Download
Static-Huffman
- Static Huffman Can download
TestWinZip
- 通过winzip压缩工具,在程序中压缩或解压文件。-By winzip compression tool, compression or decompression in the program files.
adaptive-huffman
- It is a program to compress the entered file text using the adaptive huffman compression algorithm which dynamically builds a tree according to the input string