Burrows–Wheeler transform

Burrows-Wheeler变换(BWT)是一种用于数据压缩的技术,由Michael Burrows和David Wheeler于1994年发明。该变换不改变字符值,而是重新排列字符串中的字符顺序。如果原始字符串中有重复出现的子串,则变换后的字符串会出现多个连续相同字符的情况,这有利于使用如移至前端变换和行程长度编码等技术进行进一步压缩。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

The Burrows–Wheeler transform (BWT, also called block-sorting compression), is an algorithm used in data compression techniques such as bzip2. It was invented by Michael Burrows and David Wheeler in 1994 while working at DEC Systems Research Center in Palo Alto, California.[1] It is based on a previously unpublished transformation discovered by Wheeler in 1983.

When a character string is transformed by the BWT, none of its characters change value. The transformation permutes the order of the characters. If the original string had several substrings that occurred often, then the transformed string will have several places where a single character is repeated multiple times in a row. This is useful for compression, since it tends to be easy to compress a string that has runs of repeated characters by techniques such as move-to-front transform and run-length encoding.

bwt_data_compress_1

bwt_data_compress_2

 bwt_data_compress_3

 

http://en.wikipedia.org/wiki/Burrows-Wheeler_transform

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值