CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - longest
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - longest - List
[
Mathimatics-Numerical algorithms
]
LongestCommonSequenceLENGTH
DL : 0
该程序为算法分析中的一个经典问题,可以通过此程序,用动态规划的算法找出两个字符序列的最长公共子序列-procedures for the analysis of algorithms a classic problem, through this procedure, use dynamic programming algorithm to find two characters of the longest sequence of public sequences
Date
: 2008-10-13
Size
: 41.22kb
User
:
阳林
[
Mathimatics-Numerical algorithms
]
LongestSeq
DL : 0
该程序为算法分析中的一个经典问题,可以通过此程序,用动态规划的算法找出一个符序列的最长的升序子序列的并且实现了算法的最低耗费-procedures for the analysis of algorithms a classic problem, through this procedure, use dynamic programming algorithm to find a website of the longest sequence of ascending sequences of the algorithm and achieving the minimum cost
Date
: 2008-10-13
Size
: 42.18kb
User
:
阳林
[
Mathimatics-Numerical algorithms
]
10001
DL : 0
Longest Ordered Subsequence,acm必备习题
Date
: 2008-10-13
Size
: 795byte
User
:
罗平
[
Mathimatics-Numerical algorithms
]
LongestCommonSequenceLENGTH
DL : 0
该程序为算法分析中的一个经典问题,可以通过此程序,用动态规划的算法找出两个字符序列的最长公共子序列-procedures for the analysis of algorithms a classic problem, through this procedure, use dynamic programming algorithm to find two characters of the longest sequence of public sequences
Date
: 2025-12-26
Size
: 41kb
User
:
阳林
[
Mathimatics-Numerical algorithms
]
LongestSeq
DL : 0
该程序为算法分析中的一个经典问题,可以通过此程序,用动态规划的算法找出一个符序列的最长的升序子序列的并且实现了算法的最低耗费-procedures for the analysis of algorithms a classic problem, through this procedure, use dynamic programming algorithm to find a website of the longest sequence of ascending sequences of the algorithm and achieving the minimum cost
Date
: 2025-12-26
Size
: 42kb
User
:
阳林
[
Mathimatics-Numerical algorithms
]
gao610898180_4
DL : 0
两个任意字符串的最长公共子序列的C++实现-Two arbitrary string sequence of the longest public C++ Achieve
Date
: 2025-12-26
Size
: 361kb
User
:
高朝虎
[
Mathimatics-Numerical algorithms
]
sdfsd
DL : 0
求解最长不下降序列的程序,用到动态规划的方法-Solving the longest sequence of non-drop procedure, use of dynamic programming methods
Date
: 2025-12-26
Size
: 1kb
User
:
bill
[
Mathimatics-Numerical algorithms
]
LIS.cpp.tar
DL : 0
ACM LIS.cpp help you to let UVa Judge to accept your code
Date
: 2025-12-26
Size
: 1kb
User
:
Scott Chen
[
Mathimatics-Numerical algorithms
]
Keywords
DL : 0
能够处理多个文件的最长公共子串,可以作为其他程序的特征向量。-Able to deal with multiple files of the longest common sub-string, other procedures can be used as feature vector.
Date
: 2025-12-26
Size
: 1020kb
User
:
jshws
[
Mathimatics-Numerical algorithms
]
lcs(continue)
DL : 0
LCS,即最常公共子序列的的C语言解法。prepare_for_backdate(char,char,int,int)函数是为后面的回溯法求得最长公共子序列做准备,并可得到子序列长度。lcs(char,int,int)函数是输出子序列的。并用到了第一个函数的结果。因为要得到最终的子序列,要知道那些地方是可输出的位置,因此构造数组b[][],当为1时表明当前位置匹配,可输出,为2时需要往上回溯,为3时需要往左回溯,直到找到下一个为1的位置。而c[][]数组是保存找子序列过程中匹配位数。-LCS, that is the most common public sequence of C language method. prepare_for_backdate (char, char, int, int) function is obtained by back behind the longest sequence to prepare the public and may be sub-sequence length. lcs (char, int, int) function is the output sub-sequences. And use the first results of a function. Because to obtain the final sequence, it is necessary to know where is the location of the output, so the array structure b [][], as 1:00 shows that match the current location can be output, 2:00 needs to back up for the 3:00 need to go back to the left until you find the next 1 position. And c [] [] array is to preserve the process of looking for sequence matching the median.
Date
: 2025-12-26
Size
: 1.01mb
User
:
向冬冬
[
Mathimatics-Numerical algorithms
]
10001
DL : 0
Longest Ordered Subsequence,acm必备习题-Longest Ordered Subsequence, acm must Exercises
Date
: 2025-12-26
Size
: 1kb
User
:
罗平
[
Mathimatics-Numerical algorithms
]
AssignTwo
DL : 0
求任意长度数据的最长有序子序列的动态规划算法实现!-For arbitrary length of data in an orderly sequence of the longest of the dynamic programming algorithm!
Date
: 2025-12-26
Size
: 1kb
User
:
樊春堂
[
Mathimatics-Numerical algorithms
]
lcsLength
DL : 0
给定一个数组,通过快速排序法,把数组里面的数按照从小到大进行排序,即递增序列。然后用lcsLength函数找出最长递增子序列。-Given an array by quicksort method, the number inside the array from small to large in accordance with the sort, that is, incremental sequence. LcsLength function and then find the longest increasing subsequence.
Date
: 2025-12-26
Size
: 865kb
User
:
Katherine
[
Mathimatics-Numerical algorithms
]
LCSDP
DL : 0
最长公共子序列问题的动态规划算法,vc实现。-The longest common sub-sequence dynamic programming algorithm for the problem, vc achieve.
Date
: 2025-12-26
Size
: 1kb
User
:
付娆
[
Mathimatics-Numerical algorithms
]
LCS
DL : 0
算法动态规划最长公共子序列的递归实现,并包括查找过程的体现-Dynamic programming algorithm for the longest common subsequence of the recursive implementation, and includes the process to find a manifestation of
Date
: 2025-12-26
Size
: 121kb
User
:
孙强
[
Mathimatics-Numerical algorithms
]
wtsf.tgz
DL : 0
N皇后问题回溯算法.c 货郎担分枝限界图形演示.c 矩阵乘法动态规划.c 万年历 动态计算网络最长最短路线.c 货郎担限界算法.c 骑士遍历 网络最短路径Dijkstra算法.c-N queens problem backtracking algorithm. C TSP branch and bound graphical presentation. C matrix multiplication, dynamic programming. C calendar dynamic computing network longest shortest route. C Traveling Salesman Bound algorithm. C Knight Dijkstra shortest path algorithm for traversing the network. C
Date
: 2025-12-26
Size
: 20kb
User
:
swikon
[
Mathimatics-Numerical algorithms
]
1
DL : 0
设计一个O(n*n)时间的算法,找出由n个数组成的序列的最长单调递增子序列--design an O (n2) time algorithm to identify by the number n of the longest sequence monotonically increasing sequences.
Date
: 2025-12-26
Size
: 1kb
User
:
heqin
[
Mathimatics-Numerical algorithms
]
ALL_LCS
DL : 0
LCS(最长公共子序列)能够输出所有的最长公共子序列-LCS (longest common subsequence) to output all of the longest common subsequence
Date
: 2025-12-26
Size
: 1kb
User
:
huoxinya
[
Mathimatics-Numerical algorithms
]
LCS
DL : 0
在C++环境下开发的最长公共子序列算法,可以下下来试试看-In C++ development environment, the longest common subsequence algorithm can try the next down
Date
: 2025-12-26
Size
: 552kb
User
:
Nango
[
Mathimatics-Numerical algorithms
]
key-route(the-longest)
DL : 0
这是关键结点里的最长路径算法代码,也是求路径的一个很麻烦的算法。-This is a key node in the longest path algorithm code, but also find a very troublesome path algorithm.
Date
: 2025-12-26
Size
: 1kb
User
:
misshu
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.