首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 该程序用于计算所有基于频率从基于语法的压缩字符串

该程序用于计算所有基于频率从基于语法的压缩字符串

资 源 简 介

This is a one of the algorithms which be called compressed string processing(CSP). CSP algorithms allow several computing on compressed string without explicit decompression. Since the decompressed string can be exponentially larger than the compressed string, CSP algorithm can be exponentially faster than the algorithm which runs on uncompressed string. This program compute the all q-gram frequencies from grammar based compressed string without explicit decompression. In our experiments, this program practically runs faster than the program on uncompressed string when q is small. We want to emphasize that we did not includes the decompression time for measuring the computation time of the program which runs on uncompressed string. q-gram is a length-q substring. It sometimes called other words such as n-gram, k-mer. Related Publication: (1) Keisuke Goto, Hideo Bannai, Shunsuke Inenaga, Masayuki Takeda: Fast q-gram Mining on SLP C

文 件 列 表

qshi
.hg
doxygen.conf
README
SConstruct
src
VIP VIP
0.165793s