搜索资源列表
bwtcode
- bwt压缩方式的源码-BWT compression of the source
24703
- This is a little console mode utility program which is able to (de-)compress single files with a static Arithmetic compression algorithm. You could easily add the RLE/BWT/MFT data transformation algorithms. Just rip the corresponding classes
zzip-zzlib-src
- zzip-zzlib-src.zip. A new archiver that uses a BWT algorithm to achieve superior compression. The author has now released the source code to zzip under the GPL. -zzip - zzlib - src.zip. A new archiver that u ses a BWT algorithm to achieve superior
bwt
- 压缩编码之BWT,用于BWT压缩算法前的建模部分,然后可进行适当的能量集中后可以采用算术编码或其他类型编码-compressing coding BWT
BWT
- BWT压缩方法描述,是一种被bzip2等数据压缩技术所使用的算法-The Burrows–Wheeler transform (BWT, also called block-sorting compression), is an algorithm used in data compression techniques such as bzip2.
bwt
- Burrows Wheeler Transform_Encoder and Decoder
+Compress
- 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
bwtari06
- 一个采用BWT变换和算术编码的压缩程序,具有较高的压缩率。-A use of BWT transform and arithmetic coding compression program, with a high compression ratio.
BBB
- 一款基于BWT的无损压缩编解码器,压缩比较高。-an compress codec based on BWT,having a comparablly high compress ratio.
BHR
- BHR(BWT,Run Length Coding,Huffman组合)压缩和解压算法,基于文件流。-BHR compress algorithm
bwtsearchanddecode
- the implementation of BWT backward search and decoding given BWT text-the algorithm will process BWT text and apply BWT backward search and can also decode the BWT file to original text
wzip-master
- 基于小波树和BWT变换的压缩算法,源码!-wzip 1.0 license : This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the Lice
BWT
- algrithm BWT in language c++