搜索资源列表

  1. benchmark+for+DP

    0下载:
  2. 旅行商问题动态规划算法的应用 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。  -TSP dynamic programming algorithm of a salesman to a number of cities to sell commodities, known the distance between ci
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:61863
    • 提供者:586
  1. dp

    0下载:
  2. (1).问题描述:旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要 选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程( 或旅费)最小。 (2).程序设计要求: a. 设计一个动态规划算法 b. 任给一个输入实例,能输出最短路程及其路线 c. 能用图形演示旅行商的推销路线 输入要测试的文件名,如TSP6.txt,程序将利用动
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10864
    • 提供者:小明
  1. DP

    0下载:
  2. 这是一个用动态规划算法,来解决流水作业问题的C程序。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:994
    • 提供者:乐乐
  1. DP

    0下载:
  2. ACM.. 动态规划讲义从入门到精通,动态规划在程设中是很重要的一种算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:231089
    • 提供者:liangli
  1. dp

    0下载:
  2. 一个简单实用的dtw算法,可以在matlab中实现DTW的计算!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:875
    • 提供者:wdm
  1. dp

    0下载:
  2. active contour算法中的经典算法:动态规划算法文献
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1404666
    • 提供者:杨莉
  1. benchmark+for+DP

    0下载:
  2. 旅行商问题动态规划算法的应用 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。  -TSP dynamic programming algorithm of a salesman to a number of cities to sell commodities, known the distance between ci
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:61440
    • 提供者:586
  1. dp

    0下载:
  2. (1).问题描述:旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要 选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程( 或旅费)最小。 (2).程序设计要求: a. 设计一个动态规划算法 b. 任给一个输入实例,能输出最短路程及其路线 c. 能用图形演示旅行商的推销路线 输入要测试的文件名,如TSP6.txt,程序将利用动
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:小明
  1. DP

    0下载:
  2. ACM.. 动态规划讲义从入门到精通,动态规划在程设中是很重要的一种算法 -ACM .. dynamic programming handouts from entry to proficient, dynamic programming in the way set up is very important in an algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:230400
    • 提供者:liangli
  1. dp

    0下载:
  2. 一个简单实用的dtw算法,可以在matlab中实现DTW的计算!-A simple and practical DTW algorithm can be realized in matlab calculation DTW!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wdm
  1. dp

    0下载:
  2. active contour算法中的经典算法:动态规划算法文献-active contour algorithm classic algorithms: dynamic programming algorithm for literature
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1403904
    • 提供者:杨莉
  1. DP

    0下载:
  2. 最长路径DP算法 根据邻近矩阵,再运用DP算法计算出图中任意节点间的最长路径,有点类似于最短路径算法-DP algorithm for the longest path in accordance with the neighboring matrix, re-use of DP algorithm to calculate arbitrary graph the longest path between nodes, somewh
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:yuxiqian
  1. DP

    0下载:
  2. 动态规划算法,已通过调试,里面包含了两个测试文件-Dynamic programming algorithm, has passed testing, which includes two test file
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:sujing
  1. dp

    0下载:
  2. 这是对dp算法的总结题目,对于想要学习dp算法的人,可以考虑一下一点一点做上面的题目。poj.org-This is a summary of topics dp algorithm, for people who want to learn dp algorithm, you can consider doing a little bit above the title. poj.org
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:ouyangmy
  1. DP

    0下载:
  2. DP算法的实现,通过matlab实现,绘图分类.-DP algorithm, through matlab implementation, drawing classification
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:杨帆
  1. gai4_2014_12_11_ny

    0下载:
  2. 混合动力汽车动力系统控制算法计算与优化中,使用动态规划算法优化汽车输出转矩MATLAB程序。(Simulation and Optimization of Power System Control Algorithm for Hybrid Electric Vehicle. Using Dynamic Programming Algorithm to Optimize Automobile Output Torque MATLAB Pr
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:张炫迈
  1. dp匹配

    0下载:
  2. 利用dp算法计算图像匹配视差,本程序利用vs2013+opencv2.4.9编写。(The disparity of image matching is calculated by DP algorithm. This program is written by vs2013+opencv2.4.9.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:19251200
    • 提供者:北方的风
  1. 动态规划DP

    0下载:
  2. matlab编程实现动态规划算法,适合初学者使用(Matlab programming dynamic programming algorithm, suitable for beginners to use)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:那里的天空
  1. DP

    1下载:
  2. 基于动态规划算法对混合动力汽车能量管理策略建模后进行问题计算(Problem calculation of hybrid electric vehicle energy management strategy based on dynamic programming algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:25600
    • 提供者:新苏
  1. DP

    1下载:
  2. 动态规划算法程序,用于汽车能量管理方面的控制,可以给大家的相关方面的研究做为参考(Dynamic programming algorithm program for the control of automotive energy management, can be used as a reference for everyone's research)
  3. 所属分类:matlab例程

« 12 3 4 5 6 »

源码中国 www.ymcn.org