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

Search list

[Compress-Decompress algrithmsTestLzw

Description: LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
Platform: | Size: 1313792 | Author: Richard Yang | Hits:

[Compress-Decompress algrithmsLZW

Description: 用VC++实现LZW算法,还不错,值得一看-Using VC++ realize LZW algorithm, but also well worth a visit
Platform: | Size: 63488 | Author: 王绍鹏 | Hits:

[Compress-Decompress algrithms20090303LZW

Description: 多媒体课内实验:用C语言实现的LZW压缩和解压算法。-Using C language implementation of the LZW compression and decompression algorithm.
Platform: | Size: 902144 | Author: duyankang | Hits:

[AlgorithmLZW_src

Description: Fast LZW Compression Using Binary Tr-Fast LZW Compression Using Binary Tree
Platform: | Size: 16384 | Author: vietanh | Hits:

[Compress-Decompress algrithmsLZW

Description: LZW 压缩与解压源码, 已经封装成动态链接库, 方便调用.-LZW Compression and Decompression.
Platform: | Size: 79872 | Author: 廖增祥 | Hits:

[Compress-Decompress algrithmslzw_huffman

Description: lzw huffman coding .-lzw huffman coding .
Platform: | Size: 7168 | Author: andredurao | Hits:

[Special EffectsImageProcess

Description: 特技显示: 图像扫描、图像插入、百叶窗显示、马赛克效果、栅格条交错、从全黑淡入、图像伸缩 像素运算: 查看直方图、直方图均衡、线性变换、阈值变换、窗口变换、灰度拉伸、对数变换 几何变换: 图像镜像、图像平移、图像旋转、图像缩放 正交变换: 离散傅立叶变换、离散余弦变换、沃尔什哈达玛变换、离散K-L变换、小波变换 图像复原: 逆滤波复原、维纳滤波复原 图像增强: 灰度变换调整、直方图修整法、图像平滑法、中值滤波、低通滤波、图像锐化、高通滤波 形态运算: 图像腐蚀、图像膨胀、开闭运算、图像细化 图像分析: 边缘检测、霍夫变换、轮廓提取、轮廓跟踪、阈值分割、区域生长、投影检测、差影检测、模板匹配 图像编码: 霍夫曼编码、香农-费诺编码、行程编码、GTF-LZW编码 -ImageProcess VC++
Platform: | Size: 903168 | Author: hongye | Hits:

[Special EffectsLZW

Description: LZW既为游程编码。也是用该种编码方式来消除图像中的冗余。-LZW both run-length coding. Is also the encoding used to eliminate redundant image.
Platform: | Size: 260096 | Author: liuyaxin | Hits:

[Internet-NetworkPicture.Translate.Of.Remote.Desktop.Control

Description: 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-First, use the TCP protocol to transmit data. Reason: better stability. Two, the use of byte data stream for transmission, the reasons: A: VB s String existence automatic Unicode conversion question, effects of speed B: can directly send 8-bit byte data, Does not need to use Base64 encoding, thereby reducing the encoding time. Three, the use of GIF-LZW compression algorithm for image compression. Rationale: A: Run-Length Coding, Huffman compression algorithm compression ratio is too low B: JPEG compression algorithm required too many bit computing, and computing a large quantity (MMX has specialized optimization algorithm), VB is not conducive to implementation C: GIF-LZW compression algorithm compression ratio is better, and I have come up with efficient under VB grammar GIF-LZW compression/decompression algorithm. Four, use the "orderly jitter" algorithm for color quantization. Rationale: "orderly jitter" must deal with the results of reg
Platform: | Size: 54272 | Author: whoamixp | Hits:

[JSP/Javachengxudaidml

Description: 《Windows程序设计》配套代码、LZW压缩算法源代码、Socket异步通信示程序代码-" Windows Programming" complementary code, LZW compression algorithm the source code, Socket asynchronous communication code that
Platform: | Size: 1660928 | Author: ldd | Hits:

[Compress-Decompress algrithmsLZW

Description: 采用C++编写的已经封装好的lzw压缩算法,对于常规文件压缩而言,这个压缩算法的速度还是比较不错的,也可以用于嵌入式平台下使用-The use of C++ package has been prepared lzw good compression algorithm, the conventional file compression, this compression algorithm is quite good speed, can also be used for embedded platforms
Platform: | Size: 4096 | Author: leajian | Hits:

[Compress-Decompress algrithmsLZW

Description: LZW编码,可以更加理解LZW的用途以及LZW编码的优越性。-LZW coding, you can better understand the use of LZW, and LZW coding superiority.
Platform: | Size: 2048 | Author: 木灵蓝 | Hits:

[Compress-Decompress algrithmsLZW_Demo

Description: LZW算法的实现,用C语言编写的,LZW算法是一个压缩算法,压缩比例很高!喜欢了解的人看看吧!-lzw algorithm implementation!
Platform: | Size: 23552 | Author: 陈云星 | Hits:

[Compress-Decompress algrithmsMM09

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

[Special Effectscode

Description: 图像编码(包括哈夫曼编码、香农弗诺编码、行程编码、LZW编码、JEPG编码)-Image Coding (including Huffman coding, Shannon弗诺coding, Run-Length Coding, LZW coding, JEPG code)
Platform: | Size: 3072 | Author: 彭素静 | Hits:

[Compress-Decompress algrithms+Compress

Description: Per gli interessati ai metodi della compressione una vera miniera d oro, oltre 70 algoritmi all interno di moduli base indipendenti consentono a questo programma di mostrare il loro utilizzo e le loro performances, ecco elencati alcuni di essi : base64/crc32/fibonacci/mtf/freq/adddif/bwt/fix12/fix128/flatter/ huffman/lzw/lzs/rle/lbe/hash/vbc/scrambler, e tanti tanti altri.-Per gli interessati ai metodi della compressione una vera miniera d oro, oltre 70 algoritmi all interno di moduli base indipendenti consentono a questo programma di mostrare il loro utilizzo e le loro performances, ecco elencati alcuni di essi : base64/crc32/fibonacci/mtf/freq/adddif/bwt/fix12/fix128/flatter/ huffman/lzw/lzs/rle/lbe/hash/vbc/scrambler, e tanti tanti altri.
Platform: | Size: 171008 | Author: vittorio | Hits:

[Compress-Decompress algrithmsDir0.1

Description: 多媒体实验,LZW字典编码算法的实现,java-Multimedia experiments, LZW coding algorithm Dictionary, java
Platform: | Size: 3072 | Author: xiaoliang | Hits:

[Compress-Decompress algrithmscalgary

Description: Best algorithm for LZW ..C language
Platform: | Size: 1069056 | Author: Lino | Hits:

[Internet-Networklzw

Description: lzw 算法, 还是蛮有用的哦,是c++语言的-lzw algorithm, or quite used to Oh, is c++ language
Platform: | Size: 10240 | Author: jason | Hits:

[JSP/JavaDictionary

Description: LZW字典编码,简洁扼要的实现,用java实现。-LZW dictionary coding, using java to achieve.
Platform: | Size: 6144 | Author: 燃烧 | Hits:
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 39 »

CodeBus www.codebus.net