CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - longest

搜索资源列表

  1. xinchengxu

    0下载:
  2. 包括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,
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:5597
    • 提供者:lw
  1. longest

    0下载:
  2. 输入一个带权图的无向图,求出其中一个顶点到其它顶点最长的路径,并输出这条最长路径-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.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8802
    • 提供者:周子藤
  1. xiaoyuyancifafenxi

    0下载:
  2. 一个用于小型语言的词法分析,读出的最长的字符串不超过MAXBUF,MAXBUF定义为2-a small language for lexical analysis, read out the longest string of not more than MAXBUF. MAXBUF defined as 2
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2559
    • 提供者:zhouwei
  1. shuangzijiechabiao

    0下载:
  2. 双字节数据查表程序 输入数据(0-255)存放在21h中,同时21h为奇偶判断存储器 偶数查第一个表 奇数查第二个表 查表结果,高字节在r6,低字节在r7 注意:程序执行到表格时,一定要用跳转指令跳过表格,否则会把表格当作程序执行,出错 最长的定时时间为10mS@16MHz晶振 ;白菜奉献 -double byte data entry procedures (0-255) stored in 21h, while 21 h of judgment
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1957
    • 提供者:jinyulin
  1. 4.36c

    0下载:
  2. 从输入的字符串中找到匹配字符串,修改也可以找到匹配的最长字符串-input from the string matching string found, changes can also find matching the longest string
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:837
    • 提供者:闫文博
  1. Longest_Rise_sub_sequences

    0下载:
  2. 最长上升子序列问题,这是本人的一篇实验报告,程序中的源代码已经在VC6下调试通过-longest rising sequences, which is one of my experiments, The procedures in the source code under debugging through VC6
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6227
    • 提供者:J.K.Wang
  1. longest common substring

    0下载:
  2. 该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为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).
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2850
    • 提供者:唐海浪
  1. quanwenjiansuo

    0下载:
  2. 全文检索程序,最长匹配,可以立刻找到所有出现的句子,需要语料库,(例如人民日报)。-text retrieval procedures, the longest match, can immediately find all the sentences need to Corpus (for example, the People's Daily).
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8934
    • 提供者:张丽莉
  1. Chinese-Word-Segment-And-POS-Tagger

    1下载:
  2. 实现了中文分词和词性标注程序。分词方法采用“三词正向最长匹配”。词性标注使用HMM方法,用Viterbi算法实现。“三词正向最长匹配”保持了“正向最长匹配算法”快速的特点,同时提高了分词的准确性。-Chinese word segmentation and implemented procedures for POS tagging. Segmentation Methods, " the longest three-match positive words." POS tag
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-14
    • 文件大小:4034615
    • 提供者:paul
  1. P89V52X

    0下载:
  2. 这是一个配料机上用的程序,是我国目前最长用的技术,我用的四个月设计的-This is a batching machine with the program, is the longest of the current technology used, I use the four-month design
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:5038
    • 提供者:杨珂
  1. LCDtimer

    0下载:
  2. 运动计时器的设计。设计要求: (1)在液晶显示屏上显示分钟和秒,最长的计时时间为59:59。 (2)按下清零按键,在液晶显示屏上显示的时间为00:00。 (3)按下启动/暂停按键,则启动或暂停计时器计时。其功能与实际的计时器的开始/停止按钮功能相同。 -Movement timer design. Design requirements: (1) in liquid crystal displays minutes and seconds, the longest time 59
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:6888
    • 提供者:宁冰旭
  1. BFS_CUDA

    0下载:
  2. 用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
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1306
    • 提供者:iJuliet
  1. ccc

    0下载:
  2. 用来打印用户允许的最长输入行C程序源代码-Permit the user to print the longest input line C source code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:903
    • 提供者:yibu
  1. 1

    1下载:
  2. 求最长公共子串的算法,这是最好的算法用c++编写的-For the longest common sub-string algorithm, this algorithm is the best c++ to prepare the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1633
    • 提供者:阿杰
  1. Dictory

    1下载:
  2. 用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
  3. 所属分类:MultiLanguage

    • 发布日期:2014-12-28
    • 文件大小:798764
    • 提供者:康维鹏
  1. Textdiff

    0下载:
  2. 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
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:557945
    • 提供者:Elcio
  1. zixuliewenti

    0下载:
  2. 能够快速找出给定的两个序列的最长公共子序列。-Can quickly identify the two sequences given the longest common subsequence.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:635
    • 提供者:刘帅
  1. LCS1

    0下载:
  2. 最长公共字串的程序,大家可以作为参考,希望有需要的朋友能够派上用处-Longest common string program, we can serve as a reference, hope to have a friend in need can be put to use
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:650
    • 提供者:jacky
  1. main

    0下载:
  2. 找出最长的回文子串,输出的第一行为找到的最长的回文字符串的长度。后面的行应该包括该字符串,字符串两边多余的空格和标点都不需要输出,但字符串中的空格、标点和换行则需要按照原样输出。-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
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:682
    • 提供者:赵灵儿
  1. The-longest-Masuga-Ko-sequence

    0下载:
  2. ∏={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
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:605
    • 提供者:谭茜
« 12 »
搜珍网 www.dssz.com