您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 算法设计课件----浙江大学算法设计课

  2. 讲解经典算法,并且有例题讲解。书中部分内容:2.2 动态规划 (Dynamic Programming) 2.2.1 背包问题(Knapsack problem) 2.2.2 最长递增子序列(Longest increasing subsequence) 2.2.3 Sequence alignment 2.2.4 最长相同子序列(Longest common subsequence) 2.3.5 Matrix-chain multiplication 2.3.6 树上的独立集 (Max In
  3. 所属分类:其它

    • 发布日期:2009-04-29
    • 文件大小:2097152
    • 提供者:shuangyu2007
  1. Skiena-The_Algorithm_Design_Manual.pdf

  2. 英文第二版 目录 . . . . . . . . . . . . . . . . . . . . . . . 50 2.8 War Story: Mystery of the Pyramids . . . . . . . . . . . . . . . . 51 2.9 Advanced Analysis (*) . . . . . . . . . . . . . . . . . . . . . . . . 54 2.10 Exercises . . . . . . . . . . . . .
  3. 所属分类:Java

    • 发布日期:2009-04-29
    • 文件大小:3145728
    • 提供者:arctgx
  1. shortest common sequence

  2. This shortest common supersequence problem is closely related to the longest common subsequence problem. Given two sequences X = and Y = , a sequence U = is a common supersequence of X and Y if U is a supersequence of both X and Y.
  3. 所属分类:其它

    • 发布日期:2009-10-09
    • 文件大小:5120
    • 提供者:shineboy2007
  1. 算法设计与分析实验报告二

  2. 算法分析与设计 实验报告二 动态规划Common Subsequence
  3. 所属分类:其它

    • 发布日期:2009-11-25
    • 文件大小:58368
    • 提供者:spring225417
  1. Longest Ordered Subsequence

  2. Longest Ordered Subsequence,算法分析与设计,C语言程序
  3. 所属分类:C

  1. 算法分析与设计试卷算法分析与设计试卷

  2. 算法分析与设计试卷,对考试很有帮助 一. 翻译以下专业词汇: (21分) 1. Dynamic programming 2. Feasible solution 3. Reduction 4. Prefix 5. Component design 6. Local replacement 7. Intractability 二. 请回答以下问题: (32分) 1. 算法的时间复杂性是如何度量的? 2. 为什么说在算法的时间和空间关系上, 时间是决定性因素(dominant factor)? 3
  3. 所属分类:其它

    • 发布日期:2010-01-07
    • 文件大小:30720
    • 提供者:guopengjiu
  1. 最长公共子序列的泛型算法

  2. 经典的公共子序列算法需要两个序列的长度已知.而且通常用于计算字符串的公共子序列. 我实现的算法剥离了一些易变部分,使得算法极度可适配.能用于字符串公共子序列计算和文件diff计算.理论上能用于任何具备相似特征的两个序列的公共子序列计算. vs2008 codeblocks均可编译运行
  3. 所属分类:其它

    • 发布日期:2010-03-24
    • 文件大小:93184
    • 提供者:FireEmissary
  1. Pku acm 第1458题 Common Subsequence 代码,有详细的注释

  2. Pku acm 第1458题 Common Subsequence 代码,有详细的注释,动态规划
  3. 所属分类:专业指导

    • 发布日期:2008-01-01
    • 文件大小:1024
    • 提供者:china8848
  1. Pku acm 第2533题 Longest Ordered Subsequence 代码,有详细的注释

  2. Pku acm 第2533题 Longest Ordered Subsequence 代码,有详细的注释,动态规划
  3. 所属分类:专业指导

    • 发布日期:2008-01-01
    • 文件大小:549
    • 提供者:china8848
  1. poj经典动态规划题目解题报告

  2. poj经典动态规划题目解题报告,包括经典的动态规划题目20多道,可以作为学习动态规划系统的资料,包括题目:Pku acm 1179 PolygonPku acm 1125 Stockbroker GrapevinePku acm 1160 post officePku acm 1014 DividingPku acm 1050 To the MaxPku acm 1088 滑雪Pku acm 2533 Longest Ordered SubsequencePku acm 1631 Bridgi
  3. 所属分类:专业指导

    • 发布日期:2008-01-03
    • 文件大小:270336
    • 提供者:china8848
  1. Finding Maximum Contiguous Subsequence Sum using divide-and-conquer approach

  2. Finding Maximum Contiguous Subsequence Sum using divide-and-conquer approach
  3. 所属分类:其它

    • 发布日期:2011-03-10
    • 文件大小:8192
    • 提供者:princess2011
  1. 最长公共子序列Longest Common Subsequence - Super Jiju的小窝_ To be with my Dearest Jessie

  2. 最长公共子序列Longest Common Subsequence - Super Jiju的小窝_ To be with my Dearest Jessie
  3. 所属分类:其它

    • 发布日期:2008-04-26
    • 文件大小:5120
    • 提供者:dengdeng86
  1. POJ2533-Longest Ordered Subsequence

  2. 北大POJ2533-Longest Ordered Subsequence 解题报告+AC代码
  3. 所属分类:C/C++

    • 发布日期:2011-07-31
    • 文件大小:6144
    • 提供者:lyy289065406
  1. Fast Subsequence Matching in Time-Series Databasesppt

  2. 时序数据库论文Fast Subsequence Matching in Time-Series Databases 的ppt
  3. 所属分类:数据库

    • 发布日期:2011-11-08
    • 文件大小:2097152
    • 提供者:wendy198886
  1. 北大POJ2533-Longest Ordered Subsequence【O(n^2)】

  2. 北大POJ2533-Longest Ordered Subsequence【O(n^2)】
  3. 所属分类:C++

    • 发布日期:2012-05-11
    • 文件大小:573
    • 提供者:tel10086
  1. 北大POJ2533-Longest Ordered Subsequence【O(nlogn)】

  2. 北大POJ2533-Longest Ordered Subsequence【O(nlogn)】
  3. 所属分类:C++

    • 发布日期:2012-05-11
    • 文件大小:1024
    • 提供者:tel10086
  1. An O(ND) Difference Algorithm and Its Variations

  2. The problems of finding a longest common subsequence of two sequences A and B and a shortest edit scr ipt for transforming A into B have long been known to be dual problems. In this paper, they are shown to be equivalent to finding a shortest/longes
  3. 所属分类:其它

    • 发布日期:2008-10-03
    • 文件大小:82944
    • 提供者:guoqiang1257
  1. A fast algorithm for computing a longest common increasing subsequence

  2. A fast algorithm for computing a longest common increasing subsequence
  3. 所属分类:C

    • 发布日期:2014-02-28
    • 文件大小:101376
    • 提供者:jdplus
  1. poj Common Subsequence c++

  2. 动态规划 poj Common Subsequence c++ cpp文件
  3. 所属分类:C++

    • 发布日期:2008-12-15
    • 文件大小:654
    • 提供者:sunshinelzh
  1. Online windowed subsequence matching over probabilistic sequences

  2. Windowed subsequence matching over deterministic strings has been studied in previous work in the contexts of knowledge discovery, data mining, and molecular biology. However, we observe that in these applications, as well as in data stream monitori
  3. 所属分类:算法与数据结构

    • 发布日期:2018-02-01
    • 文件大小:821248
    • 提供者:myishh
« 12 3 4 »