CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - DP

搜索资源列表

  1. suffarray_c

    0下载:
  2. 后缀数组求最长公共子串 这里的最长公共子串是指的连续的子串,并非经典dp的那种。 aabbc abc 这两个字符串的最长公共子串为ab 算法复杂度是o(n)的(n为两个字符串长度的和)-suffix array for the longest string of public-public here - the longest string of consecutive refers to the substring. dp is not the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1753
    • 提供者:ghost
  1. 2859(AC)

    0下载:
  2. zoj的2859题。 2围的RMQ问题,将1围推广到2围,DP求解。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:2565
    • 提供者:wzc
  1. dp

    0下载:
  2. (1).问题描述:旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要 选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程( 或旅费)最小。 (2).程序设计要求: a. 设计一个动态规划算法 b. 任给一个输入实例,能输出最短路程及其路线 c. 能用图形演示旅行商的推销路线 输入要测试的文件名,如TSP6.txt,程序将利用动态规划求解该问题,给出最佳线 路,并用图形演示。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10864
    • 提供者:小明
  1. DP.rar

    0下载:
  2. 最长路径DP算法 根据邻近矩阵,再运用DP算法计算出图中任意节点间的最长路径,有点类似于最短路径算法,DP algorithm for the longest path in accordance with the neighboring matrix, re-use of DP algorithm to calculate arbitrary graph the longest path between nodes, somewhat similar to the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1976
    • 提供者:yuxiqian
  1. 1739

    0下载:
  2. pku 1739 Tony s Tour 连通性状态压缩DP-pku 1739 Tony s Tour connectivity state of compression DP
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1183
    • 提供者:caicai
  1. 2288

    0下载:
  2. pku 2288 Islands and Bridges 状态压缩DP-pku 2288 Islands and Bridges state compression DP
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1416
    • 提供者:caicai
  1. 01knapsackMFC

    0下载:
  2. 01背包问题演示程序 用mfc实现01背包问题的dp算法-01 knapsack problem with mfc demo program to achieve 01 knapsack problem algorithm dp
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:47628
    • 提供者:纪旭
  1. LCSp2264

    0下载:
  2. 动态规划的代码~LCS存路径DP:)状态压缩-Dynamic programming code path ~ LCS deposit DP:) compression status. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:716
    • 提供者:诗苇
  1. zoj_1013_Great_Equipment

    0下载:
  2. 这是一道经典的DP题目,如果不做就太遗憾了,我刚开始没有做出来,后来看了别人的解题报告才做出来的-This is a classic topic of DP, if not too sorry, I did not do it just started, after reading other people' s problem-solving done by the report of
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:Scott
  1. 1717

    0下载:
  2. PKU1717-多米诺.DP实现,具体的转移方程可以看代码.-PKU1717-domino. DP realized, specific code can be seen the transfer equation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:655
    • 提供者:V-Jay
  1. DP

    0下载:
  2. 三篇关于动态规划优化的文章,四边形不等式优化以及一些其他特殊情况下的优化-3 on the dynamic programming to optimize the article, optimization of quadrilateral inequality as well as some other exceptional circumstances, the optimization ... ...
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1390100
    • 提供者:贺星
  1. PKU1655

    0下载:
  2. PKU1655解题报告 动态规划算法、dp算法、ACM题-PKU1655 dynamic programming algorithm for solving the report, dp algorithm, ACM title
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:11224
    • 提供者:菲戈
  1. fulltext1

    0下载:
  2. 一篇关于模式匹配的英文论文,该文采用了DP比对算法-A pattern-matching English paper, using DP matching algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:249724
    • 提供者:malinlin
  1. dp

    0下载:
  2. 介绍动态规划 资料列举了若干应用实例,有分析以及算法实现便于学习-Information on dynamic programming, introduced a number of application examples cited, some analysts, as well as facilitate the learning algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:23308
    • 提供者:天雨
  1. DP

    0下载:
  2. ACM,DP有关资料,包括历届ACM夏令营的论文以及题目代码等-ACM, DP related information, including previous papers and the subject of summer camps ACM code, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-06-22
    • 文件大小:40964813
    • 提供者:Shi yulong
  1. dp

    0下载:
  2. 动态规划经典问题(1)问题中的状态必须满足最优化原理; (2)问题中的状态必须满足无后效性。 -dp
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:483469
    • 提供者:darren
  1. Dynamic-programming-DP-backpack

    0下载:
  2. 用动态规划算法解决DP背包问题,采用C++编程-Dynamic programming algorithm to solve the DP knapsack problem, using C++ programming
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:871933
    • 提供者:lydia
  1. ACM-dp

    0下载:
  2. 关于ACM竞赛中经常出现的动态规划dp模板,有最大k段和,最大子段和-Dynamic programming dp template that often appear in ACM contest, the largest k segments, the largest sub-segment, and so on
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:7267
    • 提供者:jan
  1. DP

    0下载:
  2. 近年来,DP已成为NOIP中的“必考”项目,在06年的提高组题目中,甚至出现了两题DP(且该年分数线约为130分),DP的重要性可见一斑。-the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11634
    • 提供者:tianguochao
  1. To-Miss-Our-Children-Time-DP

    0下载:
  2. /*hdu4001To Miss Our Children Time DP 每块积木有四个参数a(长),b(宽),c(高),d(属性) d==0 它下面的积木为X a>=X.a b>=X.b d==1 a>=X.a b>=X.b&&(a>X.a||b>X.b) d==2 a>X.a&&b>X.b 所以先按长从小到大 再宽从小到大 属性从大到小排序 f[i]表示以第i个积木为顶的已搭积木的最大高度 */-/* Hdu400
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:885
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com