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

搜索资源列表

  1. Knapsacktwoinone

    0下载:
  2. 0-1背包和 背包问题的动态规划 源程序 只是测试 不过要自己输入 还要自己加入 很简单就没有更改-0-1 knapsack problem knapsack and the dynamic programming source code is to test but also to input their own entry is very there is no simple changes
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:981
    • 提供者: 朱雨科
  1. 0-1beibao

    0下载:
  2. 0-1背包问题的动态规划求解算法, 0-1背包不同于背包问题-0-1 knapsack problem of the dynamic programming algorithm, 0-1 knapsack different from the knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1310
    • 提供者:高亮
  1. dynamic knapsack

    0下载:
  2. 该程序用动态规划解决经典的背包问题,虽然它的效率与分支定界法比起来,还是有一定的差距,但它的简洁性却是无与伦比的.-the program with dynamic programming solution to the classic knapsack problem, although its efficiency and branch and bound over, there is still a certain gap, but its simplicity is incomparab
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 求最长公共自序 列,动态规划算法求最长公共自序 列,动态规划算法 -Preface to seek the maximum demand up to the public from the public sequence, dynamic programming algorithm for getting up to the public from the sequence, dynamic programming algorithm for getting the longest sequen
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:325743
    • 提供者:chen
  1. Dynamic-Programming

    0下载:
  2. 动态规划,租用游艇问题,长江游艇俱乐部在长江上设置了n个游艇出租站1,2,…,n。-Dynamic programming, rental boats the problem, the Yangtze River Yacht Club, set in the Yangtze River on a yacht rental station n 1,2, ..., n.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:119019
    • 提供者:于明月
  1. Lecture-of-Dynamic-Programming-(DP)

    0下载:
  2. 上算法设计课课同学自己准备的讲座,ppt通过举例详细介绍了动态规划的原理,并附有实现源码与测试数据-Division on the algorithm design students prepare their own lectures, ppt described in detail by way of example the principles of dynamic programming, together with source code and test data to achiev
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:57601
    • 提供者:sdrioe
  1. Dynamic-Programming

    0下载:
  2. 这是算法设计与分析课程实验,动态规划的源程序。包含最长上升子序列,最长公共子序列,最大字段和问题,DP背包问题-This is a test algorithm design and analysis programs, dynamic programming source code. Rising sequence containing the longest, longest common subsequence, maximum field and problems, DP knapsac
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1756
    • 提供者:林达
  1. the-dynamic-planning

    0下载:
  2. 本文讨论了动态规划这一思想的核心内容和其基本特点,探讨了动态规划思想的适用范围,动态规划子问题空间和递推关系式确立的一般思路。-This paper discusses the dynamic planning this thought core content and its basic characteristics, this paper discusses the dynamic planning idea, the applicable scope of the dynamic pro
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:60091
    • 提供者:
  1. dynamic-programming

    0下载:
  2. 使用c++语言,在vs2008平台上编写,用动态规划法求解0,1背包问题-C++ language use, in vs2008 platform to write, with the dynamic planning solution 0, 1 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:948
    • 提供者:闫皓渊
  1. Dynamic

    0下载:
  2. 采用动态规划算法解决了“田忌赛马”的类似问题-The dynamic programming algorithm to solve the similar problem of "Tian Ji s horse"
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1262
    • 提供者:庄镝
  1. Dynamic-Programming-Analysis

    0下载:
  2. 关于动态规划算法分析,内含各种相关的问题解析。-The analysis of Dynamic Programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:384090
    • 提供者:王海
  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. Dynamic-Programming-Algorithm

    0下载:
  2. 动态规划解石子合并问题。其中石子是环形排列,具体问题详见“问题描述”文件。-Solve the "stones merge problem" by using dynamic programming algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1424
    • 提供者:王博
  1. Dynamic-programe

    0下载:
  2. 这个程序描述的是动态规划算法,方便初学算法分析的成员参考。-This procedure describes the dynamic programming algorithm, a member of reference convenient beginner algorithm analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:710
    • 提供者:cyy
  1. The-algorithm-analysis-and-design

    0下载:
  2. 研究生上课所用的算法分析与设计相关文档PPT,分八个章节对算法进行详细介绍: 第1章 算法引论 第2章 递归与分治策略 第3章 动态规划 第4章 贪心算法 第5章 回溯法 第6章 分支限界法 第7章 概率算法 第8章 NP完全性理论 -Graduate classes used in algorithm analysis and design documents the PPT is divided into eight chapters on the alg
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2044201
    • 提供者:独角之灵
  1. the-long-line

    0下载:
  2. 实验名称:用动态规划法求解最长路径问题 设计动态规划算法求解最长路径问题(见下面附录部分),要求程序能根据给定的图作为输入,输出最长路径的长度及一条最长的路径。-Experiment name: the dynamic programming method for solving the longest path problem design dynamic programming algorithm for the longest path problem (see the append
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:880880
    • 提供者:Tin
  1. dynamic-programming

    0下载:
  2. 用动态规划法求两个字符串 A="xzyzzyx"和 B =”zxyyzxz“的最长公共子序列-For two strings A dynamic programming method = " xzyzzyx" and B = " zxyyzxz" the longest common subsequence
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:689
    • 提供者:昏昏
  1. DYNAMIC--PROGRAMMING

    0下载:
  2. 动态规划的讲义,包含对动态规划算法的基本介绍以及一些经典例子。-Dynamic Programming notes, contains a basic introduction to the dynamic programming algorithm and some classic examples.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:176987
    • 提供者:李欢
  1. dynamic-programming

    0下载:
  2. 动态规划(dynamic programming)是运筹学的一个分支,是求解决策过程(decision process)最优化的数学方法。20世纪50年代初美国数学家R.E.Bellman等人在研究多阶段决策过程(multistep decision process)的优化问题时,提出了著名的最优化原理(principle of optimality),把多阶段过程转化为一系列单阶段问题,利用各阶段之间的关系,逐个求解,创立了解决这类过程优化问题的新方法——动态规划。-Dynamic progr
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:49221
    • 提供者:cxd
  1. dynamic-programming

    0下载:
  2. 动态规划算法,包括最长公共子序列、矩阵链相乘、FLOYD、背包算法等。-Dynamic programming algorithm, including the maxinum common sub sequence, matrix chain multiplication, FLOYD, knapsack algorithm, etc..
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2143
    • 提供者:姜枫
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com