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

Search list

[Compress-Decompress algrithmsLZW_DLL

Description: 将LZW算法封装为DLL的程序,可供C#等调用-LZW algorithm to process package for the DLL for C#, such as call
Platform: | Size: 11264 | Author: lxz | Hits:

[Compress-Decompress algrithmsCOMPRESSION

Description: Simple LZW image compression implemented on Spartan-3e starter kit using Xilinx9.2 and Modelsim for testbench simulation.
Platform: | Size: 198656 | Author: amrabbas | Hits:

[JSP/Javalzw_src

Description: this java lzw algorithm implementation in java. I dowloaded from a website and thought of putting it here so other member can use it too. :)-this is java lzw algorithm implementation in java. I dowloaded from a website and thought of putting it here so other member can use it too. :)
Platform: | Size: 2048 | Author: bittersea | Hits:

[Compress-Decompress algrithmsLZWTest

Description: LZW的压缩与解压源代码,无损压缩,代码安全可靠。-LZW compression and decompression of the source code, lossless compression, secure and reliable code.
Platform: | Size: 757760 | Author: jinmy | Hits:

[Compress-Decompress algrithmsshabnam-chatserver

Description: ChatServer with Compressing a text by Lzw Algorithm
Platform: | Size: 27648 | Author: shabnam | Hits:

[Compress-Decompress algrithmslzw

Description: LZW Algorithme LZMA est un algorithme de compression basé sur la célèbre méthode compression Lempel Ziv. Les principales caractéristiques de cet algorithme sont une très bonne compression, une décompression rapide, l utilisation de beaucoup de mémoire vive pour la compression et un faible usage pour la décompression. -LZW Algorithme LZMA est un algorithme de compression basé sur la célèbre méthode de compression Lempel Ziv. Les principales caractéristiques de cet algorithme sont une très bonne compression, une décompression rapide, l utilisation de beaucoup de mémoire vive pour la compression et un faible usage pour la décompression.
Platform: | Size: 3072 | Author: amin2 | Hits:

[Compress-Decompress algrithmsCompress

Description: 一个RLE/HUFFMAN/LZW的压缩算法类,可以对一段内存区进行压缩/解压缩、测试压缩比等操作。-An RLE/HUFFMAN/LZW compression algorithm classes can be a memory area compression/decompression, test compression ratio of such an operation.
Platform: | Size: 5120 | Author: ebeaza | Hits:

[OtherSoft20060207113911202

Description: LZW算法,不同压缩算法的性能比较,源码-compression
Platform: | Size: 3072 | Author: Arvin | Hits:

[Compress-Decompress algrithmslzw

Description: LZW的用于图像压缩,但没有压缩效果,仅供参考-LZW compression for image,but no effect
Platform: | Size: 470016 | Author: wangjun | Hits:

[Multimedia Developlzw

Description: 实现图像压缩编码中的重要lzw算法,很好很强大的lzw的算法-lzw
Platform: | Size: 13312 | Author: lihe | Hits:

[Graph programhomework3

Description: LZW 变换 对灰度图像有很好的效果,VC环境下。有界面。-LZW transform grayscale images have very good results, VC environment. There interface.
Platform: | Size: 43008 | Author: zhl | Hits:

[Compress-Decompress algrithmsLZW_Demo

Description: 实现对图像的lzw压缩编码 得到图像的压缩比以及码长-Lzw realize image compression coding of image compression ratio as well as the code length
Platform: | Size: 26624 | Author: matiejun | Hits:

[Compress-Decompress algrithmslzw

Description: 源代码通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. 提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时可以从已编码的数据中还原出原来的编译表.-The source code through the establishment of a string table, with a shorter code to represent a long string to achieve compression. Extract the original text file data in a different character, based on these characters to create a compiled table, and then compile the table of characters the index to replace the original text file data in the corresponding characters, reducing the size of the original data. We are here to create pre-compiled form is not good, but dynamically created based on original file data, and decoding the encoded data can be restored out of the original build sheet.
Platform: | Size: 6144 | Author: udee | Hits:

[Compress-Decompress algrithmslzw

Description: lzw 压缩的实现,实现了lzw算法的压缩,但不支持mp3压缩-lzw implementation of compression achieved lzw compression algorithm, but does not support mp3 compression
Platform: | Size: 4096 | Author: zhl | Hits:

[Compress-Decompress algrithmslzw_code_decode

Description: LZW decoder and encoder
Platform: | Size: 2048 | Author: amnass | Hits:

[Compress-Decompress algrithmscpp3

Description: 压缩编码的一种经典方法,LZW码,基于字典的建模原理,首先构建字典,然后通过搜索进行压缩-LZW
Platform: | Size: 1024 | Author: haree | Hits:

[Compress-Decompress algrithmsLZW_coding

Description: LZW_coding: LZW encoding and LZW decoding.
Platform: | Size: 8192 | Author: binbin | Hits:

[Program docencode16

Description: lzw壓縮encode,字典壓縮部份使用16位元儲存在文字檔中,缺點為壓縮效率太差,一個文字需用四個bit表示-lzw compression encode, some use 16-bit compression dictionary is stored in text files, the shortcomings of bad for the compression efficiency of a four bit word, said Xu Yong
Platform: | Size: 1024 | Author: snight | Hits:

[Compress-Decompress algrithmsLZW15V_C

Description: LZW算法的C语言实现,最多可扩展到15位-This is the LZW module which implements a more powerful version of the algorithm. This version of the program has three major improvements over LZW12.C. First, it expands the maximum code size to 15 bits. Second, it starts encoding with 9 bit codes, workingits way up in bit size only as necessary. Finally, it flushes thedictionary when done.
Platform: | Size: 3072 | Author: libin | Hits:

[2D Graphicgif-lzw

Description: 应用于gif动画格式的lzw解压缩算法程序,实现gif动画的现实-Gif animation format used in the decompression algorithm lzw procedures, to achieve realistic animation gif-Gif animation format used in the lzw decompression algorithm program to realize the reality of animated gif-Gif animation format used in the decompression algorithm lzw procedures, to achieve realistic animation gif
Platform: | Size: 3072 | Author: aaa | Hits:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 39 »

CodeBus www.codebus.net