首页| 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
  • 猕猴桃 2小时前 成为了本站会员

  • 11 5小时前 成为了本站会员

  • 开心快活人 8小时前 成为了本站会员

  • 晋财 9小时前 成为了本站会员

  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

0.175940s