搜索资源列表
子序列
- 经典的求最长子序列问题-classic for the longest sequences problems
lcs
- 一个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
java_CaminoMasCorto
- longest path, uso para la busqueda del camino mas corto
1
- 给定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.
LIS(Longest-increasing-subsequence)
- 最长非降单调子列的实现。java写成。谢谢。-Longest increasing subsequence
long
- 最长公共子序列的JAVA实现,直接复制粘贴即可运行-Longest common subsequence of JAVA implementation, you can directly copy and paste operation
The-longest-public-son-sequence
- 最长公共子序列演示程序,算法分析与设计,动态规划算法-The longest public son sequence demo, the algorithm analysis and design, dynamic programming algorithm
LCS
- longest common subsequence
LCS
- longest common subsequence using dynammic programmin
Unlinker
- Unlinker。用正则表达式匹配最长url,把匹配的字符串替换并且输出-Unlinker. Use regular expressions to match the longest url matching string replacement and output
algorithm
- 一些经典算法的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
LongestPiece
- 对一个长整型的数,请输出其二进制序列,并计算序列中最长连续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.
lcs
- 随机生成两个长度为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
MaxBackTraceSubString
- 最长回文子串的Java实现 经典算法习题之一 可以输出一串字符中最长的重复子串-Java longest palindrome substring exercises to achieve one of the classic algorithm can output a string of characters in the longest repeated substring
lcs
- 在一组序列中,找到最长公共子序列,虽然序列不是唯一的,但是是根据最长公共子序列的长度来确定。-In the Java code to achieve the longest common subsequence, and algorithm of the ideology of the book
urlshorter
- URL地址以http://开头,最长255位。 记住CTRL+C可以快捷复制文本框里生成好的地址。 admin.php文件可以改名,如果之前的访问地址是:http://www.domain.com/admin.php 我们把admin.php改成23ddsak3ssa.php 改过之后的地址就成了:http://www.domain.com/23ddsak3ssa.php 这样别人就不容易进到后台给你乱加东西了。 本程序适合个人博客,内部(添加网址)进行使用
MaxCallac
- 窗口化最长回文判断,输入一个字符串,返回字符串中最长的从左向右读和从右向左读相同的字符串-Windowing longest palindromic determination, input a String to return the same longest reading left to right and right to left read character string
JOptionPane
- 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