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
[
source in ebook
]
xinchengxu
DL : 0
包括GRAY码,工作分配问题,会场安排,石子,行数字三角形,最长递增子序列和最小重量机器算法。利用动态规划、回溯法和贪心法-including GRAY code, work assignment, venue arrangements, gravel, and digital triangle, the longest sequences and increase the minimum weight machine algorithm. Using dynamic programming, retroactive law and the greedy algorithm
Date
: 2025-12-26
Size
: 5kb
User
:
lw
[
source in ebook
]
Longest_Rise_sub_sequences
DL : 0
最长上升子序列问题,这是本人的一篇实验报告,程序中的源代码已经在VC6下调试通过-longest rising sequences, which is one of my experiments, The procedures in the source code under debugging through VC6
Date
: 2025-12-26
Size
: 6kb
User
:
J.K.Wang
[
source in ebook
]
LongestOrderedSubsequence
DL : 0
本问题是计算最长有序子序列的一个动态规划算法,效率为31MS.-The problem is calculating the longest in an orderly sequence of a dynamic programming algorithm, the efficiency for the 31MS.
Date
: 2025-12-26
Size
: 864kb
User
:
caiqiang
[
source in ebook
]
Thelongestsequenceofpublicc
DL : 0
利用动态规划算法解决最长公共子序列问题的改进算法。-The use of dynamic programming algorithm to solve the longest common sub-sequence of issues to improve the algorithm.
Date
: 2025-12-26
Size
: 1kb
User
:
johnnyelf
[
source in ebook
]
ccc
DL : 0
用来打印用户允许的最长输入行C程序源代码-Permit the user to print the longest input line C source code
Date
: 2025-12-26
Size
: 1kb
User
:
yibu
[
source in ebook
]
zixuliewenti
DL : 0
能够快速找出给定的两个序列的最长公共子序列。-Can quickly identify the two sequences given the longest common subsequence.
Date
: 2025-12-26
Size
: 1kb
User
:
刘帅
[
source in ebook
]
P89V52X
DL : 0
这是一个配料机上用的程序,是我国目前最长用的技术,我用的四个月设计的-This is a batching machine with the program, is the longest of the current technology used, I use the four-month design
Date
: 2025-12-26
Size
: 5kb
User
:
杨珂
[
source in ebook
]
LCS1
DL : 0
最长公共字串的程序,大家可以作为参考,希望有需要的朋友能够派上用处-Longest common string program, we can serve as a reference, hope to have a friend in need can be put to use
Date
: 2025-12-26
Size
: 1kb
User
:
jacky
[
source in ebook
]
LCSLength1
DL : 0
c++语言写的动态规划求最长公共子序列长度-The length of the longest common subsequence dynamic programming
Date
: 2025-12-26
Size
: 1.62mb
User
:
yuwenhao
[
source in ebook
]
homework02-LinkedQueue
DL : 0
ConcurrentLinkedQueue是Queue的一个线程安全实现。 它是一个基于链接节点的无界线程安全队列。此队列按照 FIFO(先进先出)原则对元素进行排序。队列的头部 是队列中时间最长的元素。 队列的尾部 是队列中时间最短的元素。新的元素插入到队列的尾部,队列获取操作从队列头部获得元素。 当多个线程共享访问一个公共 collection 时,ConcurrentLinkedQueue 是一个恰当的选择。此队列不允许使用 null 元素。 -ConcurrentLinkedQueue is a thread-safe Queue achieve. It is an unbounded thread-safe queue based on linked nodes. This queue elements are sorted according to the FIFO (first-in, first-out) principle. The head of the queue is the element of the queue the longest time. The tail of the queue is the shortest queue elements. The new element is inserted into the end of the queue, the queue retrieval operations obtain elements at the head of the queue. When multiple threads share access to a public collection, ConcurrentLinkedQueue is an appropriate choice. This queue does not permit null elements.
Date
: 2025-12-26
Size
: 2kb
User
:
古志榮
[
source in ebook
]
lis
DL : 0
求一组数的最长上升子序列,时间复杂度为O(nlogn)-longest increase subsequence
Date
: 2025-12-26
Size
: 1kb
User
:
wl
[
source in ebook
]
LCS
DL : 0
LCS 最长公共子序列 C代码实现 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。-Longest Common Sequence realized by C
Date
: 2025-12-26
Size
: 8.98mb
User
:
liming
[
source in ebook
]
longestseries
DL : 0
针对最长递增子序列问题的解决方法及相应源程序-Solution for the longest increasing subsequence problem and the corresponding source code
Date
: 2025-12-26
Size
: 1kb
User
:
李一野
[
source in ebook
]
Desktop
DL : 0
方便大家通过c++寻找两个序列公共最长部分,可以为大家节约时间-Facilitate public by c++ to find the longest part of the two sequences, you can save time for everyone
Date
: 2025-12-26
Size
: 2.28mb
User
:
许宁
[
source in ebook
]
1
DL : 0
取得队列不同类型的统计信息。下列描述中提及的时间是基于何时队列元素被加入到队列中(到达时间)以及队列元素从加入队列到被删除出去的时间差(等待时间)。时间单位为仿真的时间精度。其中q_stat_value (输出)参数返回取得的消息,而其中q_stat_code (输入) 参数可以取 1—6,分别表示要求取得的信息类型: 1. 当前队列长度。 2. 平均达到时间间隔。 3. 最大队列长度。 4. 最短等待时间 5. 当前队列中队列元素的最长等待时间。 6. 本队列的平均等待时间。-Statistics of different types of queues. The time mentioned in the following description is based on when the queue element is added to the queue (arrival time), and the time difference (waiting time) is removed the queue. Time unit for simulation time accuracy. Where the q_stat_value (output) parameters are returned to the message, and the q_stat_code (input) parameter can take 1- 6, respectively, to represent the type of information required: 1 current queue length. 2 average time interval. 3 maximum queue length. 4 the shortest waiting time 5 the longest waiting time for the current queue of the squadron. 6 the average waiting time of the queue.
Date
: 2025-12-26
Size
: 1kb
User
:
王衎秋
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.