资源列表
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.
huffman-code
- 哈弗曼编码实现,功能为对文本文件进行压缩和解压缩-huffman code
Huffman.tar
- 使用eclipse 3.5写的huffman压缩算法-Written using eclipse 3.5 huffman compression algorithm
HuffmanEva
- HuffmanCoding.java Huffman implementation
zlib
- windows下压缩解压函数的库,想提高网络传输性能的可以关注一下。-gzip lib under windows, very useful to reduce the network transfer cost.
LZW
- in multimedia there s a kind of compression algorithms . some lossy and some are not here is presented lzw
9927330DMDEPack
- 将EXE进行压缩加壳程序。之前用DELPHI实现过。现转成VB代源-Compress the EXE packers. DELPHI realized with before. Generation of the source are converted to VB
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
TrafficJam
- 用C++写的华容道程序,压缩包里含有测试文件和输出图片。希望对大家有用。-This is a Traffic Jam program using C++. Within the compressed package, there are testing files and label graph of layout.
LZ78
- lz78.java是lz78压缩算法的实现,是java版本的实现-Allow phonetic typing lz78.java is lz78 compression algorithm, the implementation of the java version
SevenZip
- 是7zip压缩算法的java实现,很好的代码,希望有参考价值-7zip compression algorithm is a java implementation, good code, hope to have reference value
HuffmanTree
- 实现Huffman快速编码解码,Huffman压缩算法,以及测试代码-Quick Huffman Coding and Decoding