资源列表
pas
- my solutions for some dynamic problems
huffmanbianmayuyiban
- huffman 编码与译码 对任意文件二进制的编码与译码
sfjcjpeg
- 一个JEPG标准的图像压缩编码算法程序,程序简单有效,有说明。-1 JEPG standard image compression coding algorithm program, the program is simple and effective, there are instructions.
LZW
- LZW压缩算法是一种新颖的压缩方法,它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。-LZW compression algorithm is a novel compression method that uses an advanced string table compression, each first occurrence of string in a string tabl
Geometricransformation
- 这个程序为图形的几何转换程序 基本图形为一个已经定义的多边形,并且编写了一个编辑多边形的过程,在进行图形变换后,再次绘出变换后的图形时可以调用此过程,方便快捷。几何变换-This procedure Geometrical basic graphics conversion program has been defined as a polygon, and the preparation of a polygon editing process, making graphics tr
LZ77arithmetic
- 测试压缩一个425K的文件需要9.4秒,压缩后的文件为177K。如果要提高压缩速度,那么算法的复杂度就得增加了。 -compression testing of a 425K file 9.4 seconds, compressed the files to 177K. If we are to raise compression speed, then the algorithm complexity must increase.
VB_LZW1
- 一个用VB实现的LZW压缩算法,压缩率高,高效压缩数据
test
- 二维DCT变换灰度图像,可分别输出变换、反变换、压缩、去除细节等之后的图像,要求输入图片为raw格式(可用photoshop转换)
080707000317
- cpp文件转换成高亮html代码的源程序,附有说明-cpp files into html code, source code highlighted, annotated
alchemi_demo
- alchemi demo for grid
lz77
- lz77编码压缩源代码(C语言版) 测试压缩一个425K的文件需要9.4秒,压缩后的文件为177K
WHM
- 快速Walsh--Hadamard(WHM)变换与反变换程序示例