CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算

文件名称:gsuffix-1.0.0.tar

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    871.42kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

该gsuffix库实现枚举的字符串搜索使用 serveral的算法。它采用了后缀树和后缀数组的数据结构,以及一些其他方法。-The gsuffix library implements serveral algorithms used for enumerative string searches. It incorporates the suffix tree and suffix array data structures as well as some other methods.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

gsuffix-1.0.0/
gsuffix-1.0.0/README
gsuffix-1.0.0/acinclude.m4
gsuffix-1.0.0/configure.ac
gsuffix-1.0.0/aclocal.m4
gsuffix-1.0.0/Makefile.am
gsuffix-1.0.0/Makefile.in
gsuffix-1.0.0/aminclude.am
gsuffix-1.0.0/configure
gsuffix-1.0.0/AUTHORS
gsuffix-1.0.0/COPYING
gsuffix-1.0.0/ChangeLog
gsuffix-1.0.0/INSTALL
gsuffix-1.0.0/NEWS
gsuffix-1.0.0/install-sh
gsuffix-1.0.0/missing
gsuffix-1.0.0/LICENSE
gsuffix-1.0.0/doxygen.cfg
gsuffix-1.0.0/gsuffix/
gsuffix-1.0.0/gsuffix/config/
gsuffix-1.0.0/gsuffix/config/config.guess
gsuffix-1.0.0/gsuffix/config/config.sub
gsuffix-1.0.0/gsuffix/config/depcomp
gsuffix-1.0.0/gsuffix/config/install-sh
gsuffix-1.0.0/gsuffix/config/ltmain.sh
gsuffix-1.0.0/gsuffix/config/missing
gsuffix-1.0.0/gsuffix/README
gsuffix-1.0.0/gsuffix/acinclude.m4
gsuffix-1.0.0/gsuffix/configure.ac
gsuffix-1.0.0/gsuffix/aclocal.m4
gsuffix-1.0.0/gsuffix/gs2k.h
gsuffix-1.0.0/gsuffix/Makefile.am
gsuffix-1.0.0/gsuffix/Makefile.in
gsuffix-1.0.0/gsuffix/config.h.in
gsuffix-1.0.0/gsuffix/libgsuffix.pc.in
gsuffix-1.0.0/gsuffix/configure
gsuffix-1.0.0/gsuffix/AUTHORS
gsuffix-1.0.0/gsuffix/COPYING
gsuffix-1.0.0/gsuffix/ChangeLog
gsuffix-1.0.0/gsuffix/INSTALL
gsuffix-1.0.0/gsuffix/NEWS
gsuffix-1.0.0/gsuffix/gs2k.c
gsuffix-1.0.0/gsuffix/array/
gsuffix-1.0.0/gsuffix/array/ds/
gsuffix-1.0.0/gsuffix/array/ds/bwt_aux.h
gsuffix-1.0.0/gsuffix/array/ds/blind2.c
gsuffix-1.0.0/gsuffix/array/ds/common.h
gsuffix-1.0.0/gsuffix/array/ds/deep2.c
gsuffix-1.0.0/gsuffix/array/ds/ds.c
gsuffix-1.0.0/gsuffix/array/ds/ds_ssort.h
gsuffix-1.0.0/gsuffix/array/ds/globals.c
gsuffix-1.0.0/gsuffix/array/ds/lcp_aux.h
gsuffix-1.0.0/gsuffix/array/ds/helped.c
gsuffix-1.0.0/gsuffix/array/ds/shallow.c
gsuffix-1.0.0/gsuffix/array/Makefile.am
gsuffix-1.0.0/gsuffix/array/Makefile.in
gsuffix-1.0.0/gsuffix/array/array8.c
gsuffix-1.0.0/gsuffix/array/array8.h
gsuffix-1.0.0/gsuffix/array/array8_private.h
gsuffix-1.0.0/gsuffix/array/array.c
gsuffix-1.0.0/gsuffix/array/array.h
gsuffix-1.0.0/gsuffix/array/array_private.h
gsuffix-1.0.0/gsuffix/array/genarray.c
gsuffix-1.0.0/gsuffix/array/genarray.h
gsuffix-1.0.0/gsuffix/array/genarray_private.h
gsuffix-1.0.0/gsuffix/bioutil/
gsuffix-1.0.0/gsuffix/bioutil/Makefile.am
gsuffix-1.0.0/gsuffix/bioutil/Makefile.in
gsuffix-1.0.0/gsuffix/bioutil/amino.c
gsuffix-1.0.0/gsuffix/bioutil/amino.h
gsuffix-1.0.0/gsuffix/bioutil/gmem.c
gsuffix-1.0.0/gsuffix/bioutil/gmem.h
gsuffix-1.0.0/gsuffix/bioutil/mathutil.c
gsuffix-1.0.0/gsuffix/bioutil/mathutil.h
gsuffix-1.0.0/gsuffix/bioutil/mystring.c
gsuffix-1.0.0/gsuffix/bioutil/mystring.h
gsuffix-1.0.0/gsuffix/bioutil/parse.c
gsuffix-1.0.0/gsuffix/bioutil/parse.h
gsuffix-1.0.0/gsuffix/bioutil/seqgen.c
gsuffix-1.0.0/gsuffix/bioutil/seqgen.h
gsuffix-1.0.0/gsuffix/bioutil/stack.c
gsuffix-1.0.0/gsuffix/bioutil/stack.h
gsuffix-1.0.0/gsuffix/bioutil/trace.c
gsuffix-1.0.0/gsuffix/bioutil/trace.h
gsuffix-1.0.0/gsuffix/bioutil/util.c
gsuffix-1.0.0/gsuffix/bioutil/util.h
gsuffix-1.0.0/gsuffix/hash/
gsuffix-1.0.0/gsuffix/hash/Makefile.am
gsuffix-1.0.0/gsuffix/hash/Makefile.in
gsuffix-1.0.0/gsuffix/hash/genhash.c
gsuffix-1.0.0/gsuffix/hash/genhash.h
gsuffix-1.0.0/gsuffix/hash/genhash_private.h
gsuffix-1.0.0/gsuffix/hash/hash.c
gsuffix-1.0.0/gsuffix/hash/hash.h
gsuffix-1.0.0/gsuffix/hash/hash_private.h
gsuffix-1.0.0/gsuffix/stree/
gsuffix-1.0.0/gsuffix/stree/Makefile.am
gsuffix-1.0.0/gsuffix/stree/Makefile.in
gsuffix-1.0.0/gsuffix/stree/alphabet.c
gsuffix-1.0.0/gsuffix/stree/alphabet.h
gsuffix-1.0.0/gsuffix/stree/stree.c
gsuffix-1.0.0/gsuffix/stree/stree.h
gsuffix-1.0.0/gsuffix/direct/
gsuffix-1.0.0/gsuffix/direct/Makefile.am
gsuffix-1.0.0/gsuffix/direct/Makefile.in
gsuffix-1.0.0/gsuffix/direct/direct.c
gsuffix-1.0.0/gsuffix/direct/direct.h
gsuffix-1.0.0/gsapps/
gsuffix-1.0.0/gsapps/README
gsuffix-1.0.0/gsapps/configure.ac
gsuffix-1.0.0/gsapps/aclocal.m4
gsuffix-1.0.0/gsapps/Makefile.am
gsuffix-1.0.0/gsapps/Makefile.in
gsuffix-1.0.0/gsapps/config.h.in
gsuffix-1.0.0/gsapps/configure
gsuffix-1.0.0/gsapps/AUTHORS
gsuffix-1.0.0/gsapps/COPYING
gsuffix-1.0.0/gsapps/ChangeLog
gsuffix-1.0.0/gsapps/INSTALL
gsuffix-1.0.0/gsapps/NEWS
gsuffix-1.0.0/gsapps/config.guess
gsuffix-1.0.0/gsapps/config.sub
gsuffix-1.0.0/gsapps/depcomp
gsuffix-1.0.0/gsapps/install-sh
gsuffix-1.0.0/gsapps/ltmain.sh
gsuffix-1.0.0/gsapps/missing
gsuffix-1.0.0/gsapps/common/
gsuffix-1.0.0/gsapps/common/Makefile.am
gsuffix-1.0.0/gsapps/common/Makefile.in
gsuffix-1.0.0/gsapps/common/common.c
gsuffix-1.0.0/gsapps/common/common.h
gsuffix-1.0.0/gsapps/gsdemo/
gsuffix-1.0.0/gsapps/gsdemo/Makefile.am
gsuffix-1.0.0/gsapps/gsdemo/Makefile.in
gsuffix-1.0.0/gsapps/gsdemo/gsdemo.c
gsuffix-1.0.0/gsapps/measure/
gsuffix-1.0.0/gsapps/measure/Makefile.am
gsuffix-1.0.0/gsapps/measure/Makefile.in
gsuffix-1.0.0/gsapps/measure/measure.c
gsuffix-1.0.0/gsapps/motif/
gsuffix-1.0.0/gsapps/motif/Makefile.am
gsuffix-1.0.0/gsapps/motif/Makefile.in
gsuffix-1.0.0/gsapps/motif/motif.c
gsuffix-1.0.0/gsapps/stringsvm/
gsuffix-1.0.0/gsapps/stringsvm/Makefile.am
gsuffix-1.0.0/gsapps/stringsvm/Makefile.in
gsuffix-1.0.0/gsapps/stringsvm/fan.c
gsuffix-1.0.0/gsapps/stringsvm/fan.h
gsuffix-1.0.0/g

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭