Welcome![Sign In][Sign Up]
Location:
Search - simple lzw

Search list

[Remote ControllzwScreenSpy

Description: 简单的远程控制编程的例子,实现了远程文件浏览,和屏幕监控,屏幕监控使用lzw压缩算法-simple remote control programming examples and achieve a remote file browsing, and screen monitoring, Screen Monitor compression algorithm used 4,558,302
Platform: | Size: 112771 | Author: 东南 | Hits:

[Special EffectsLZW234

Description: LZW的压缩算法,比较简单,只能实现对输入字符串的实现码流-LZW compression algorithm is relatively simple, can only be realized on the importation string achieve bitstream
Platform: | Size: 1074 | Author: chen | Hits:

[Other resourcelzw

Description: 网上有很多的压缩程序,本程序实现了最简单的一种算法-lzw压缩算法,其中用到了hashtable-many online compression procedures, the procedures for the realization of a simple algorithm-lzw compression algorithm, which stretched to the hashtable
Platform: | Size: 1196997 | Author: heyangyi | Hits:

[Special EffectsLZW234

Description: LZW的压缩算法,比较简单,只能实现对输入字符串的实现码流-LZW compression algorithm is relatively simple, can only be realized on the importation string achieve bitstream
Platform: | Size: 1024 | Author: chen | Hits:

[Data structslzw

Description: 网上有很多的压缩程序,本程序实现了最简单的一种算法-lzw压缩算法,其中用到了hashtable-many online compression procedures, the procedures for the realization of a simple algorithm-lzw compression algorithm, which stretched to the hashtable
Platform: | Size: 1197056 | Author: heyangyi | Hits:

[Compress-Decompress algrithmsRLC

Description: 使用C语言实现图像的游程编码压缩,性能优越,代码简单,便于实现。-The use of C language RLE image compression, superior performance, code is simple, easy to achieve.
Platform: | Size: 1024 | Author: 荆瑞 | Hits:

[Compress-Decompress algrithmsLZW

Description: LZW的VC++实现,很简单,很好用,大家可以下,试一试哦-LZW realize the VC++, very simple, very good, and everyone can, the try Oh
Platform: | Size: 1024 | Author: 华超 | Hits:

[Compress-Decompress algrithmsMM09

Description: 多媒体无损编码实现。( 霍夫曼编码,简单算术编码,LZW编码)-Lossless Coding of multimedia. (Huffman code, the simple arithmetic coding, LZW coding)
Platform: | Size: 4096 | Author: 杭建 | 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:

[Compress-Decompress algrithmsLZW

Description: LZW压缩算法的简单实现,以及介绍论文和伪代码-LZW compression algorithm is a simple realization
Platform: | Size: 65536 | Author: Eric | Hits:

[Compress-Decompress algrithmslzw

Description: Lzw字典压缩解压缩算法,lzw算法简单但压缩效果并不比haffman算法差。现在用途也很广泛-Lzw dictionary compression decompression algorithms, lzw algorithm is simple but not higher than compression algorithm haffman worse. Now is also very wide range of uses
Platform: | Size: 74752 | Author: ada | Hits:

[Compress-Decompress algrithmsLZW

Description: 这是基于多媒体实验所要求的lzw算法的简单实现,可以作为简单的参考来用!-This is based on multimedia experiment called lzw simple implementation of the algorithm can be used as a simple reference to use!
Platform: | Size: 980992 | Author: 唐博鼠 | Hits:

[Compress-Decompress algrithmslzw

Description: c语言实现lzw算法压缩解压,非常简洁,汉语注释,注释详细,结构清晰,使用的内容很简单-c language lzw compression decompression algorithm is very simple, Chinese, comments, comments detailed, clear structure and the content is very simple to use
Platform: | Size: 526336 | Author: vistance | Hits:

[Compress-Decompress algrithmsLZW-CLASS

Description: 这是一个简单的LZW编码程序,能实现字典编码的基本工能!用码树实现!实现LZW编码和译码,任意数一段字符之后,就能实现对其的LZW编码,按照格式输入一段解码字符段,会解码出字符!-This is a simple LZW coding procedure, can realize the basic encoding dictionary work can!!!! Tree with code true! Realize the coding and decoding LZW, arbitrary number after a character, can achieve its LZW code, according to the format input a decoding character section, a character can decode!
Platform: | Size: 5120 | Author: xr | Hits:

[Multimedia Developlzw

Description: 实现多媒体流数据无损压缩LZW编码、解码算法,界面简单,可以自定义字典。-Multimedia streaming data about LZW encoding, decoding algorithm, the interface is simple, and can customize the dictionary.
Platform: | Size: 1517568 | Author: guizi | Hits:

[Compress-Decompress algrithmsLZWSample

Description: 实现简单的LZW压缩算法,LZW压缩算法的基本概念:LZW压缩有三个重要的对象:数据流(CharStream)、编码流(CodeStream)和编译表(String Table)。在编码时,数据流是输入对象(文本文件的据序列),编码流就是输出对象(经过压缩运算的编码数据);在解码时,编码流则是输入对象,数据流是输出对象;而编译表是在编码和解码时都须要用借助的对象。字符(Character):最基础的数据元素,在文本文件中就是一个字节;字符串(String):由几个连续的字符组成; 前缀(Prefix):也是一个字符串,不过通常用在另一个字符的前面,而且它的长度可以为0; -Achieve a simple LZW compression algorithm, LZW compression algorithm' s basic concept: LZW compression three important objects: data stream (CharStream) encoded stream (CodeStream) and compile Table (String Table). When coding, the data stream is input to the data sequence of objects (text file), encoded stream output object (after compression operation code data) When decoded, the encoded stream is input object, the data stream is output objects while compiling The table is a need to use a means in the encoding and decoding are objects. Character (Character): The most basic data elements, in the text file is a byte string (String): composition by several successive characters prefix (prefix): is a string, but usually used in another in front of the character, and its length can be 0
Platform: | Size: 5142528 | Author: | Hits:

[File Operatelzw

Description: LZW压缩算法,基于字典的编码. 逻辑简单,硬件实现价廉,运算速度快.-LZW compression algorithm, dictionary-based encoding logic is simple, inexpensive hardware, computing speed.
Platform: | Size: 699392 | Author: 刘杰 | Hits:

[Crack HackLZW

Description: 数据压缩大作业,LZ77算法的实现,简单实用。-Data compression, LZ77 algorithm, simple and practical
Platform: | Size: 48128 | Author: 程红 | Hits:

[Compress-Decompress algrithmsLZW编码

Description: 这个文档是我大学时候多媒体的一个实验作业,里面要求实现LZW压缩方法。大家可以在文档中自行查阅。(This document is an experimental operation of multimedia in my university. It requires four simple compression methods, namely, Huffman, adaptive Huffman, LZW and arithmetic coding. Because of the need of practice at that time, the four methods of compression are slightly different in the way of implementation. You can look up in the document.)
Platform: | Size: 1024 | Author: tiger12312 | Hits:

[Windows Developpractice

Description: 本程序使用LZW算法对图像进行压缩。压缩编码是一种先进的数据压缩技术,属于无损压缩编码。对于简单图像和平滑且噪声小的信号源具有较高的压缩比,并且有较高的压缩和解压缩速度。(This program uses the LZW algorithm to compress the image. Compression coding is an advanced data compression technology. It belongs to lossless compression coding. It has high compression ratio and high compression and decompression speed for simple image, smooth and low noise signal source.)
Platform: | Size: 310272 | Author: UDCN | Hits:
« 12 »

CodeBus www.codebus.net