搜索资源列表

  1. LcsLength

    0下载:
  2. 这是数据结构与算法分析的实验作业,最长公共子序列-This is the data structure and algorithm analysis of the experimental operation, the longest sequence of public
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张三
  1. Job-Scheduling

    0下载:
  2. 一、目的要求   用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解。 二、例题:为单道批处理系统设计一个作业调度程序。   由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。   作业调度算法:采用先来先服务(FCFS)调度算法,即按作业提交的先后次序进行调度。总是首先
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:73728
    • 提供者:Anson
  1. TheLongestCommonStringOfTwoStrings

    0下载:
  2. 数据结构课程实验:求两个字符串的最长公共子串,附有算法和源代码,还有算法分析与总结-Experimental data structure: for two of the longest string of public substring with algorithms and source code, as well as algorithm analysis and summing up
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:huxiaolin
  1. huaxuewenti

    0下载:
  2. 滑雪问题,要求输入行数和列数,输入每行每列的数组并输出最长区域的长度。-Ski problem, asked to enter the number of rows and columns, type each line and each column of the array output the length of the longest region.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:徐兴明
  1. SFSJ

    0下载:
  2. 随机数的产生和快速排序,01背包,皇后问题,最长公共子序列的动态演示-Random number generation and Quick Sort, 01 backpacks, Queen s problem, longest common sub-sequence of the dynamic presentation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3815424
    • 提供者:gazi
  1. gao610898180_4

    0下载:
  2. 两个任意字符串的最长公共子序列的C++实现-Two arbitrary string sequence of the longest public C++ Achieve
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:369664
    • 提供者:高朝虎
  1. kis7_key

    0下载:
  2. 8个kis7.0.125的KEY,最长可用至09年-8 kis7.0.125 the KEY, the longest available in 2009 to
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:
  1. sdfsd

    0下载:
  2. 求解最长不下降序列的程序,用到动态规划的方法-Solving the longest sequence of non-drop procedure, use of dynamic programming methods
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:bill
  1. LCS

    0下载:
  2. KMP算法实现最长公共子序列的C++算法-KMP algorithm realize the longest common sub-sequence of C++ Algorithm
  3. 所属分类:midi

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:王鹏程
  1. lunce-IKAnalyzer

    1下载:
  2. 中文分词工具,利用lucence的接口写的,进行最长匹配,正向和反向匹配后根据词数选择。别人写的,我用了,觉得不错,简单,上手快-Chinese word segmentation tool lucence interface written for the longest match, the forward and reverse to match the number under the word choice. Someone
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-19
    • 文件大小:868352
    • 提供者:xielang
  1. HOBIT

    0下载:
  2. 经典问题,霍比特人的烦恼~~~找出一些字符串中的最长公共部分。-Classic problem, the trouble Hobbit ~ ~ ~ to find some of the longest string in the public part.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:420864
    • 提供者:侯坤
  1. lcs

    0下载:
  2. 最长公共子序列算法LCS实现。任意输入两个字符串,通过此算法可以找到最长的公共子序列。-The longest common sub-sequence algorithm LCS realize. Arbitrary input two strings, this algorithm can find the longest common sub-sequence.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:oscarfuture
  1. E10514043

    0下载:
  2. 应用算法设计与分析知识,查找出最长公共子序列问题-Application of algorithm design and analysis of knowledge, to find out the longest common sub-sequence problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:放飞
  1. shuju

    0下载:
  2. 对于给定的带权有向图,计算出该图中指定顶点为起点和终点的最长 简单路 -For a given weighted directed graph, the calculation of the map designated as the starting point and end point of the longest simple path
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:陆路
  1. 15

    0下载:
  2. 遇到的一道笔试题:输入一行字符,要求输出这行字符串的最长单词。自己写的实现,仅供参考。-Encountered together with T test: Enter the characters in his entourage requested the output line of the longest string of words. Realize their own writing, for informational p
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. 2533

    0下载:
  2. 求最长的公共子序列,对于初学者来说很不错-For the longest common sub-sequences, is very good for beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:166912
    • 提供者:张了
  1. LCS

    0下载:
  2. 实现求解整数的递增子序列。给出一串整数,求解其最长递增子序列。-Realize incremental solving integer sequence. Given a string of integers, solving the longest increasing subsequence.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:324608
    • 提供者:wu
  1. 200682434547782_600it

    0下载:
  2. 本文是用C++实现最长子序列的算法,很经典的程序,喜欢就收藏-This article is C++ Realize the longest sequence of the algorithm, it is the classic procedure, like the collection
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:74752
    • 提供者:严振宇
  1. LIS.cpp.tar

    0下载:
  2. ACM LIS.cpp help you to let UVa Judge to accept your code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Scott Chen
  1. lcs

    0下载:
  2. 本程序计算两个序列的最长公共子序列LCS-This procedure calculated the two longest sequences in public sequence LCS
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:djz
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 37 »

源码中国 www.ymcn.org