readme.m

来自「it describes about the Bwt transform for」· M 代码 · 共 28 行

M
28
字号
%bwtenc is a BWT encoder
% type bwtenc at the command prompt and 
% a user interface is dispalyed.
% currently,its just text file.u can select just text files 
% for now.
%the BWT transformed file is written as bwt.cmp in the 
%current directory

%bwtdec is a BWT decoder
% type bwtdec at the command prompt 
% this particular function reads the transformed(BWT)
% file bwt.txt and then geets the original file back
% as orig_text 
% BE SURE that the transformed file BWT.TXT is in the 
% current directory



%MA Imran imran_akthar@hotmail.com
%please send me ur feedback and suggestion 
%**************************************************


%do check out my other files at MATLAB CENTRAL FILE EXCHANGE
%http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectType=author&objectId=1093740

%future works
%bwt+mtf+rle+arithmetic coding

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?