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

搜索资源列表

  1. bagprogram

    0下载:
  2. 用动态规划来解0-1背包问题的算法思想及程序代码-use dynamic programming solution to the 0-1 knapsack problem algorithms and code thinking
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6071
    • 提供者:石梦军
  1. 03113111

    0下载:
  2. 动态规划 矩阵连乘问题 算法设计与分析 练习题 -dynamic programming matrix continually multiply problems algorithm design and analysis Exercises
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1611
    • 提供者:昭孜
  1. BestBST

    0下载:
  2. 该源程序是用动态规划算法求解最优二叉搜索树问题-the source is dynamic programming algorithm for optimal binary search tree problem
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8842
    • 提供者:杨锐
  1. 01beibao

    0下载:
  2. 0-1背包问题,用动态规划算法来实现的.-0-1 knapsack problem with dynamic programming algorithm to achieve.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6381
    • 提供者:angle
  1. 0-1Pack

    0下载:
  2. 用C#写的《计算机软件算法分析与设计》的作业--动态规划算法,0-1背包问题 可选择背包容量(浮点型)和指定每个物品的重量(浮点型),生成物品选择表和统计信息
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:91647
    • 提供者:范成
  1. TSP

    0下载:
  2. 这是一个货郎担问题的动态规划代码,是C语言版的,能在TC上和VC++6.0上运行.加入了许多注释.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1824
    • 提供者:zhoulitc
  1. Knapsack

    0下载:
  2. 背包问题,一个不错的动态规划算法显示,值得一看-Knapsack problem, a good dynamic programming algorithm indicates that worth a visit
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:23855
    • 提供者:allenzhang
  1. dongtaiguihua

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

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

    0下载:
  2. 画板涂色问题,动态规划的方法,求最好的涂色办法,-Sketchpad coloring problem, dynamic programming method, for the best coloring methods
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:718
    • 提供者:LiaoKai
  1. plo

    0下载:
  2. c++动态规划问题之多边形游戏,输出游戏的可能最大值,很不错的资源-problem of polygon c++ dynamic programming game, the game possible maximum output, very good resource
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:896719
    • 提供者:fmk
  1. water-cPP

    0下载:
  2. 用动态规划规划法解决水库调度问题,c语言编程,可以运行,有参考意义-Solve reservoir operation problem using dynamic programming planning method, c programming language, you can run, reference
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:2443
    • 提供者:王峰
  1. Activity-selection-problem

    0下载:
  2. 活动选择问题,递归算法和动态规划,实现在一定的时间里最合理的活动安排,供算法学习用-Activities selection problem, recursive algorithms and dynamic programming to achieve the most rational activities arrange in a certain time, for the algorithm to learn
  3. 所属分类:CSharp

    • 发布日期:2017-12-07
    • 文件大小:32231
    • 提供者:haochen
  1. include

    0下载:
  2. 1)编程递归实现0-1背包问题并回溯求出问题的解向量(即X[N]的值)和多段图的最短路经问题的动态规划算法。 2)图的数据结构采用邻接表。 3) 要求用文件装入5个多段图数据,编写从文件到邻接表的函数。 4)验证算法的时间复杂性。 5)0-1背包问题的实验数据见实验二的背包问题数据。 -1) programming recursive implementation of the 0-1 knapsack problem and backtracking to solve th
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:12471
    • 提供者:陈倩
  1. tsp_0001

    0下载:
  2. 对于旅行商的动态规划问题,可以更改其终点与起点,同时可以更改其过点的问题-For dynamic programming problem traveling salesman, you can change its end and start, and you can change it through the point of the problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:8654
    • 提供者:zhang
  1. Cpp1-(1)

    0下载:
  2. 本C语言源代码用于求解水库优化调度问题,采用动态规划的方法求解,适用于年调节水库。 -The C language source code for solving reservoir optimal scheduling, dynamic programming method to solve for years regulating reservoir.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:702
    • 提供者:王家桃
  1. flowshop

    0下载:
  2. 流水作业调度问题的动态规划算法,流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器M1上开始加工,到最后一个作业在机器M2上加工完成所需的时间最少。- Dynamic programming algorithm for flow shop scheduling problems, flow-shop scheduling problems required to determine the optimal processing sequence which n jobs
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:755
    • 提供者:guowanwan
搜珍网 www.dssz.com