CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 动态规划算法

搜索资源列表

  1. 背包的动态规划算法

    0下载:
  2. 背包的动态规划算法.rar-backpack dynamic programming algorithm. Rar
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9000
    • 提供者:张晓明
  1. 0-1背包的动态规划算法

    0下载:
  2. 动态规划0-1背包问题-Dynamic Programming 0-1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11097
    • 提供者:gtop
  1. 背包问题(动态规划递归算法)的vc程序

    0下载:
  2. 用动态规划算法中的递归法求解背包问题的vc++6程序,已通过测试
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-07-30
    • 文件大小:1016998
    • 提供者:lcf_spring
  1. 动态规划算法

    0下载:
  2. 动态规划算法
  3. 所属分类:matlab例程

    • 发布日期:2010-05-18
    • 文件大小:20765
    • 提供者:leansmall
  1. 动态规划算法

    0下载:
  2. 动态规划算法常见题解
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-12-23
    • 文件大小:292119
    • 提供者:iojh@163.com
  1. 用动态规划算法思想求最小编辑距离

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:890
    • 提供者:Doreen
  1. dynprog

    1下载:
  2. 动态规划算法matlab源程序,m文件,从工具箱中调用。 -Dynamic programming algorithm matlab source, m file, from the toolbox call.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-19
    • 文件大小:1543
    • 提供者:jiajt
  1. DYNPROG

    0下载:
  2. 我用MATLAB编的程序,存为txt文档格式,方便大家查看。这是我们组在学校国际赛选拔赛时编的程序,用于实现动态规划算法。可立即执行。-I compiled the program using MATLAB, save txt file format, we facilitate viewing. This is our group in the school when the series of international competitions qualifying procedures
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1543
    • 提供者:张的的
  1. car

    0下载:
  2. 使用动态规划算法求解汽车加油问题,求得费用的最小值,-The use of dynamic programming algorithm to solve the issue of motor vehicle fuel to obtain the minimum cost,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2105
    • 提供者:lands
  1. zero_one_question

    0下载:
  2. 算法中的经典问题:0——1 背包问题 在该程序中运用了动态规划算法成功解决了0——1背包问题-Classic problem of algorithm 0- 1 knapsack problem in the process use of dynamic programming algorithms succeeded in solving 0- 1 Knapsack Problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1055
    • 提供者:shisir
  1. BeiBao1

    0下载:
  2. 动态规划算法求解0-1背包问题,动态规划算法knapsack求最优值-Dynamic programming algorithm for solving 0-1 knapsack problem, dynamic programming algorithm for optimal value knapsack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:171206
    • 提供者:walle
  1. c41

    0下载:
  2. 多段图用邻接矩阵存储,编写多段图问题的向后递推动态规划算法。-Multi-stage graph with adjacency matrix storage, the question of the preparation of multi-stage plan backward recursive dynamic programming algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:900
    • 提供者:郁飞
  1. dtguihua

    0下载:
  2. 动态规划算法的设计与实现本科毕业论文,已经通过的-Dynamic programming algorithm design and implementation of undergraduate thesis, already adopted by the
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2182642
    • 提供者:田敏荣
  1. 回溯法

    0下载:
  2. 利用回溯算法和动态规划函数,编写了资源约束下的二维动态规划算法,可用于资源分配方面的问题(Using backtracking algorithm and dynamic programming function, we write a two-dimensional dynamic programming algorithm under resource constraints, which can be used for resource allocation)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:trust123
  1. 第04章 动态规划

    0下载:
  2. 对动态规划算法进行由浅入深的介绍,且附有算法示例(The introduction of the dynamic programming algorithm from shallow to deep, with an algorithm example)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:196608
    • 提供者:qianchen
  1. 动态规划问题

    0下载:
  2. 动态规划的实现,其中包含几个子文件,有一个背包算法的代码模块(Implementation of dynamic programming)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:陈泓
  1. 动态规划DP

    3下载:
  2. matlab编程实现动态规划算法,适合初学者使用(Matlab programming dynamic programming algorithm, suitable for beginners to use)
  3. 所属分类:matlab例程

    • 发布日期:2019-04-26
    • 文件大小:1024
    • 提供者:那里的天空
  1. 动态规划算法举例

    1下载:
  2. 动态规划问世以来,在经济管理、生产调度、工程技术和最优控制等方面得到了广泛的应用。例如最短路线、库存管理、资源分配、设备更新、排序、装载等问题,用动态规划方法比用其它方法求解更为方便。(Since the advent of dynamic programming, it has been widely used in economic management, production scheduling, engineering technology and optimal control. F
  3. 所属分类:matlab例程

    • 发布日期:2020-06-22
    • 文件大小:196608
    • 提供者:water7
  1. DP

    14下载:
  2. 基于动态规划算法对混合动力汽车能量管理策略建模后进行问题计算(Problem calculation of hybrid electric vehicle energy management strategy based on dynamic programming algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2019-04-26
    • 文件大小:25600
    • 提供者:新苏
  1. 动态规划代码

    0下载:
  2. 数据结构与算法中动态规划相关概念习题及代码
  3. 所属分类:数据结构常用算法

« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com