搜索资源列表
xinchengxu
- 包括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,
longest
- 输入一个带权图的无向图,求出其中一个顶点到其它顶点最长的路径,并输出这条最长路径-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.
xiaoyuyancifafenxi
- 一个用于小型语言的词法分析,读出的最长的字符串不超过MAXBUF,MAXBUF定义为2-a small language for lexical analysis, read out the longest string of not more than MAXBUF. MAXBUF defined as 2
shuangzijiechabiao
- 双字节数据查表程序 输入数据(0-255)存放在21h中,同时21h为奇偶判断存储器 偶数查第一个表 奇数查第二个表 查表结果,高字节在r6,低字节在r7 注意:程序执行到表格时,一定要用跳转指令跳过表格,否则会把表格当作程序执行,出错 最长的定时时间为10mS@16MHz晶振 ;白菜奉献 -double byte data entry procedures (0-255) stored in 21h, while 21 h of judgment
4.36c
- 从输入的字符串中找到匹配字符串,修改也可以找到匹配的最长字符串-input from the string matching string found, changes can also find matching the longest string
Longest_Rise_sub_sequences
- 最长上升子序列问题,这是本人的一篇实验报告,程序中的源代码已经在VC6下调试通过-longest rising sequences, which is one of my experiments, The procedures in the source code under debugging through VC6
longest common substring
- 该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为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).
quanwenjiansuo
- 全文检索程序,最长匹配,可以立刻找到所有出现的句子,需要语料库,(例如人民日报)。-text retrieval procedures, the longest match, can immediately find all the sentences need to Corpus (for example, the People's Daily).
Chinese-Word-Segment-And-POS-Tagger
- 实现了中文分词和词性标注程序。分词方法采用“三词正向最长匹配”。词性标注使用HMM方法,用Viterbi算法实现。“三词正向最长匹配”保持了“正向最长匹配算法”快速的特点,同时提高了分词的准确性。-Chinese word segmentation and implemented procedures for POS tagging. Segmentation Methods, " the longest three-match positive words." POS tag
P89V52X
- 这是一个配料机上用的程序,是我国目前最长用的技术,我用的四个月设计的-This is a batching machine with the program, is the longest of the current technology used, I use the four-month design
LCDtimer
- 运动计时器的设计。设计要求: (1)在液晶显示屏上显示分钟和秒,最长的计时时间为59:59。 (2)按下清零按键,在液晶显示屏上显示的时间为00:00。 (3)按下启动/暂停按键,则启动或暂停计时器计时。其功能与实际的计时器的开始/停止按钮功能相同。 -Movement timer design. Design requirements: (1) in liquid crystal displays minutes and seconds, the longest time 59
BFS_CUDA
- 用CUDA实现BFS算法源码。CUDA是NV公司基于GPU的统一计算架构,BFS复杂度由CPU上的O(V+E)降为O(diameter),直径diameter即图中root到leaf的最长距离。-This is the algorithm of BFS(breadth first search) on CUDA, and its time complexity is down to O(diameter) which diameter means the longest distance bet
ccc
- 用来打印用户允许的最长输入行C程序源代码-Permit the user to print the longest input line C source code
1
- 求最长公共子串的算法,这是最好的算法用c++编写的-For the longest common sub-string algorithm, this algorithm is the best c++ to prepare the
Dictory
- 用B-树作为查找存储结构,对中文单词进行哈希,用最长逆向匹配算法进行中文句段分词,实现中文词典以及分词。中文词典规模为十万八千多词汇。分词的正确率在90 以上。-Use the B-tree as storage structure , and hash the Chinese word while storing or searching. Use the longest reverse matching algorithm to split Chinese sentence to word
Textdiff
- Source code for the freeware component - TDiff - written in Borland s Delphi programming language. This component dramatically simplify programming tasks that require calculations of shortest path or longest common sequence as typically requ
zixuliewenti
- 能够快速找出给定的两个序列的最长公共子序列。-Can quickly identify the two sequences given the longest common subsequence.
LCS1
- 最长公共字串的程序,大家可以作为参考,希望有需要的朋友能够派上用处-Longest common string program, we can serve as a reference, hope to have a friend in need can be put to use
main
- 找出最长的回文子串,输出的第一行为找到的最长的回文字符串的长度。后面的行应该包括该字符串,字符串两边多余的空格和标点都不需要输出,但字符串中的空格、标点和换行则需要按照原样输出。-To find the longest palindrome substring of the first acts of the output to find the longest palindrome length of the string. Back row should include extra spac
The-longest-Masuga-Ko-sequence
- ∏={8,7,4,2,5,1,9,3,10,6} f(j)以第j个元素Pi(j)为最后一个元素的最长增长子序列的长度。 f(j) = max{f(i)+1, 1}, a[i]<a[j], 0<i<j -Π = {8,7,4,2,5,1,9,3,10,6} f (j) to the j-th element Pi (j) is the last element of the longest length of the growth promoter