搜索资源列表
dp
- (1).问题描述:旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要 选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程( 或旅费)最小。 (2).程序设计要求: a. 设计一个动态规划算法 b. 任给一个输入实例,能输出最短路程及其路线 c. 能用图形演示旅行商的推销路线 输入要测试的文件名,如TSP6.txt,程序将利用动态规划求解该问题,给出最佳线 路,并用图形演示。
DP
- 这是一个用动态规划算法,来解决流水作业问题的C程序。
DP
- ACM.. 动态规划讲义从入门到精通,动态规划在程设中是很重要的一种算法
dp
- 一个简单实用的dtw算法,可以在matlab中实现DTW的计算!
matlab-dpd
- matlab仿真dpd,预失真的算法,在读博士仿真源码,包括volterra,saleh,多项式。-matlab simulation dpd, pre-distortion algorithm, Ph.D. simulation source code, including the volterra, saleh, polynomials.
DP.rar
- 最长路径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, somewhat similar to the shortest path
01knapsackMFC
- 01背包问题演示程序 用mfc实现01背包问题的dp算法-01 knapsack problem with mfc demo program to achieve 01 knapsack problem algorithm dp
DP
- 详述了算法中动态规划的运用,例举了诸多的例子,算法介绍由浅入深-it introduce the dinamic programming algorithm,it is very useful
PKU1655
- PKU1655解题报告 动态规划算法、dp算法、ACM题-PKU1655 dynamic programming algorithm for solving the report, dp algorithm, ACM title
dp
- 介绍动态规划 资料列举了若干应用实例,有分析以及算法实现便于学习-Information on dynamic programming, introduced a number of application examples cited, some analysts, as well as facilitate the learning algorithm
DP
- 算法设计的经典问题,动态规划算法,实现0-1背包问题-Classic problem of algorithm design, dynamic programming algorithm to achieve the 0-1 knapsack problem
Mesh
- 摘要:针对传统的DP算法存在条纹瑕疵,提出了一种改进的垂直性约束动态规划立体匹配算法,通过利用扫描线间的相关信息来约束动态规划过程,使得处理每一条扫描线时都能充分利用以前扫描线的匹配信息。实验结果表明,该算法可以明显地消除传统DP算法的视差图的条纹瑕疵,匹配精度高, 而且执行时间短。-ABSTRACT Although network speed has been increased over the years,bandwidth limitation continues to pos
Lecture-of-Dynamic-Programming-(DP)
- 上算法设计课课同学自己准备的讲座,ppt通过举例详细介绍了动态规划的原理,并附有实现源码与测试数据-Division on the algorithm design students prepare their own lectures, ppt described in detail by way of example the principles of dynamic programming, together with source code and test data to achiev
scheduling_algorithm
- 三种动态信道分配算法的比较,一种为随机分配算法,另外两种用于认知无线电领域,一种为从资源角度出发的RP算法,一种是从需求角度出发的DP算法。-Three dynamic channel allocation algorithm for comparison, a random allocation algorithm, the other two areas for cognitive radio, a perspective from the resources of the RP algor
DP
- 算法中的状态压缩Dp,十分的经典的DP方式,是程序员必须掌握的算法-State of compression algorithm Dp, the DP is the classic way, a programmer must master algorithm
dp
- 动态规划算法中的四边形不等式定理证明以及应用-Dynamic programming algorithm
DP
- DP算法的实现,通过matlab实现,绘图分类.-DP algorithm, through matlab implementation, drawing classification
动态规划DP
- matlab编程实现动态规划算法,适合初学者使用(Matlab programming dynamic programming algorithm, suitable for beginners to use)
DP
- 基于动态规划算法对混合动力汽车能量管理策略建模后进行问题计算(Problem calculation of hybrid electric vehicle energy management strategy based on dynamic programming algorithm)
DP
- 动态规划算法程序,用于汽车能量管理方面的控制,可以给大家的相关方面的研究做为参考(Dynamic programming algorithm program for the control of automotive energy management, can be used as a reference for everyone's research)