搜索资源列表
Lempel-Ziv 压缩算法
- 本程序采用 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
Lempel-Ziv 压缩算法
- Lempel-Ziv 压缩算法文档--Lempel-Ziv compression algorithm documents
Lempel-Ziv 压缩算法
- 本程序采用 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
Lempel-Ziv压缩算法
- downloaded from internet
lzss_huf
- 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 r
lzw_yang
- the famous Lempel Ziv Welch compressor.
lzw压缩
- 无损数据压缩的源码,Lempel Ziv Welch算法-lossless data compression source code, the Lempel Ziv Welch algorithm
23952
- 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 c
stanford_DVC_source_code
- 斯坦福Girod他们做的Wyner Ziv理论下的分布式视频编解码器,里面包含了一个ldpca的码字表。-Girod Stanford Wyner Ziv they make the theory of distributed video codec, which contains a code word table ldpca.
lzw.c
- Lempel-Ziv coding 源代码(C)-Lempel-Ziv coding source code (C)
LempelZIv
- 读入一段数据,采用lempel-Ziv算法进行信源编码-Read into the section of data, using lempel-Ziv source coding algorithm
Lempel-Ziv
- Implementation for Lempel-Ziv code. Encoder and decoder are separated. The input is a file and the output is written in another file.
test_trans_lempel_ZIV
- source code of lemple ziv
prj
- lempel-ziv complexity
lzwMatlab
- lempel-ziv welch 编码 蓝波- 立夫- 卫曲编码法-lempel-ziv welch encoding, image compression
lempel-ziv
- LZ算法-方法篱单又快捷,符号序列的译码也缀直接,一边译码一边又建成字典表,所以字典表无须传送,能无误地恢复成原符号序列。-lempel-ziv algorithm
lemple-ziv
- 二次量化和lemple-ziv复杂度算法,适用于一维时间序列,复杂性研究的前提-Second applicable to one-dimensional time sequence
lzw1
- Lempel Ziv Encoder in matlab
Ransac-Line-and-3D-Plane
- 根据Ziv Yaniv的RANSAC直线检测算法,开发出在一些三维点中检测出若干空间平面的算法。-Based on Ziv Yaniv s RANSAC straight line detecting algorithm, these codes could find some 3D planes in some 3D points.
RANSAC.code.Ziv.Yaniv
- 随机抽样一致性算法RANSAC源程序,C++实现。作者:Ziv Yaniv。推荐理由1:没有使用任何其他的函数库,省去您更多负担。如解线性方程、随机数产生器。理由2:唯一觉得可惜的是他的算法中过多的使用了C++的特性,如vector,虚函数,设计模式。如果您刚好是C++高手,正是您阅读的好程序。理由3:作者的注解详细,每2行就有1行注释,容易看懂。-RANSAC random sample consensus algorithm sou