资源列表
ksp
- 前k短路径,代码,功能说明,前k短路径,解析-Before the k shortest paths, code, function descr iption, the first k shortest paths, analysis etc etc
ZipUtil
- 自写Zip工具,可压缩文件或文件夹,压缩格式为Zip,对多层文件夹结构包含递归算法,可直接用或拿来学习。-Zip Utils for file or directory,recursion examples
GZipDecoder
- C#写的一个简单程序,实现了GZip的解压,并显示出结果。-GZip decompression achieved, and shows the results
ccn_lab
- this .zip file contains caeser cipher c++ code
wenbenyasuoyujieya
- 文本压缩与解压缩工具。利用哈夫曼编码制作,可实现写入。-Text compression and decompression tool. Making use of Huffman coding, can achieve write.
compression4
- LZW compression algorithm
x264dateflow
- 文件介绍了x264程序的算法流程表,每个函数的内容详细介绍在里面-Document describes the algorithm flow chart x264 programs, and detailed descr iption of each function in it
lzwxjj
- lzw解码 编码 1、分析字符串流,从词典中寻找最长匹配串P(P在表中,而P+C不在表中。P为进行编码字符串,C为P后的第一个字符)。 2、输出P对应的词典码字(索引)。 3、将P+C放入词典-lzw decoding coded 1, analysis of a string stream, from the dictionary to find the longest match string P (P in the table, while the P+ C is not
HUF
- 哈夫曼编码压缩解压缩,可以用来压缩图片等文件。-Huffman coding compression decompression can be used to compress images
lzw
- LZW compression and decompression
36305-950
- Associated with each compressed flow is a context. The context is the state that the compressor and the decompressor maintain in order to correctly compress or decompress the headers of the packet in the flow. Each context is identified usin
dpcm
- 进行预测编码的一部分程序,若想使用还需自己编写部分函数-To predict the coding part of the program, if you want to use some functions need to write your own