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

搜索资源列表

  1. 子序列

    0下载:
  2. 经典的求最长子序列问题-classic for the longest sequences problems
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:815
    • 提供者:yk
  1. lcs

    0下载:
  2. 一个java实现的lcs最长公共自序列的程序实现,完整代码,可以直接运行,环境eclipse 欢迎下载,交流学习-Lcs a java achieved the longest sequence of procedures in public since the realization of a complete code, can be directly run, the environment welcomed the eclipse download, exchange of lea
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:3127
    • 提供者:liu
  1. java_CaminoMasCorto

    0下载:
  2. longest path, uso para la busqueda del camino mas corto
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1913
    • 提供者:fabytapia
  1. 1

    0下载:
  2. 给定2个序列X={x1,x2,…,xm}和Y={y1,y2,…,yn},找出X和Y的最长公共子序列。-Given two sequences X = {x1, x2, ..., xm} and Y = {y1, y2, ..., yn}, X and Y to find the longest common subsequence.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:113112
    • 提供者:wangfeifei
  1. LIS(Longest-increasing-subsequence)

    0下载:
  2. 最长非降单调子列的实现。java写成。谢谢。-Longest increasing subsequence
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:8940
    • 提供者:Jackie_09
  1. long

    0下载:
  2. 最长公共子序列的JAVA实现,直接复制粘贴即可运行-Longest common subsequence of JAVA implementation, you can directly copy and paste operation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:669
    • 提供者:赵玉凯
  1. The-longest-public-son-sequence

    0下载:
  2. 最长公共子序列演示程序,算法分析与设计,动态规划算法-The longest public son sequence demo, the algorithm analysis and design, dynamic programming algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:5560
    • 提供者:jade
  1. LCS

    0下载:
  2. longest common subsequence
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:616
    • 提供者:pravat
  1. LCS

    0下载:
  2. longest common subsequence using dynammic programmin
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:1934
    • 提供者:srb
  1. Unlinker

    0下载:
  2. Unlinker。用正则表达式匹配最长url,把匹配的字符串替换并且输出-Unlinker. Use regular expressions to match the longest url matching string replacement and output
  3. 所属分类:Applet

    • 发布日期:2017-12-05
    • 文件大小:854
    • 提供者:daisy
  1. algorithm

    1下载:
  2. 一些经典算法的java实现:包括:二分查找,最优二搜索树,编辑距离,哈夫曼树,最长公共子序列,矩阵连乘问题,最短路径优先-Some classic algorithm java implementation: including: binary search, and optimal two search tree, the edit distance Huffman tree, the longest common subsequence matrix multiplicative Short
  3. 所属分类:JavaScript

    • 发布日期:2017-05-11
    • 文件大小:7168
    • 提供者:谢虹宇
  1. LongestPiece

    0下载:
  2. 对一个长整型的数,请输出其二进制序列,并计算序列中最长连续1串长度,和最长连续0串长度。-A long integer number of output binary sequence, and calculate the length of the longest consecutive string sequence, and the longest consecutive 0 string length.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:1036
    • 提供者:da
  1. lcs

    0下载:
  2. 随机生成两个长度为1000的字母序列,利用动态规划算法实现求最长公共子序列,并输出最长公共子序列的长度,一般是320左右。-Two randomly generated sequence of letters of length 1000, the use of dynamic programming algorithm for the longest common subsequence, and the output length of the longest common subseque
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:2335
    • 提供者:eating
  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-09
    • 文件大小:5120
    • 提供者:yeacho
  1. lcs

    0下载:
  2. 在一组序列中,找到最长公共子序列,虽然序列不是唯一的,但是是根据最长公共子序列的长度来确定。-In the Java code to achieve the longest common subsequence, and algorithm of the ideology of the book
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:794
    • 提供者:李晨露
  1. urlshorter

    1下载:
  2. URL地址以http://开头,最长255位。 记住CTRL+C可以快捷复制文本框里生成好的地址。 admin.php文件可以改名,如果之前的访问地址是:http://www.domain.com/admin.php 我们把admin.php改成23ddsak3ssa.php 改过之后的地址就成了:http://www.domain.com/23ddsak3ssa.php 这样别人就不容易进到后台给你乱加东西了。 本程序适合个人博客,内部(添加网址)进行使用
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-30
    • 文件大小:8329
    • 提供者:任昊
  1. MaxCallac

    0下载:
  2. 窗口化最长回文判断,输入一个字符串,返回字符串中最长的从左向右读和从右向左读相同的字符串-Windowing longest palindromic determination, input a String to return the same longest reading left to right and right to left read character string
  3. 所属分类:Java Develop

    • 发布日期:2017-12-11
    • 文件大小:7488
    • 提供者:徐之豪
  1. JOptionPane

    0下载:
  2. Ask the English version of the full names (first-name last-name) of three of your family members using showInputDialog() method of the JOptionPane class. Display the name of the family member who has the longest first name (not the longest of the t
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:47104
    • 提供者:碳十三
搜珍网 www.dssz.com