资源列表
Dynamic-Dictionary
- 用java编写的dynamic dictionary动态字典压缩和解压缩程序。字典更新方法是:FC(First Character)和CM(Current Match),删除方法是FREEZE和RESTART。-This is a java program that contains compression and decompression using dynamic dictionary method. There are two dictionary update method: Firs
9927330DMDEPack
- 将EXE进行压缩加壳程序。之前用DELPHI实现过。现转成VB代源-Compress the EXE packers. DELPHI realized with before. Generation of the source are converted to VB
LZW
- in multimedia there s a kind of compression algorithms . some lossy and some are not here is presented lzw
zlib
- windows下压缩解压函数的库,想提高网络传输性能的可以关注一下。-gzip lib under windows, very useful to reduce the network transfer cost.
HuffmanEva
- HuffmanCoding.java Huffman implementation
Huffman.tar
- 使用eclipse 3.5写的huffman压缩算法-Written using eclipse 3.5 huffman compression algorithm
huffman-code
- 哈弗曼编码实现,功能为对文本文件进行压缩和解压缩-huffman code
cipher
- 置换密码。本程序没有把变换的矩阵解出来,而是通过数学变换,求得每一列最后的在位置,再求模得出密文。-Replacement password. This procedure did not change the matrix solution out, but by mathematical transformation, obtained in the final position of each column, then the modulus obtained ciphertext.
adaptive_arithmetic
- 算术编码,自适应的算术编码原码。可以压缩任何长度的字符串-arithmetic coding
Compression
- 该源码实现了多种方法实现文件的压缩和解压功能-File Compress with some algorithms
LZWCompress(c)
- 该文件是利用LEW原理实现文件的压缩和解压功能,并用C语言实现-LEW Compress File with C
LZWCompress(java)
- 利用LEW原理,实现对文件的压缩和解压,用Java语言实现该功能-LEW Compress File with Java