Welcome![Sign In][Sign Up]
Location:
Search - LZW

Search list

[Crack HackLZWarithmetic

Description: LZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字-LZW algorithm is based on converting Series (dictionary) T, the input string mapping into fixed-length (usually 12) the code word
Platform: | Size: 4096 | Author: 傻傻 | Hits:

[Compress-Decompress algrithmsmy_lzw_coding

Description: LZW算法的编码器,使之能对大写英文字母构成的字符串编码 -LZW algorithm for the encoder, so it will be able to capitalize alphabetical constitute string coding
Platform: | Size: 1024 | Author: | Hits:

[Compress-Decompress algrithms第十一次上机

Description: 实现LZW压缩及解压缩的程序,该程序在VC6环境下编译运行!-achieve LZW compression and decompression procedures, the procedures in VC6 environment compiler running!
Platform: | Size: 966656 | Author: psz | Hits:

[Graph programlzw11

Description: 这是关于多媒体技术图像压缩lzw编码与源码的源程序(c语言版)-This is the multimedia technology of image compression coding and 4,558,302 source of the source (c language version)
Platform: | Size: 207872 | Author: fdg | Hits:

[Compress-Decompress algrithmslzw压缩

Description: 无损数据压缩的源码,Lempel Ziv Welch算法-lossless data compression source code, the Lempel Ziv Welch algorithm
Platform: | Size: 6144 | Author: 别志松 | Hits:

[Multimedia Develop行程长度编码lzw压缩算法源代码和示例程序代码

Description: 行程长度编码,在MPEG编码里面也非常有用,可以学习-length encoding in MPEG encoder inside are very useful, can learn to s
Platform: | Size: 69632 | Author: 李明 | Hits:

[File OperateLZW_Demo

Description: WINDOWS 界面,LZW压缩算法和RLE压缩算法的实现源码及Demo。-Windows interface, LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
Platform: | Size: 1960960 | Author: 张细细 | Hits:

[Crack Hackpmet_CodeDecodeCompressDeCom

Description: 包含几十个加密解密类和压缩解压缩类,DES,LZW,Huffman-contains dozens of types of encryption and decryption and compression decompression category, DES, LZW, Huffman
Platform: | Size: 193536 | Author: 杨小卫 | Hits:

[GDI-Bitmapcompc++

Description: 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth some image format, then read these codes you will be of great help, which is the foundation. (Package includes the algorithm are : lzari, lzhuf, lzss, 4,558,302, lz77, Huffman, rle8, rle16). Tools : Definitive C.
Platform: | Size: 105472 | Author: 周自强 | Hits:

[GDI-BitmapLZWandLZRW

Description: 图像压缩算法LZW和LZRW压缩算法源代码-image compression algorithm and LZRW LZW compression algorithm source code
Platform: | Size: 5120 | Author: Ben | Hits:

[Compress-Decompress algrithmsdatastruct_lzw

Description: 一个数据结构课程之后自己编写的lzw压缩算法-a data structure courses to prepare themselves to the 4,558,302 Compression Algorithm
Platform: | Size: 47104 | Author: 段云 | Hits:

[source in ebookTlzw

Description: 这是一个实现多媒体的lzw算法,有这方面需求的朋友可以下下啊,效果不错.-This is a realization of multimedia 4,558,302 algorithm, which are the needs of our friends in Lower ah, the effect is true.
Platform: | Size: 74752 | Author: snakeraiden2 | Hits:

[Compress-Decompress algrithmsLZW12book+

Description: 这是书上的LZW的压缩程序,但我觉得需要改进-This is the book on the LZW compression procedure, but I think it needs improvement
Platform: | Size: 1024 | Author: tt | Hits:

[Multimedia Developlzwvsrledemo

Description: lzwvsrledemo是关于rle和lzw算法的性能比较,程序写得很详细,界面也不错,实用性很好-lzwvsrledemo on eps, and 4,558,302 algorithm performance, very detailed written procedures, and the interface is good, practical, well
Platform: | Size: 3757056 | Author: yuanyuan | Hits:

[GDI-BitmaphuffmanLZWRLE

Description: 本文件中包含对图像的Huffman变换,以及LZW和RLE编码-this document contains the image Huffman transform, and RLE encoding and LZW
Platform: | Size: 734208 | Author: et | Hits:

[Compress-Decompress algrithmsLZW_compress_algorithm

Description: LZW压缩算法,提供了LZW压缩算法详细代码和说明,用C语言实现的。-LZW compression algorithm, the LZW compression algorithm detailed code and annotations, using the C language.
Platform: | Size: 4096 | Author: fgdfgdfg | Hits:

[Compress-Decompress algrithmslzwfordepresscoding

Description: LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-LZW compression and decompression procedures lzw.c major functional modules bitio.c/bitio . h some support function, and support bits (bit) for the File I/O usage : Compression 4,558,302 E
Platform: | Size: 2048 | Author: 冯灿科 | Hits:

[Compress-Decompress algrithmslzw_c++

Description: 此程序是经典算法LZW压缩算法的实现,具有较好的压缩与解压速度,并有较好的压缩比.在vc6.0环境下编译通过-classic LZW algorithm for the compression algorithm to achieve, the better compression and decompression speed, and a better compression ratio. in vc6.0 compile environment
Platform: | Size: 5120 | Author: tqin007 | Hits:

[Compress-Decompress algrithmsLZWCompaction

Description: 数据压缩编码LZW演示版本,基于文件的输入输出操作.-LZW data compression coding demo version, file-based input and output operations.
Platform: | Size: 206848 | Author: 陈玲玲 | Hits:

[Multimedia DevelopRLE_compress

Description: LZW压缩算法和RLE压缩算法的实现源码及Demo。-LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
Platform: | Size: 67584 | Author: 王梅 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 39 »

CodeBus www.codebus.net