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

搜索资源列表

  1. 动态规划矩阵连乘

    0下载:
  2. 矩阵连乘。 输出所需最小连乘次数和计算序列。 使用的是动态规划算法。-matrix continually multiply. The required minimum output frequency and continually multiply calculated sequence. Using the dynamic programming algorithm.
  3. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:11097
    • 提供者:gtop
  1. 动态规划提取边缘

    1下载:
  2. 对一个区域提取边缘
  3. 所属分类:图形图象

  1. 动态规划

    0下载:
  2. 基本的动态规划算法
  3. 所属分类:源码下载

  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. shortestPath

    0下载:
  2. 在visual C++上写的动态规划算法在图论中旅行商问题上的应用,适合算法分析的朋友。-In visual C++ to write the dynamic programming algorithm to find the shortest path in the graph the application of suitable algorithms friends.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:81518
    • 提供者:
  1. diaodu

    0下载:
  2. 两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai,若由机器B 来处理,则需要时间bi。由于各作 业的特点和机器的性能关系,很可能对于某些i,有ai >=bi,而对于 某些j,j!=i,有aj<bj。既不能将一个作业分开由两台机器处理,也没 有一台机器能同时处理2 个作业。设计一个动态规划算法,使得这两 台机器处理完成这n 个作业的时间最短(从任何一台机器开工到最后 一台机器停工的总时间)。研究一个实例:(a1,a2,a3,a4,a5
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-25
    • 文件大小:14174
    • 提供者:王颖
  1. matlabsuanfa

    0下载:
  2. 这个程序是基于matlab平台环境下编成的,数学计算方面的算法,包括动态规划算法,拉格朗日插值法,解非线性整数规划法,解线性规划,以及解常微分算法-This procedure is based on matlab platform into the environment, mathematics calculation algorithms, including dynamic programming algorithm, Lagrange interpolation, solution o
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:16983
    • 提供者:肖可
  1. MinForeDynprog

    2下载:
  2. 该程序实现了一个标准的动态规划算法,对研究动态规划很有帮助。-It is a code to study DP.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:739
    • 提供者:向桂英
  1. dynamic

    0下载:
  2. 动态规划算法 程序设计大赛必备 最优化原理 重复子问题-Dynamic Programming Algorithm Programming Contest necessary to repeat the principle of sub-optimization problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:222274
    • 提供者:hxc
  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-1背包问题

    1下载:
  2. 通过动态规划的算法得到装进背包的最大价值(The maximum value of knapsack is obtained by dynamic programming algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:28672
    • 提供者:caoya104
  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. 动态规划问题

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

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:陈泓
  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. 动态规划

    1下载:
  2. 主要用于动态规划的matlab算法,优点是简单,方便。(MATLAB algorithm mainly used for dynamic programming)
  3. 所属分类:Windows编程

    • 发布日期:2019-11-03
    • 文件大小:26624
    • 提供者:子义123
  1. 动态规划代码

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

  1. 071810120133273

    1下载:
  2. 动态规划算法程序,用于汽车能量管理方面的控制(Dynamic programming algorithm program for the control of automotive energy management,)
  3. 所属分类:其他小程序

    • 发布日期:2021-04-06
    • 文件大小:25600
    • 提供者:vvgh
  1. matlab 动态规划算法

    1下载:
  2. matlab 动态规划算法 完整封装的函数 可以直接运行
  3. 所属分类:其它程序

« 1 23 4 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com