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
Search - longest - List
[
Algorithm
]
aglorithm
DL : 0
问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest shortest routes, traveling salesman Branch and Bound graphic demonstration, traveling salesman Bound algorithm, Matrix multiplication dynamic programming, network Dijkstra shortest path algorithm
Date
: 2025-12-26
Size
: 23kb
User
:
安德里周
[
Algorithm
]
zuichanggonggongzixulie
DL : 0
本程序实现的功能是给出了两个序列,找出他们的最长的公共子序列-this program is the function of the two sequences, identifying their longest public sequences
Date
: 2025-12-26
Size
: 681kb
User
:
liuqing
[
Algorithm
]
Algorithm
DL : 0
快速排序与最长公共子序列算法(Visual C++)-Quick Sort and the longest common sub-sequence algorithm (Visual C++)
Date
: 2025-12-26
Size
: 79kb
User
:
eagle
[
Algorithm
]
programe
DL : 1
这里面是很多经典算法的源代码,如八皇后,最长不下降序列,迷宫,哈密顿回路等问题-There is a lot of the classic algorithm source code, such as the eight Queen s, the longest non-drop sequence, maze, Hamiltonian circuit and other issues
Date
: 2025-12-26
Size
: 2.4mb
User
:
张套
[
Algorithm
]
200682434547782_600it
DL : 0
本文是用C++实现最长子序列的算法,很经典的程序,喜欢就收藏-This article is C++ Realize the longest sequence of the algorithm, it is the classic procedure, like the collection
Date
: 2025-12-26
Size
: 73kb
User
:
严振宇
[
Algorithm
]
EquationSolvedByGauss
DL : 0
使用高斯列主元法消去法求解高次线性方程组,高斯列主元消去法是最长用的求解线性方程组的方法-Out the use of the main element method of Gaussian elimination method for solving high-linear equations, Gauss elimination method out PCA is used to solve the longest linear equations method
Date
: 2025-12-26
Size
: 7kb
User
:
gaoaman
[
Algorithm
]
number_of_subsequence
DL : 0
计算一个数列的最长递增子序列和最长递减子序列的长度-Calculation of a series of the longest increasing sub-sequence and the longest decreasing sequence of length
Date
: 2025-12-26
Size
: 1kb
User
:
金鹰翰
[
Algorithm
]
longest
DL : 0
Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8). -Problem B: Longest Ordered SubsequenceA numeric sequence of ai is ordered if a1 <a2 <... <aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 <i2 <... <iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, eg, ( 1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, eg, (1, 3, 5, 8).
Date
: 2025-12-26
Size
: 1kb
User
:
hzf
[
Algorithm
]
longest_subsequence
DL : 0
经典的计算最长公子序列,C语言编译,VC++下测试通过-calculate the longest public subsequence
Date
: 2025-12-26
Size
: 1kb
User
:
honze
[
Algorithm
]
planteau
DL : 0
输入一个非递减整数数组,并判断其中最长的数字串-input a non-decreasing array, and determine the number of the longest string
Date
: 2025-12-26
Size
: 25kb
User
:
yumengze
[
Algorithm
]
suanf
DL : 0
算法和算法设计中的有关于求解最长公共子序列的解决方法,最终可以动态显示求解过程-Algorithms and algorithm design for solving the longest common sub-sequence of solutions, and ultimately the solution process can be dynamic display
Date
: 2025-12-26
Size
: 57kb
User
:
wangyumei
[
Algorithm
]
LCS
DL : 0
longest common subsequence implementation
Date
: 2025-12-26
Size
: 1kb
User
:
chengers
[
Algorithm
]
code
DL : 0
找出两个字符串的最长公共子串。 给出一个字符串,请删除该字符串的前导空格和尾随空格,中间的空格若多余1个删减到1个。 我是个菜鸟,但软件会是我终生的事业~我有信心学好它,希望站长通融-Two strings to find the longest common sub-string. Given a string, remove the string leading spaces and trailing spaces, if the extra spaces in the middle of a cut to one. I was a rookie, but the software will be my lifelong career ~ and I am confident to learn it, and hope that owners accommodation
Date
: 2025-12-26
Size
: 1kb
User
:
武侯
[
Algorithm
]
SA-LCP
DL : 0
This code shows you how to create a suffix array and how to use RMQ algorithm to get two suffix s longest common prefix.
Date
: 2025-12-26
Size
: 2kb
User
:
lkq
[
Algorithm
]
USACO-beads
DL : 0
该题来自USACO,为最长串的查找,此处方法很笨,有更好方法-The title comes from USACO, for the longest string of the search, stupid way here, there are better ways
Date
: 2025-12-26
Size
: 1kb
User
:
netor
[
Algorithm
]
Euler-Engineering
DL : 0
Euler工程,找最长的数列! 定义一个正整数数列,其迭代公式为: n = n/2 (当n为偶数) n = 3n+1 (当n为奇数) 比如从n=13开始,计算这个数列得: 13 ->40->20->10->5->16->8->4->1 这个数列一共有10项。 要求在小于1百万的所有起始数中,哪个数能产生最长的数列。 -Euler project, find the longest series! Define a positive integers, the iterative formula: n = n/2 (when n is even) n = 3n+1 (when n is odd), n = 13 for example, from the beginning, this series was calculated: 13-> 40-> 20-> 10-> 5-> 16-> 8-> 4-> 1 this series a total of 10 items. Requires less than 1 million threshold in all, which few can produce the longest series.
Date
: 2025-12-26
Size
: 3kb
User
:
superman
[
Algorithm
]
huaxuewenti
DL : 0
滑雪中,是为了获得速度,滑的区域必须向下倾斜。Michael想知道在一个区域中最长底滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。下面是一个例子 1 2 3 4 5 16 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9 一个人可以从某个点滑向上下左右相邻四个点之一,当且仅当高度减小。在上面的例子中,一条可滑行的滑坡为24-17-16-1。当然25-24-23-...-3-2-1更长。事实上,这是最长的一条。 - Skiing in order to gain speed, the area must slope downward slide. Michael wants to know the end of the longest in a landslide area. Region is given by a two-dimensional array. Each number represents an array of point level. Here is an example 12345 161,718,196 152,425,207 142,322,218 131,211,109 A person can slide up and down from a point adjacent to one of four points, if and only if highly reduced. In the above example, one can slide the slide is 24-17-16-1. Of course 25-24-23-...- 3-2-1 longer. In fact, this is the longest.
Date
: 2025-12-26
Size
: 1kb
User
:
Li
[
Algorithm
]
Longest-Common-Subsequences
DL : 0
Longest Common Subsequences
Date
: 2025-12-26
Size
: 5kb
User
:
Duong Tu
[
Algorithm
]
Longest-repeated-substring
DL : 0
一个计算字符串中最长重复子串的算法,开发语言是C/C-A string of the longest repeated substring algorithm development of language is C/C++
Date
: 2025-12-26
Size
: 15kb
User
:
huangke
[
Algorithm
]
the-longest-palindrome-substring
DL : 0
对于给定的一个字符串,求出其中最长的回文子串。其中子串的含义是:在原串中连续出现的字符串片段。本算法采用C++编程,一定是你不错的选择!-For a given string,we should find the longest palindrome substring. Which means that the substring: string fragment in the original string of consecutive. The algorithm uses the C++ programming, it must be your good choice!
Date
: 2025-12-26
Size
: 1kb
User
:
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.