搜索资源列表
bwt
- Burrows Wheeler Transform_Encoder and Decoder
xxtea
- Correction to xtea David J. Wheeler Roger M. Needham Computer Laboratory Cambridge University England October 1998
BurrowsWheelerCompression
- burrows wheeler compresion/decompression with java
CompressionAlgorithmsDocs
- Set of documents describing various compression techniques 1) Arithmetic coding 2) Burrows Wheeler transform 3) DEFLATE, LZW, LZ77, LZ78 algorithms 4) Discrete wavelet transform 5) Run lenght encoding 6) ZIP
bwt
- The Burrows wheeler transform of matrix x, it will calculate the Burrows wheeler transform of the matrix a and will output the encoded signal with primary index value
bwtenc
- The Burrows wheeler transform of matrix x, it will calculate the Burrows wheeler transform of the matrix a and will output the encoded signal with primary index value this program will calculate the burrows wheeler
bwtdec
- The Burrows wheeler transform of matrix x, it will decode the Burrows wheeler transformed matrix a and will output the original image with this program will re-calculate the original image of input bwt imag
Batista
- flex wheeler is the b est body builder arriver a optimal resulta
BWT
- Burrows-Wheeler转换,也称为块排序,是80年代提出来的一种新型压缩方法,对文本有很好的压缩率。-Burrows-Wheeler Transformation,also called Block Sorting
100Years-Of-Quantum-Mysteries
- 100 Years of Quantum Mysteries by Max Tegmark and John Archibald Wheeler
ym_vcpp-winsockchat
- 基于WINSOCK的经典学习聊天软件辕马,内含注释,容易懂-WINSOCK-based chat software wheeler classic study, containing notes, easy to understand
main.cpp
- Burrows–Wheeler transform with Karkkainen and Sanders algorithm
BWT
- BWT压缩方法描述,是一种被bzip2等数据压缩技术所使用的算法-The Burrows–Wheeler transform (BWT, also called block-sorting compression), is an algorithm used in data compression techniques such as bzip2.
BWA--v2.1
- 基于BWT的DNA短序列分析程序. BWT是一种压缩算法,主要利用BWT压缩的思想建立索引进行搜索。 BWA(Burrows–Wheeler Alignment)用BWT提供的索引进行快速搜索。-Based on the BWT of short DNA sequence analysis program. BWT is a compression algorithm, BWT compressed thought indexi
tea
- TEA, XTEA, and XETA crypto alogrithms The TEA and Xtended TEA algorithms were developed by David Wheeler and Roger Needham at the Computer Laboratory of Cambridge University.-TEA, XTEA, and XETA crypto alogrithms The TEA
Wheelerstretching-
- ! This FUNCTION applies the principle of Wheeler stretching to ! (1-Forward) find the elevation where the wave kinematics are to ! be applied using Wheeler stretching or (2-Backword) find the ! elevation whe
Burrows-Wheeler-Transform-Discussion-and-Implemen
- prov bijiction of BWT
TWIN-WHEELE
- 平衡车TWIN WHEELER MODIFIED FOR ARDUINO SIMPLIFIED SERIAL PROTOCOL TO SABERTOOTH V2-TWIN WHEELER MODIFIED FOR ARDUINO SIMPLIFIED SERIAL PROTOCOL TO SABERTOOTH V2
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
tea
- Tiny Encryption Algorithm In cryptography, the Tiny Encryption Algorithm (TEA) is a block cipher notable for its simplicity of descr iption and implementation, typically a few lines of code. It was designed by David Wh