CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - longest

搜索资源列表

  1. Hough变换的源程序

    0下载:
  2. Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sit
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2012
    • 提供者:doctorsuo
  1. 分项案例

    0下载:
  2. 找到邮件列表文件中前十个最长的邮件地址,并排序输出到文件result.txt中-mailing list to find documents before the 10 longest-mail addresses and sort the output to a file which result.txt
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1441928
    • 提供者:鲁昕
  1. 导游图

    0下载:
  2. 用c语言实现的导游图,有图形界面,支持鼠标操作,使用dfs和floyd算法实现给出两点间最短路和最长路。-used language guides map, a graphical interface, mouse support operation, use dfs and Floyd algorithm is the shortest path between two points and the longest path.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30273
    • 提供者:张博
  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. HW2.rar

    0下载:
  2. we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic programming.,we solve the LCS (LONGEST COMMON SUBSTRİ NG ) problem in this code with two different way One of them is dynamic pro
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:132600
    • 提供者:burcin
  1. 1977+Algorithms+for+the+Longest+Common+Subsequence

    0下载:
  2. 最长子序列,英文版,电子书 ACM文章1977+Algorithms+for+the+Longest+Common+Subsequence+Problem-The longest sequence, in English, e-books ACM article 1977+ Algorithms+ For+ The+ Longest+ Common+ Subsequence+ Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:717055
    • 提供者:张启达
  1. TheLongestCommonSubsequence

    0下载:
  2. 本代码是用c#来实现最长公共子序列算法。-The c# code is used to achieve the longest common sub-sequence algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:27130
    • 提供者:堂堂
  1. lcs

    0下载:
  2. Longest Common Subsequence Problem. Solution both Iterative and Recursive.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:835
    • 提供者:gowdd
  1. project1

    0下载:
  2. Constrained LCS. Given two sequences X, Y and a constrained sequence P, a sequence Z is a constrained longest common subsequence for X and Y with respect to P if Z is the longest subsequence of X and Y such that P is a subsequence of Z.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:6815
    • 提供者:Austin
  1. LMIS

    0下载:
  2. 动态规划求解最长单调递增子序列,给出了图形界面-Dynamic programming to solve the longest monotonically increasing subsequence given the graphical user interface
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:334381
    • 提供者:ethene
  1. xulie

    0下载:
  2. 利用动态规划法求解次最长公共子序列问题。-The use of dynamic programming method for solving second longest common subsequence problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1056944
    • 提供者:hehuiling
  1. longest

    0下载:
  2. 求两个子序列是最长公共子序列并输出到文件中。input.txt中的格式为X={A,B,C,D},Y={B,D}。-Find two sub-series is the longest common subsequence and output to a file. input.txt in the form X = {A, B, C, D}, Y = {B, D}.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1090
    • 提供者:
  1. The-longest-word-in-the-output

    0下载:
  2. 这个程序写了如何从一堆字符串中找到最长的字符,对C/C++初学者很有帮助-This program written characters, C/C++ beginners helpful from a bunch of string to find the longest
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:650
    • 提供者:王强
  1. The-longest-common-subsequence-

    0下载:
  2. 最长公共子序列问题 第一步 最优子结构: 第二步:建立递归式 第三步:计算最优值 -The longest common subsequence problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1967
    • 提供者:周能
  1. longest-word

    0下载:
  2. 输入一串字符串,求出其中最长的单词。仅限于英文字符串,且有字符长度限制。-Enter a bunch of strings, find the longest word. English only strings, and there is a character length limit.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:177644
    • 提供者:Phoebe
  1. Longest-Prefix

    0下载:
  2. the solution to the usaco problem Longest prefix
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:260239
    • 提供者:fang
  1. The-longest-common-substring

    0下载:
  2. 最长公共子串,包括一个动态规划法的两个字符串最长公共子串的计算,和多个字符串最长公共子串的C代码-Longest common substring, including two strings of a dynamic programming method of computing the longest common substring, and multiple string longest common substring of C code
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1813467
    • 提供者:livy
  1. Longest-common-substring

    0下载:
  2. 求两个输入序列的最长的公共子字符串的长度。子字符串中的所有字符在源字符串中必须相邻。-Length of the input sequence is the sum of two longest common substring. Substring of all the characters in the source string must be contiguous.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1329
    • 提供者:盖先生
  1. Longest-Palindromic-Substring

    0下载:
  2. //动态规划求最长回文子串 //用布尔型t[i][j]表示子串(s(i....j))是否为回文子串 //其中t[i][j]的值可通过t[i+1][j-1]的值以及是s[i]和s[j]是否相等判断(即子串(s(i...j))是否为回文子串可通过子问题s(i+1,...,j-1)是否为回文串来解决) //通过left和right来指示当前最长回文子串的下标-// Dynamic programming longest palindrome substring // Boolean t
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2606400
    • 提供者:guopengju
  1. Longest-Palindromic-Substring

    0下载:
  2. Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.
  3. 所属分类:Other systems

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:王汝鑫
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com