Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - longest
Search - longest - List
动态计算网络最长最短路线-dynamic computing network longest shortest route
Date : 2025-12-26 Size : 1kb User : 高手

动态规划算法中的最长公共子序列算法-dynamic programming algorithm for the longest sequence of public Algorithm
Date : 2025-12-26 Size : 1kb User : connie

该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n).-the procedure is completed in two for the longest string of public substrings, if such a number of strings, will they all find out in the worst of the complexity of O (n* m).
Date : 2025-12-26 Size : 3kb User : 唐海浪

全文检索程序,最长匹配,可以立刻找到所有出现的句子,需要语料库,(例如人民日报)。-text retrieval procedures, the longest match, can immediately find all the sentences need to Corpus (for example, the People's Daily).
Date : 2025-12-26 Size : 8kb User : 张丽莉

DL : 0
.写一个程序,能够读一行 string, 然后打出 最长的 那个 substring p (就是最长的小分句),并且那个小分句要求出现超过一次的。如果有超过1个那样的substring, 只要打出那个字母顺序排后面的-. To write a program that can read his string, and then played the longest substring p (is the longest small clause), and request that a small clause appears more than once. If there is more than one kind of substring, as long as the shot was behind schedule in alphabetical order
Date : 2025-12-26 Size : 3kb User :

DL : 0
输入一个带权图的无向图,求出其中一个顶点到其它顶点最长的路径,并输出这条最长路径-input with a map without the right to plan, which sought a vertex to vertex other the longest path, and the output of the longest path.
Date : 2025-12-26 Size : 8kb User : 周子藤

DL : 0
用c语言实现的导游图,有图形界面,支持鼠标操作,使用dfs和floyd算法实现给出两点间最短路和最长路。-used language guides map, a graphical interface, mouse support operation, use dfs and Floyd algorithm is the shortest path between two points and the longest path.
Date : 2025-12-26 Size : 29kb User : 张博

DL : 0
自己写的一点小程序!关于算法分析的! 最长子序列问题!-himself in a little procedure! Analysis of Algorithms! The longest sequences!
Date : 2025-12-26 Size : 820kb User : 朱锐

一:问题描述 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。 二:基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 三:实现提示 如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直接利用C语言中的tosacii函数,并可对过长的人名先作折叠处理。 四:需求分析 本演示程序是对哈希表的建立和查找进行演示,主要数据来自自己编写的人名“A~~Z”等字母组成,拼音由开头的字母组成的词组,查找时用伪随机探测再散列法处理冲突。随机产生人名的位置。具体的程序内容在源程序里面有比较详细的解析。程序的运行在下列有详细的介绍。 -one : Problem description against any collective (such as your own classes) of "names" design a hash table. you make the average length of not more than R, completes the construction and Lookup Table procedures. Two : the assumption that the basic requirements were known as the Chinese name of Chinese pinyin form. Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two. Hash functions with a few exception I stay constructed using pseudo-random re-hash detection method to resolve disputes. 3 : Achieving suggested random function on its own if the structure should first be adjusted his random function, it evenly distributed. Names not on the length of more than 19 characters (the longest names such as : both Chong (ZHAGN SHUANG SHUANG).
Date : 2025-12-26 Size : 2kb User : wjs

特色: 1.界面清新、大方、美观、简洁,功能实用,没有华而不实之处。 2.方便的留言管理功能,可在后台删除、关闭或打开、回复留言。 3.可在后台设置最长留言长度、每页留言条数。 4.可在后台修改管理员名称和密码,管理密码使用MD5加密,数据库防下载处理,确保安全。 5.可在后台对数据进行备分及维护。 6.增加了留言本的核心设置。 7.增加了管理员对留言内容进行审核等一系列的工能。 8.增加了ubb功能. 9.修正了一些表格涨大的错误. 注:请使用install.php进行安装否则该留言本将无法正常运行。-characteristics : 1. Clean interface, generous, beautiful, simple, functional and practical, not flashy them. 2. Convenient message management functions can be deleted in the background, closed or open, reply to messages. 3. In the background set the length of the longest voice mail, voice mail, a few per page. 4. Changes in the background administrator name and password, password management using MD5 encryption, database downloaded defense, ensure safety. 5. In the background data and breakdown maintenance. 6. Increase the voice of the core set. 7. Increase the administrator of the message content of a series of audits will work. 8. Increased ubb function. 9. That some form of rising big mistakes. Note : Please use the install.php install the voice of the otherwise would not be able to op
Date : 2025-12-26 Size : 456kb User : bai

DL : 0
求数组最长递增子序列算法。输入一个数组,输出其最大递增子序列-Array for the longest increasing subsequence algorithm. An array of input and output its maximum incremental sequence
Date : 2025-12-26 Size : 1kb User : sdf

DL : 0
最长公共子序列算法的实现,还有实验报告,欢迎大家下载-The longest common sub-sequence algorithm, as well as experimental reports, welcomed everyone to download
Date : 2025-12-26 Size : 37kb User : 雷远东

最长子序列,英文版,电子书 ACM文章1977+Algorithms+for+the+Longest+Common+Subsequence+Problem-The longest sequence, in English, e-books ACM article 1977+ Algorithms+ For+ The+ Longest+ Common+ Subsequence+ Problem
Date : 2025-12-26 Size : 700kb User : 张启达

DL : 0
利用动态规划法求解次最长公共子序列问题。-The use of dynamic programming method for solving second longest common subsequence problem.
Date : 2025-12-26 Size : 1.01mb User : hehuiling

这个程序写了如何从一堆字符串中找到最长的字符,对C/C++初学者很有帮助-This program written characters, C/C++ beginners helpful from a bunch of string to find the longest
Date : 2025-12-26 Size : 1kb User : 王强

最长公共子序列问题 第一步 最优子结构: 第二步:建立递归式 第三步:计算最优值 -The longest common subsequence problem
Date : 2025-12-26 Size : 2kb User : 周能

输入一串字符串,求出其中最长的单词。仅限于英文字符串,且有字符长度限制。-Enter a bunch of strings, find the longest word. English only strings, and there is a character length limit.
Date : 2025-12-26 Size : 173kb User : Phoebe

最长公共子串,包括一个动态规划法的两个字符串最长公共子串的计算,和多个字符串最长公共子串的C代码-Longest common substring, including two strings of a dynamic programming method of computing the longest common substring, and multiple string longest common substring of C code
Date : 2025-12-26 Size : 1.73mb User : livy

求两个输入序列的最长的公共子字符串的长度。子字符串中的所有字符在源字符串中必须相邻。-Length of the input sequence is the sum of two longest common substring. Substring of all the characters in the source string must be contiguous.
Date : 2025-12-26 Size : 1kb User : 盖先生

Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.
Date : 2025-12-26 Size : 1kb User : 王汝鑫
« 12 3 4 5 6 7 8 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.