当前位置:
首页
资源下载

搜索资源 - The dynamic programming
搜索资源列表
-
1下载:
这是基于动态规划的立体匹配的代码,是当前立体匹配中很好的一种实现方式-This is the stereo matching based on dynamic programming code that is currently in a good stereo matching method to implement
-
-
1下载:
基于动态时间规划(DTW)的语音信号识别,MATLAB环境下的-Dynamic Programming (DTW) of the speech signal recognition, MATLAB environment
-
-
0下载:
我用MATLAB编的程序,存为txt文档格式,方便大家查看。这是我们组在学校国际赛选拔赛时编的程序,用于实现动态规划算法。可立即执行。-I compiled the program using MATLAB, save txt file format, we facilitate viewing. This is our group in the school when the series of international competitions qualifying procedures
-
-
0下载:
这个程序是基于matlab平台环境下编成的,数学计算方面的算法,包括动态规划算法,拉格朗日插值法,解非线性整数规划法,解线性规划,以及解常微分算法-This procedure is based on matlab platform into the environment, mathematics calculation algorithms, including dynamic programming algorithm, Lagrange interpolation, solution o
-
-
0下载:
descr ipt the dynamic programming
-
-
0下载:
Dynamic Programming Code for the TSP
-
-
1下载:
用于立体视觉匹配的动态规划(dynamic programming)算法,基于英特尔opencv图像库实现。-Visual match for the three-dimensional dynamic programming (dynamic programming) algorithm, based on the Intel opencv image library.
-
-
3下载:
本代码为动态规划算法。寻找一条最佳路径,并找出相对应的节点。-The code for the dynamic programming algorithm.
-
-
1下载:
采用动态规划法,构建邻接矩阵带权有向图,解决最短路径问题。-Dynamic programming method used to construct adjacency matrix weighted directed graph, the shortest path to solve the problem.
-
-
0下载:
动态规划方法是求解最优解的一种方法。用动态规划方法求解矩阵相乘。-Solving the dynamic programming method is a method of the optimal solution. Method using dynamic programming matrices.
-
-
0下载:
用动态规划算法,JAVA实现:给定n个整数组成的序列,现在要求将序列分割为m段,每段子序列中的数在原序列中连续排序。如何分割才能使这m段子序列的和的最大值达到最小?-Using dynamic programming algorithm, JAVA implementation: the composition of a given sequence of n integers, now requires the sequence is divided into m segments, the
-
-
0下载:
运用动态规划原理实现水库优化调度,即调度期内个时期水库水位的控制,从而达到效益最大化。-The use of dynamic programming to achieve optimal operation of reservoirs, the reservoir water level periods during scheduling of control, so as to achieve maximum benefit.
-
-
4下载:
利用matlab实现的动态规划源码
包含了动态规划论文和仿真实例-Use matlab to achieve the dynamic programming source code
-
-
0下载:
本文讨论了动态规划这一思想的核心内容和其基本特点,探讨了动态规划思想的适用范围,动态规划子问题空间和递推关系式确立的一般思路。-This paper discusses the dynamic planning this thought core content and its basic characteristics, this paper discusses the dynamic planning idea, the applicable scope of the dynamic pro
-
-
0下载:
vb编写的动态规划,了解规则和方法的ppt-vb prepared by the dynamic programming, to understand the rules and methods ppt
-
-
0下载:
算法设计课件(第三章动态规划),最主要讲述动态规划的算法-Algorithm design courseware dynamic programming) (Chapter III, the most important about the dynamic programming algorithm
-
-
0下载:
动态规划经典问题的解答。很好的学习资料。极其适合初学者入门。凭借这几道题目的解析,深入了解了动态规划以后,举一反三,可解决对动态规划有较深理解,不容错过!-Dynamic programming classic answer to your question. Good learning materials.
Extremely suitable for beginners entry. With a few questions analytical understanding
of
-
-
0下载:
动态规划的讲义,包含对动态规划算法的基本介绍以及一些经典例子。-Dynamic Programming notes, contains a basic introduction to the dynamic programming algorithm and some classic examples.
-
-
0下载:
算法中的动态规划的原理和内容,讲解详细,并有案例和伪码-Algorithm in the dynamic programming principles and content, explain in detail, and there are cases and pseudo-code
-
-
0下载:
设平面上有一个m×n 的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+∞),向右行进的代价是bij(bin =+∞)。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。(There is a m * n mesh on the plane, and the grid point on the lower lef
-
« 12
3
4
5
6
7
8
9
10
...
50
»