Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - longest
Search - longest - List
DL : 1
用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 : 2008-10-13 Size : 29.56kb User : 张博

DL : 0
自己写的一点小程序!关于算法分析的! 最长子序列问题!-himself in a little procedure! Analysis of Algorithms! The longest sequences!
Date : 2008-10-13 Size : 819.84kb 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 : 2008-10-13 Size : 2.41kb 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 : 2008-10-13 Size : 455.98kb User : bai

Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) \"XBCDEFYWFEDCBZ\" Returns: \"BCDEF\" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)-Problem Statement You are given a string in put. You are to find the longest substring of proficient ut such that the reversal of the substring is als o a substring of input. In case of a tie. return the string that occurs earliest in input . Definition Class : ReverseSubstring Method : findReversed Parameters : string Returns : Method signature string : string findReversed (string input) (be sure yo ur method is public) The Notes and its substring reversal may overlap partially or completely. The entire original string is itself a valid sub string (see example 4). Constraints will input contain between 1 and 50 characters, inclusive. Each character of input will be an up percase letter (A-Z). Examples 0) "XBCDEFYWFE DCBZ "Returns : "BCDEF" We see the reverse of that is
Date : 2008-10-13 Size : 1.21kb User : 杨光

DL : 0
参考算法导论写的LCS算法,仿照STL的泛型风格,适用于多种STL容器中的各种类型数据构成的序列的最大公共子序列(Longest Common Subsequence)问题求解。-reference Introduction to write the algorithm LCS algorithm, modeled on the STL Generic style. STL is applicable to many types of containers data constitute the largest sequence of public sequences (Longest C ommon Subsequence) problem to solve.
Date : 2008-10-13 Size : 1.55kb User : 王硕

DL : 0
给定一个字符串str,编程计算str 的最长重复子串。-given a string str, programming calculation str repeat of the longest substring.
Date : 2008-10-13 Size : 44.86kb User : 张丽兰

动态计算网络最长最短路线-dynamic computing network longest shortest route
Date : 2008-10-13 Size : 1.65kb User : 高手

动态规划算法中的最长公共子序列算法-dynamic programming algorithm for the longest sequence of public Algorithm
Date : 2008-10-13 Size : 1.52kb User : connie
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.