搜索资源列表
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压缩方法描述,是一种被bzip2等数据压缩技术所使用的算法-The Burrows–Wheeler transform (BWT, also called block-sorting compression), is an algorithm used in data compression techniques such as bzip2.
bwtari06
- 一个采用BWT变换和算术编码的压缩程序,具有较高的压缩率。-A use of BWT transform and arithmetic coding compression program, with a high compression ratio.
BWT
- 将算术编译码和BWT编译码结合在一起 实现文本的压缩-The arithmetic encoding and decoding together to achieve the text and BWT codec compression
problem-LastBossOrigin
- 问题:找出一个短字符串在一个长字符串中的精确匹配。 要求:基于BWT压缩和FM索引技术的序列匹配,用Burrows-Wheeler transform算法解决该问题。-Problem: find the exact match of a short string in a long string. Requirements: BWT-based compression and indexing techniques sequence matching FM, with the Burrows