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

搜索资源列表

  1. duoduantu

    0下载:
  2. 这是计算机算法基础中的动态规划的方法的一个例子,多段图是一个很经典的问题!这里的程序用于求解最小成本路径,用类似的思想可以解决最优分配方案的问题!-This is a computer algorithm based on the dynamic programming methods of an example, many of the map is a classic question! Here the procedures for calculating the minimum cost
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5875
    • 提供者:中国
  1. Dynamic_Programming

    0下载:
  2. descr ipt the dynamic programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:34963
    • 提供者:Gao Chao
  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. dynamic_programming1

    0下载:
  2. 关于动态规划的ppt ,内容不错,适合学生学习使用。-the special ppt for dynamic programming,the content is perfect, and suits college students very well.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:159235
    • 提供者:long
  1. Algorithm_analysis_and_design_of_dynamic_programmi

    0下载:
  2. 算法分析设计之动态规划法Algorithm analysis and design of dynamic programming-Algorithm analysis and design of the dynamic programming Algorithm analysis and design of dynamic programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:308510
    • 提供者:jk
  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. DP

    1下载:
  2. 运用动态规划推求水库的调度问题,单库问题-Using the dynamic programming scheduling problem deduced reservoir
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:15691
    • 提供者:徐佳
  1. Dynamic-Programming

    0下载:
  2. 动态规划(dynamic programming)是运筹学的一个分支,是求解决策过程(decision process)最优化的数学方法。-Dynamic programming (dynamic programming) is a branch of operations research, decision-making process is the solution (decision process) mathematical optimization methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:27553
    • 提供者:刘旭
  1. algorithm

    0下载:
  2. 熟悉C/C++语言的集成开发环境;通过本实验加深对分治法、贪心算法的理解。掌握贪心算法、动态规划和回溯算法的概念和基本思想,分析并掌握"0-1"背包问题的三种算法,并分析其优缺点。-Master the greedy algorithm, the dynamic programming algorithm and back of the concept and basic thought, analysis and master "0-1" knapsack problem three algo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:127091
    • 提供者:武楠
  1. TSP

    0下载:
  2. 输入初始的矩阵图;将每一步动态规划法的过程以矩阵形式输出 将最后的路径结果输出。-The initial input matrix Each step of the dynamic programming process to matrix form output Will the final path output.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2901
    • 提供者:雅典娜
  1. The-assembly-line-scheduling-problem

    0下载:
  2. 御用动态规划思想和策略,解决装配线调度问题。-Queen dynamic programming ideas and strategies to address the assembly line scheduling problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:832
    • 提供者:吕子乔
  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-Fibonacci

    0下载:
  2. 动态规划计算斐波那契数(后一个数等于前面两个数的和)1,1,2,3,5,8,13,21,34,55,89,144…… -Dynamic programming computes Fibonacci numbers (after a number equal to the previous two numbers) 1,1,2,3,5,8,13,21,34,55,89,144 ......
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:1265664
    • 提供者:徐勤劼
  1. DP_TSP

    0下载:
  2. 该程序是用动态规划方法解决旅行商问题,所用编程语言是C语言-The program is the dynamic programming method to solve the traveling salesman problem, the use of programming language is C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:17879
    • 提供者:熊福力
  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. dongtaiguihua

    0下载:
  2. 最优控制中的动态规划问题,使用这个程序可以计算动态规划表,这个程序很实用-Optimal control of dynamic programming problem, this program can be calculated using the dynamic programming table, this program is very practical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1561
    • 提供者:
  1. NEW-MATLAB-Dynamic-Programming

    2下载:
  2. 利用matlab语言,采用动态规划算法解决机器设备的调度问题,运行速度快,运行结果完美。-analyzes the allocation of resources in dynamic programming with Matlab , and conducts procedure designs and computation with Matlab , simplifying complex issues and avoiding the cumbersome calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:143010
    • 提供者:王东方
  1. TSP_Dynamic

    7下载:
  2. 利用MATLAB实现动态规划中最短距离的计算。-Calculates the shortest distance between the dynamic programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1031
    • 提供者:齐晶
« 12 3 4 »
搜珍网 www.dssz.com