您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Skiena-The_Algorithm_Design_Manual.pdf

  2. 英文第二版 目录 . . . . . . . . . . . . . . . . . . . . . . . 50 2.8 War Story: Mystery of the Pyramids . . . . . . . . . . . . . . . . 51 2.9 Advanced Analysis (*) . . . . . . . . . . . . . . . . . . . . . . . . 54 2.10 Exercises . . . . . . . . . . . . .
  3. 所属分类:Java

    • 发布日期:2009-04-29
    • 文件大小:3145728
    • 提供者:arctgx
  1. Simple Linear Work Suffix Array Construction

  2. Abstract. A suffix array represents the suffixes of a string in sorted order. Being a simpler and more compact alternative to suffix trees, it is an important tool for full text indexing and other string processing tasks. We introduce the skew algor
  3. 所属分类:其它

    • 发布日期:2009-05-11
    • 文件大小:192512
    • 提供者:xibuniuzai1987
  1. suffix tree 代码

  2. suffix tree源代码,有注释!大家一起努力学习吧
  3. 所属分类:Java

    • 发布日期:2009-05-12
    • 文件大小:49152
    • 提供者:yanweishihun
  1. c语言suffix tree库

  2. 构造前缀树,深度广度优先搜索等功能。 This library is an implementation of the suffix tree algorithm applied to indexing. A search on "suffix trees Ukkonen" on a search engine should give you an idea of what I'm talking about. The interesting points are a linear index
  3. 所属分类:C

    • 发布日期:2009-08-12
    • 文件大小:729088
    • 提供者:infosec_phoenix
  1. suffix tree

  2. 一篇关于后缀树方面的PPT,讲解的很清楚,希望对大家有所帮助
  3. 所属分类:专业指导

    • 发布日期:2009-10-21
    • 文件大小:2097152
    • 提供者:liutaobit
  1. 后缀树线性时间实现--c++

  2. 后缀树线性时间构建,Ukkoen算法 Suffix tree creation
  3. 所属分类:其它

    • 发布日期:2010-04-15
    • 文件大小:19456
    • 提供者:xuminhanfan
  1. suffix tree

  2. suffix tree build in C++
  3. 所属分类:C++

    • 发布日期:2010-12-03
    • 文件大小:23552
    • 提供者:pegasuslove
  1. suffix tree

  2. 语言:引文: 形式:ppt(pdf格式) 课程简要的介绍了后缀树及其构造方法、用途。
  3. 所属分类:专业指导

    • 发布日期:2012-02-04
    • 文件大小:467968
    • 提供者:mihanyu
  1. 后缀树入门

  2. 后缀树入门
  3. 所属分类:C/C++

    • 发布日期:2012-04-20
    • 文件大小:269312
    • 提供者:wodewe
  1. suffix tree

  2. suffix tree is very good,i like it
  3. 所属分类:Android

    • 发布日期:2012-12-10
    • 文件大小:418816
    • 提供者:chenxumi3
  1. 数据结构常用算法c++实现

  2. 数据结构常用算法c++实现,程序目录如下: Array shuffle Prime test(trial division) Prime test(Miller-Rabin's method) 2D Array Arbitary Integer Linear congruential generator Maximum subarray problem Bit-Set Queue Stack Binary Heap Fibonacci Heap Priority Queue (list bas
  3. 所属分类:C/C++

    • 发布日期:2014-08-22
    • 文件大小:1048576
    • 提供者:hs2024966214
  1. SuffixTree后缀树讲义

  2. Martin Farach-colton Suffix tree slide。 最详尽深刻易懂的后缀树讲义。五星推荐。
  3. 所属分类:讲义

    • 发布日期:2015-02-12
    • 文件大小:2097152
    • 提供者:fadeflame
  1. suffix tree—后缀树的典型应用

  2. Suffix trees have numerous applications, often providing linear-time solutions to challenging string problems A selection of them: Exact matching Common substrings, with applications Matching statistics Suffix arrays Genome-scale projects
  3. 所属分类:其它

    • 发布日期:2008-11-27
    • 文件大小:636928
    • 提供者:pku_liuyanjun
  1. 后缀树代码

  2. 后缀树及其相关功能(如找最大子串等),参考https://www.oschina.net/translate/ukkonens-suffix-tree-algorithm-in-plain-english网站的UKKonen算法讲解(较易理解)与http://blog.csdn.net/vickyway/article/details/50067101的Java代码,并稍作修改,仍有部分长串不适用,暂时发现有:hcuhuccuhshcu$uchshuccuhuch#、 abacabdabcda
  3. 所属分类:C/C++

    • 发布日期:2017-08-20
    • 文件大小:657408
    • 提供者:taiyuba1364
  1. 后缀树构造与应用

  2. 关于后缀树Ukkonen算法的解释,以https://www.oschina.net/translate/ukkonens-suffix-tree-algorithm-in-plain-english网站讲解为基础
  3. 所属分类:讲义

    • 发布日期:2017-08-20
    • 文件大小:1048576
    • 提供者:taiyuba1364
  1. 数据结构Advanced-Data-Structures

  2. 数据结构原本,大一统,外文书原版 Data structures Contents Articles Introduction 1 Data structure 1 Linked data structure 3 Succinct data structure 6 Implicit data structure 8 Compressed data structure 9 Search data structure 10 Persistent data structure 11 Concurre
  3. 所属分类:C/C++

    • 发布日期:2017-10-14
    • 文件大小:13631488
    • 提供者:azrael_death
  1. suffix tree.zip

  2. 广义后缀树(GST)的C++实现代码
  3. 所属分类:C++

    • 发布日期:2019-06-12
    • 文件大小:2048
    • 提供者:jamesaonier
  1. Algorithm-Ukkonen-s-Suffix-Tree-Algorithm.zip

  2. Algorithm-Ukkonen-s-Suffix-Tree-Algorithm.zip,ukkonen的后缀树算法,一个用python实现的完整版本,算法是为计算机程序高效、彻底地完成任务而创建的一组详细的准则。
  3. 所属分类:其它

    • 发布日期:2019-09-17
    • 文件大小:5120
    • 提供者:weixin_38743602
  1. 通信与网络中的信息聚合中多智能Agent模型研究

  2. 摘要:介绍了一种多智能Agent模型,用于解决用户个性化信息的聚合问题。该模型采用的运算法则是改进型的蒙特卡罗方法,并接合了Hopfield网络模型和Suffix Tree的特点,较准确有效地实现了对用户爱好信息的聚合。关键词:多智能Agent信息聚合智能模型    20世纪90年代以来,随着计算机网络、通信等技术的快速发展,网络环境正由Client/Server发展到Client/Network,并向Client/Virtual Environment发展,分布式人工智能DAI(Distrib
  3. 所属分类:其它

    • 发布日期:2020-12-13
    • 文件大小:117760
    • 提供者:weixin_38609732
  1. Using Suffix Tree to Detect Communities from Bipartite Network

  2. Using Suffix Tree to Detect Communities from Bipartite Network
  3. 所属分类:其它

    • 发布日期:2021-02-06
    • 文件大小:379904
    • 提供者:weixin_38746951
« 12 »