CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 重复子串

搜索资源列表

  1. repeat

    0下载:
  2. 最长重复子串问题 .问题描述: 在一个特定字符串str 中,多次出现的子串称为重复子串。如果字符串str 中有多个重复 子串,则其中长度最长的子串称为最长重复子串。例如,str=’abcdacdac’ ,则子串’cdac’ 是str 的最长重复子串。 .编程任务: 给定一个字符串str ,编程计算str 的最长重复子串。-longest repeated substrings problems. Problem descr iption : In
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:46483
    • 提供者:无翼
  1. repeat9

    0下载:
  2. 给定一个字符串str,编程计算str 的最长重复子串。-given a string str, programming calculation str repeat of the longest substring.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45940
    • 提供者:张丽兰
  1. back

    0下载:
  2. 后缀数组的构造,实现了对字符串的子串的匹配及最长重复子串的查找
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5915
    • 提供者:顾亚楠
  1. 重复子串

    0下载:
  2. 查找字符串中子最长串
  3. 所属分类:代码辅助

  1. 10253

    0下载:
  2. 本代码是在KMP算法上加以改进后,实现对一个字串求最长重复子序列。该算法可以与后缀树有相同原理。-The code is in the KMP algorithm be improved to realize for the longest string of a repeat sequence. The suffix tree algorithm with the same principle.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:946
    • 提供者:fppling
  1. main

    0下载:
  2. 倍增法构建后缀数组 求最大重复子串的C程序-Constructing the suffix array multiplication seeking to repeat the largest sub-string C-program
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1004
    • 提供者:john
  1. MCSP

    0下载:
  2. 计算两个字符串的最小公共子串划分(MCSP)。最小公共子串划分(MCSP)是指把两个字符串划分成相同的子串的集合,同时要求划分的子串数目最少。比如,S1 = cdabcdabceab,S2 = abceabcdabcd,求得的MCSP是(cdabcd, abceab), (abceab, cdabcd).MCSP问题是基因重组中的关键问题,并且与用逆转重复字串进行排序的问题十分相近。MCSP问题是NP难的。-The code is to compute MCSP of two given str
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:2898
    • 提供者:luckypig
  1. repeat

    0下载:
  2. 在给定的字符串(必为某一子串的N次重复)内,求最大重复度-In a given string (must be for a sub-string of N times repetition), find the maximum repeatability
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:701
    • 提供者:Jason
  1. string_structure

    0下载:
  2. 关于字符串的数据结构应用,有kmp,扩展kmp,单词前缀树的近似kmp,后缀数组。求最多重复子串。-On the string data structure applications, kmp, expansion kmp, word prefix tree approximation kmp, suffix array. Seeking up to repeated substring.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4121
    • 提供者:Mr.Only
  1. string

    1下载:
  2. 设计string类 要求: 1、为该类定义构造函数,析构函数和赋值操作。构造函数至少应有三个:无参构造函数、C风格字符串构造函数和复制构造函数 2、为string类提供必要的成员函数,可以参考C++类库的string类提供了那些成员函数,至少应包括下标访问,子串查找、获得C风格字符串、获得字符串长度、字符串比较这几个函数 3、利用该string类完成测试程序:统计一个文本文件中所有包含给定子串的单词,并按字典序无重复的打印输出这些单词-Design
  3. 所属分类:Windows编程

    • 发布日期:2013-04-07
    • 文件大小:2881
    • 提供者:liujianyu
  1. back

    0下载:
  2. 后缀数组的构造,实现了对字符串的子串的匹配及最长重复子串的查找-Suffix array construction, the realization of a substring of string matching and longest repeat substring search
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:5964
    • 提供者:oeconom
  1. 1

    0下载:
  2. 求串中最长重复子串 数据结构 习题 c++编写-Repeat for the longest substring
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:174983
    • 提供者:sky
  1. diyigezuichangchongfuzichuan

    0下载:
  2. 求串s中出现的第一个最长重复子串及其位置,数据结构程序-The first position and the longest substring repeat request string s that appear in the data structure of the program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1773
    • 提供者:张永强
  1. MaxBackTraceSubString

    1下载:
  2. 最长回文子串的Java实现 经典算法习题之一 可以输出一串字符中最长的重复子串-Java longest palindrome substring exercises to achieve one of the classic algorithm can output a string of characters in the longest repeated substring
  3. 所属分类:Java Develop

    • 发布日期:2015-08-10
    • 文件大小:5120
    • 提供者:yeacho
  1. lengthOfLongestSubstring

    0下载:
  2. 求最长不重复子串,利用哈希表求解的,leetcode中的题目-Not repeated for the longest substring, use a hash table to solve the
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:658
    • 提供者:
  1. Longest-repeated-substring

    0下载:
  2. 一个计算字符串中最长重复子串的算法,开发语言是C/C-A string of the longest repeated substring algorithm development of language is C/C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:14849
    • 提供者:huangke
  1. SORcalledrspeated

    0下载:
  2. 最长重复子串问题 ,问题描述: 在一个特定字符串str 中,多次出现的子串称为重复子串-Repeat longest substring problem, problem descr iption: in a specific string STR, multiple occurrences of the substring called repeated substrings
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:46080
    • 提供者:FZIX-460806
  1. 95498411

    0下载:
  2. 最长重复子串问题 ,问题描述: 在一个特定字符串str 中,多次出现的子串称为重复子串(Repeat longest substring problem, problem descr iption: in a specific string STR, multiple occurrences of the substring called repeated substrings)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-22
    • 文件大小:45056
    • 提供者:JBYslcc@93641
  1. ljngqst__problem

    0下载:
  2. 最长重复子串问题 ,问题描述: 在一个特定字符串str 中,多次出现的子串称为重复子串(Repeat longest substring problem, problem descr iption: in a specific string STR, multiple occurrences of the substring called repeated substrings)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-27
    • 文件大小:45056
    • 提供者:kramt
  1. LongestSubstr

    0下载:
  2. 从一个字符串中找到一个连续子串,该子串中任何两个字符不能相同,求子串的最大长度并输出一条最长不重复子串。(From a string to find a continuous substring, any two characters cannot be the same substring, the maximum length of her series and output a maximum repeat substring.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:1854464
    • 提供者:tanguijuan
« 12 »
搜珍网 www.dssz.com