搜索资源列表
LZ77算法源代码
- 用C语言实现了LZ77算法。程序独特之处在于使用了64KB大小的固定长度窗口,利用此方法可分块压缩数据。-realize LZ77 algorithm by C language.Specially program uses a 64k stable length window.It can compress data by block by using this method.
LZW_compress_algorithm
- LZW压缩算法,提供了LZW压缩算法详细代码和说明,用C语言实现的。-LZW compression algorithm, the LZW compression algorithm detailed code and annotations, using the C language.
compress123
- LZW程序源代码,c语言实现。可能不是很全,我有好的版本,会继续给大家。-LZW source code, c language. May not be all, I have a good version, we will continue to.
lbgvq
- lbg算法是一种经典的矢量量化算法,此源码为lbg算法的c语言实现。-lbg algorithm is a classic vector quantization algorithm, the algorithm lbg source for the C Language.
yiliao
- 这个程序是用C语言实现的。我使用了单向链表来实现对药品的增加. 删除等操作. 我修改了几次算法, 优化了一下. 如果有不足之处,还望各位多多指点。 设计目的: 这是一个专为小药店设计的药品管理系统. 可以对药品自由的进行添加、删除、查找等操作. 功能简介:(每个数字键对应相应的功能, 按数字键后,请按Enter键) \"1 - 增加药品\": 向系统增加一种药品 \"2 - 删除药品\": 删除系统中的一种药品 \"3 - 查找药品\": 输入药品
wavelet.0.3jerryxin.tar
- 本程序是用c语言实现的小波变换,大家一起学习一下。-this program is the C Language wavelet transform, we are learning about.
jasper-xh
- JPEG2000的压缩和解压程序 C语言实现的jasper源程序 -JPEG2000 compression and decompression procedures for the C language source jasper
C.LZW
- lzw压缩算法的c语言实现及用C++实现算术编码-lzw compression algorithm in C Language C and achieve Arithmetic Coding
LZWcompression
- lzw数据压缩算法的源代码,使用c语言实现的-lzw data compression algorithm source code, the use of the C Language
LZW
- LZW算法的C语言实现!能够实现对原始数据的压缩!
H.264
- 图象压缩程序,音频h.264压缩标准的c语言实现,能顺利通过编译并运行
mpeg
- 图象压缩程序,视频mpeg压缩标准的c语言实现,能顺利通过编译并运行
LPC线性预测压缩算法的实现
- 线性预测压缩算法的实现。c语言实现,我实验课上写的,可以用codeblocks运行
entropy
- 课堂学习程序,C语言实现计算图像的熵、二阶熵、差分熵。在VC6下运行正常-Classroom learning process, C language realization of the calculation of the entropy of image, second-order entropy, differential entropy. VC6 run in the normal
20090303LZW
- 多媒体课内实验:用C语言实现的LZW压缩和解压算法。-Using C language implementation of the LZW compression and decompression algorithm.
huffman
- 数据压缩,c语言,huffman编码,vc实现-Data compression, c language, huffman coding
matrixcompress
- C语言实现矩阵压缩的小程序 掌握特殊矩阵通过压缩存储算法进行压缩存储的方法,并编程实现相关功能。 基本要求: (1) 可以对对称矩阵、上三角矩阵、下三角矩阵、三对角矩阵进行压缩存储; (2) 原始矩阵通过键盘输入,执行后输出压缩后的矩阵; (3) 输入在原始矩阵中的位置,能够得出压缩后的位置; (4) 原始矩阵的行列数从键盘输入。 -C language implementation of small programs to master matrix comp
LZW-C
- LZW压缩算法用C语言的实现相应编程,无损压缩结果和还原后信息一致。-LZW compression algorithm to achieve the appropriate use of C language programming, lossless compression results and consistent with the information after reduction.
LZWCompress(c)
- 该文件是利用LEW原理实现文件的压缩和解压功能,并用C语言实现-LEW Compress File with C
Huffman-coding-in-C-language
- 用C语言实现huffman编码,生成txt文件,显示编码结果,压缩比。-Huffman coding in C language