CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 动态规划问题

搜索资源列表

  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-29
    • 文件大小:81518
    • 提供者:
  1. dongtaiguihua

    0下载:
  2. 用动态规划实现最短路径问题 请大家指教-Achieve the shortest path dynamic programming problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:1071
    • 提供者:liuzhiwei
  1. dynamicprogramming

    0下载:
  2. 算法分析中的实例,利用递归的思想解决动态规划问题-Examples of algorithm analysis, recursive thinking to solve the problem of dynamic programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2137
    • 提供者:查春晨
  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. knapsack

    0下载:
  2. 0-1背包问题,典型的动态规划问题的实现过程-0-1 knapsack problem, a typical dynamic programming problem of the realization of the process! ! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1175
    • 提供者:刘艺
  1. TSP_by_dynamic_programming

    0下载:
  2. 使用C++ 实现的,利用动态规划算解决旅行商问题-solving TSP problem with dynamic programming in C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:17932
    • 提供者:EA
  1. matrix_mult

    0下载:
  2. 关于矩阵连乘的问题,用动态规划的算法思想进行的实现!-matrix_mult
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:169415
    • 提供者:异术
  1. zuiduan

    0下载:
  2. 这是最短路径动态规划问题及其程序设计,大家可以参考-hao
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:220838
    • 提供者:longdaping
  1. optimal_scheduling_independent_tasks

    0下载:
  2. Visual studio 2005开发环境下 算法课程实验 用动态规划方法解决独立任务最优调度问题-Visual studio 2005 development environment,with a dynamic programming method,in algorithm course experiment, to solve the optimal scheduling independent tasks problem
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2993364
    • 提供者:王丽玮
  1. TSP动态规划

    0下载:
  2. TSP问题(担货郎问题)的动态规划算法实现(Dynamic programming implementation of TSP problem)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:663552
    • 提供者:monkeyking
  1. c++实现0-1背包问题

    0下载:
  2. 用C++工具,使用动态规划算法实现0-1背包问题,(implementation of the 0-1 knapsack problem with C++)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:aoaopeng
  1. 动态规划合集

    0下载:
  2. 与动态规划问题相关的内容讲解,包括背包问题等等(Related to dynamic programming issues, including knapsack problems and so on)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:823296
    • 提供者:liuxz2017
  1. 王敬贤-SA16168143-第3次作业

    0下载:
  2. 关于两个字符串s1,s2的差别,可以通过计算他们的最小编辑距离来决定。用C++设计动态规划算法解决此类问题(The difference between the two strings s1, s2, can be determined by calculating their minimum edit distance.Using c + + design dynamic programming algorithm to solve these problems)
  3. 所属分类:控制台编程

    • 发布日期:2017-12-24
    • 文件大小:2593792
    • 提供者:心晴紫贝
  1. 动态规划

    1下载:
  2. -动态规划(Dynamic Programming,简称DP),虽然抽象后进行求解的思路并不复杂,但具体的形式千差万别,找出问题的子结构以及通过子结构重新构造最优解的过程很难统一,(Dynamic programming (Dynamic Programming, referred to as DP), although the abstract is solved after thinking is not complicated, but the specific form of diffe
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:26624
    • 提供者:刘曼
  1. 动态规划

    0下载:
  2. 背包问题的动态规划程序,只是简单实现,有什么问题可以和我交流讨论。(Knapsack problem dynamic planning process, just a simple realization, what issues can be discussed with me.)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:5519360
    • 提供者:wangjun2
  1. 动态规划

    0下载:
  2. 动态规划问题1234567890111223(Dynamic programming problem1234567890111223)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:117760
    • 提供者:bug409
  1. 背包问题动态规划详解

    0下载:
  2. 0/1背包问题动态规划详解及C代码 动态规划是用空间换时间的一种方法的抽象。(0/1 knapsack problem dynamic programming detailed and C code Dynamic programming is the abstraction of a method of replacing time with space.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:13312
    • 提供者:zhangruliang
  1. 动态规划求解0-1背包问题

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

    • 发布日期:2018-01-05
    • 文件大小:28672
    • 提供者:caoya104
  1. dynamic programming

    0下载:
  2. 处理运筹学中的动态规划问题,文件中dynprog.m是主要函数,动态规划的主要过程均在其中进行,其余四个函数定义一些简单的过程,以简化主函数编写(dynamic programming(matlab))
  3. 所属分类:其他

    • 发布日期:2021-04-09
    • 文件大小:1024
    • 提供者:muxian1
  1. 招聘问题

    1下载:
  2. 使用动态规划解决一定预算下,每个岗位找一个人的招聘问题(Use dynamic programming to solve the recruitment problem of finding a person in each post under certain budget.)
  3. 所属分类:其他

    • 发布日期:2019-12-21
    • 文件大小:1437696
    • 提供者:`我是嘎子
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com