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

搜索资源列表

  1. banshuji-dynamicstate

    0下载:
  2. 半数集问题--动态规划算法,也是算法分析与设计的其中算法分析,用于数集问题.-half set of issues -- dynamic programming algorithm, as well as algorithm analysis and design of the algorithm analysis, Set for a few problems.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:41005
    • 提供者:林静
  1. TangleJAVA

    0下载:
  2. 数字三角形问题,使用动态规划算法解决问题,包含输入输出文件
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12038
    • 提供者:张仁春
  1. dongtaiguihua

    0下载:
  2. 设平面上有一个m´ n的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+¥ ),向右行进的代价是bij(bin =+¥ )。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。用高级程序设计语言编写程序求解动态规划模型。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:915
    • 提供者:陆嘉鸣
  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. dianlubuxian

    0下载:
  2. 用动态规划算法解决电路分布问题-Using dynamic programming algorithm to solve the distribution problem of circuit
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:783
    • 提供者:chengfeng
  1. dongtaiguihua

    0下载:
  2. 在VC++环境上,运用C语言程序,采用动态规划算法,实现了“租用游艇问题”,“抄写书稿问题”的优化设计。-In VC++ environment, the use of C language program, using dynamic programming algorithm, the realization of the " yacht rental," and " the question of copying the manuscr ipt" The
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:380713
    • 提供者:zhangquan
  1. unit14_1

    0下载:
  2. 商人过河实验的mathematica程序应用动态规划算法-mathematica
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:27026
    • 提供者:lizhuangzi
  1. jiqiren

    0下载:
  2. 机器人登山问题,两种解法:动态规划和贪心算法-jiqiren
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3536
    • 提供者:Xiaohz
  1. rent

    0下载:
  2. 游艇租借 动态规划 算法问题 帮助做作业的学生-Yacht Rental dynamic programming algorithm for the problem to help students with homework
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:162488
    • 提供者:P884268
  1. Matrix

    0下载:
  2. 矩阵连乘:矩阵的连乘,利用动态规划算法解决次序问题-Matrix with x: a matrix of connection by using the dynamic programming algorithm to solve the order problem. .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:530
    • 提供者:王周利
  1. Multiplicative-matrix

    0下载:
  2. 矩阵连乘:矩阵的连乘,利用动态规划算法解决次序问题-Multiplicative matrix: matrices with multiplication, the order of the dynamic programming algorithm to solve the problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:168359
    • 提供者:赵莉
  1. somealgorithm

    0下载:
  2. 描述了分支定界算法,贪婪算法,动态规划算法,分而治之算法,回溯算法,理论性很强-Describe the branch and bound algorithm, greedy algorithms, dynamic programming algorithm, divide and conquer algorithms, backtracking algorithms, highly theoretical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:133157
    • 提供者:卢正义
  1. Matrix-multiplication-problems-with

    0下载:
  2. 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。要算出这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积。本文的功能是采用动态规划算法,给出矩阵的一种最优的加括号方式,是计算量最小。-Given n matrices {A1, A2, ...
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:13712
    • 提供者:阿四
  1. Algorithm-design

    0下载:
  2. 进行多段图的动态规划算法设计,编写程序并运行-More of the map dynamic programming algorithm design, programming and run
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:14333
    • 提供者:张丹丹
  1. DONGTAIGUIHUA

    0下载:
  2. matlab中运用动态规划算法在水利水电中的应用-Using the dynamic programming algorithm in the matlab application in water conservancy and hydropower
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:9820
    • 提供者:黄心成
  1. dynamic_matrix_mul

    0下载:
  2. 动态规划算法实现的矩阵乘法,这个算法在很多ACM竞赛中经常出现的题目-Dynamic programming matrix multiplication algorithm, the algorithm in many ACM contest that often appear in the title
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:615
    • 提供者:xielei
  1. largest_public_str

    0下载:
  2. 动态规划算法实现的最大公共字串的算法实现,非常有效的展现了动态规划算法思想-Algorithm for dynamic programming algorithm to achieve the greatest public string, very effective to show the dynamic programming algorithm ideas
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:661
    • 提供者:xielei
  1. longest_no_drop_seq

    0下载:
  2. 动态规划算法实现的最长不下降序列,非常好的展现了动态规划算法的精髓-The realization of dynamic programming algorithm for the longest do not drop sequence, very good to show the essence of the dynamic programming algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:567
    • 提供者:xielei
  1. Knapsack_problem

    0下载:
  2. 动态规划算法实现的一类背包问题,经典的动态规划算法实例-A class of dynamic programming algorithm knapsack problem, the classic examples of the dynamic programming algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:693
    • 提供者:xielei
  1. Knapsack_problem2

    0下载:
  2. 动态规划算法实现的另一类背包问题// 背包问题 6个物体,重量为:5, 2, 1.7, 3.5, 1, 5.1 背包最大10,,追求装下的最大重量-Another knapsack problem dynamic programming algorithm to achieve// knapsack problem six objects, weight: 5, 2, 1.7, 3.5, 1, 5.1 backpacks maximum 10, the pursuit of maximum we
  3. 所属分类:Algorithm

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