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

Search list

[Compress-Decompress algrithmsLempel-Ziv 压缩算法

Description: 本程序采用 Lempel-Ziv 压缩算法,代码是根据 Markus Franz Xaver Johannes Oberhumer 的 LZO 改写而成-the procedures used Lempel - Ziv compression algorithm, code is based on Franz Xaver Markus Johannes Oberhumer rewritten from the LZO
Platform: | Size: 2551 | Author: 杨勇 | Hits:

[Compress-Decompress algrithmsLempel-Ziv 压缩算法

Description: Lempel-Ziv 压缩算法文档--Lempel-Ziv compression algorithm documents
Platform: | Size: 44032 | Author: 站长 | Hits:

[Compress-Decompress algrithmsLempel-Ziv 压缩算法

Description: 本程序采用 Lempel-Ziv 压缩算法,代码是根据 Markus Franz Xaver Johannes Oberhumer 的 LZO 改写而成-the procedures used Lempel- Ziv compression algorithm, code is based on Franz Xaver Markus Johannes Oberhumer rewritten from the LZO
Platform: | Size: 2048 | Author: 杨勇 | Hits:

[Compress-Decompress algrithmsLempel-Ziv压缩算法

Description: downloaded from internet
Platform: | Size: 2048 | Author: | Hits:

[Compress-Decompress algrithmslzss_huf

Description: This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
Platform: | Size: 3072 | Author: 冰冰 | Hits:

[Compress-Decompress algrithmslzw_yang

Description: the famous Lempel Ziv Welch compressor.
Platform: | Size: 8192 | Author: solitude | Hits:

[Compress-Decompress algrithmslzw压缩

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

[Compress-Decompress algrithms23952

Description: My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.-My (so called) a compression algorithm HiP 's console mode utility. It's a hybrid of Lempel-Z iv 77 and Adaptive Huffman encoding (Huffman LZ HiP ZIP = 77) with a word prefix hash algorithm et c.
Platform: | Size: 53248 | Author: 郭春阳 | Hits:

[Multimedia Developstanford_DVC_source_code

Description: 斯坦福Girod他们做的Wyner Ziv理论下的分布式视频编解码器,里面包含了一个ldpca的码字表。-Girod Stanford Wyner Ziv they make the theory of distributed video codec, which contains a code word table ldpca.
Platform: | Size: 51193856 | Author: algernon | Hits:

[Compress-Decompress algrithmslzw.c

Description: Lempel-Ziv coding 源代码(C)-Lempel-Ziv coding source code (C)
Platform: | Size: 1024 | Author: gaoxch06 | Hits:

[Compress-Decompress algrithmsLempelZIv

Description: 读入一段数据,采用lempel-Ziv算法进行信源编码-Read into the section of data, using lempel-Ziv source coding algorithm
Platform: | Size: 2048 | Author: luqi | Hits:

[Compress-Decompress algrithmsLempel-Ziv

Description: Implementation for Lempel-Ziv code. Encoder and decoder are separated. The input is a file and the output is written in another file.
Platform: | Size: 2048 | Author: Calin Juravle | Hits:

[Compress-Decompress algrithmstest_trans_lempel_ZIV

Description: source code of lemple ziv
Platform: | Size: 2048 | Author: Yahia | Hits:

[Windows Developprj

Description: lempel-ziv complexity
Platform: | Size: 1024 | Author: shadi | Hits:

[Special EffectslzwMatlab

Description: lempel-ziv welch 编码 蓝波- 立夫- 卫曲编码法-lempel-ziv welch encoding, image compression
Platform: | Size: 107520 | Author: hernan | Hits:

[JSP/Javalempel-ziv

Description: LZ算法-方法篱单又快捷,符号序列的译码也缀直接,一边译码一边又建成字典表,所以字典表无须传送,能无误地恢复成原符号序列。-lempel-ziv algorithm
Platform: | Size: 5120 | Author: 张莉 | Hits:

[Otherlemple-ziv

Description: 二次量化和lemple-ziv复杂度算法,适用于一维时间序列,复杂性研究的前提-Second applicable to one-dimensional time sequence
Platform: | Size: 1024 | Author: saffron | Hits:

[matlablzw1

Description: Lempel Ziv Encoder in matlab
Platform: | Size: 1024 | Author: imran | Hits:

[3D GraphicRansac-Line-and-3D-Plane

Description: 根据Ziv Yaniv的RANSAC直线检测算法,开发出在一些三维点中检测出若干空间平面的算法。-Based on Ziv Yaniv s RANSAC straight line detecting algorithm, these codes could find some 3D planes in some 3D points.
Platform: | Size: 413696 | Author: 刘刚 | Hits:

[Windows DevelopRANSAC.code.Ziv.Yaniv

Description: 随机抽样一致性算法RANSAC源程序,C++实现。作者:Ziv Yaniv。推荐理由1:没有使用任何其他的函数库,省去您更多负担。如解线性方程、随机数产生器。理由2:唯一觉得可惜的是他的算法中过多的使用了C++的特性,如vector,虚函数,设计模式。如果您刚好是C++高手,正是您阅读的好程序。理由3:作者的注解详细,每2行就有1行注释,容易看懂。-RANSAC random sample consensus algorithm source code, C++ implementation. Of: Ziv Yaniv. Recommended reason 1: do not use any other library, eliminating the need for more of your burden. Such as solving linear equations, random number generator. Reason 2: The only pity is that his excessive use of algorithm C++ features such as vector, virtual function, design model. If you happen to be C++ expert, is that you read a good program. Reason 3: Details of the comments, there is a line for each comment line 2, easy to understand.
Platform: | Size: 18432 | Author: | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net