CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - The dynamic programming

搜索资源列表

  1. Dinp_2004

    1下载:
  2. 这是基于动态规划的立体匹配的代码,是当前立体匹配中很好的一种实现方式-This is the stereo matching based on dynamic programming code that is currently in a good stereo matching method to implement
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:222464
    • 提供者:gengyingnan
  1. dwt

    0下载:
  2. 基于动态时间规划(DTW)的语音信号识别,MATLAB环境下的-Dynamic Programming (DTW) of the speech signal recognition, MATLAB environment
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1965999
    • 提供者:阿若
  1. DYNPROG

    0下载:
  2. 我用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
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1543
    • 提供者:张的的
  1. matlabsuanfa

    0下载:
  2. 这个程序是基于matlab平台环境下编成的,数学计算方面的算法,包括动态规划算法,拉格朗日插值法,解非线性整数规划法,解线性规划,以及解常微分算法-This procedure is based on matlab platform into the environment, mathematics calculation algorithms, including dynamic programming algorithm, Lagrange interpolation, solution o
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:16983
    • 提供者:肖可
  1. Dynamic_Programming

    0下载:
  2. descr ipt the dynamic programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:34963
    • 提供者:Gao Chao
  1. DP_TSP

    0下载:
  2. Dynamic Programming Code for the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:17422
    • 提供者:foxman
  1. DP_pipei

    1下载:
  2. 用于立体视觉匹配的动态规划(dynamic programming)算法,基于英特尔opencv图像库实现。-Visual match for the three-dimensional dynamic programming (dynamic programming) algorithm, based on the Intel opencv image library.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-31
    • 文件大小:12980682
    • 提供者:远航
  1. dynamic

    3下载:
  2. 本代码为动态规划算法。寻找一条最佳路径,并找出相对应的节点。-The code for the dynamic programming algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1721
    • 提供者:tess
  1. shortest_path_adjacencyWDigraph

    1下载:
  2. 采用动态规划法,构建邻接矩阵带权有向图,解决最短路径问题。-Dynamic programming method used to construct adjacency matrix weighted directed graph, the shortest path to solve the problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:2021522
    • 提供者:柳春锋
  1. DYNPROG

    0下载:
  2. 动态规划方法是求解最优解的一种方法。用动态规划方法求解矩阵相乘。-Solving the dynamic programming method is a method of the optimal solution. Method using dynamic programming matrices.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:602
    • 提供者:workfuture
  1. The-dynamic-programming

    0下载:
  2. 用动态规划算法,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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:769
    • 提供者:洋小子
  1. dynamic-programming

    0下载:
  2. 运用动态规划原理实现水库优化调度,即调度期内个时期水库水位的控制,从而达到效益最大化。-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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1616502
    • 提供者:徐佳
  1. the-dynamic-programming

    4下载:
  2. 利用matlab实现的动态规划源码 包含了动态规划论文和仿真实例-Use matlab to achieve the dynamic programming source code
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:10434
    • 提供者:张翠
  1. the-dynamic-planning

    0下载:
  2. 本文讨论了动态规划这一思想的核心内容和其基本特点,探讨了动态规划思想的适用范围,动态规划子问题空间和递推关系式确立的一般思路。-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
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:60091
    • 提供者:
  1. Dynamic-Programming

    0下载:
  2. vb编写的动态规划,了解规则和方法的ppt-vb prepared by the dynamic programming, to understand the rules and methods ppt
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-31
    • 文件大小:32803
    • 提供者:zyb
  1. the-dynamic-programming-algorithm

    0下载:
  2. 算法设计课件(第三章动态规划),最主要讲述动态规划的算法-Algorithm design courseware dynamic programming) (Chapter III, the most important about the dynamic programming algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:17549
    • 提供者:刘强
  1. Dynamic-programming-classic-answer

    0下载:
  2. 动态规划经典问题的解答。很好的学习资料。极其适合初学者入门。凭借这几道题目的解析,深入了解了动态规划以后,举一反三,可解决对动态规划有较深理解,不容错过!-Dynamic programming classic answer to your question. Good learning materials. Extremely suitable for beginners entry. With a few questions analytical understanding of
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-05
    • 文件大小:539273
    • 提供者:缪晨
  1. DYNAMIC--PROGRAMMING

    0下载:
  2. 动态规划的讲义,包含对动态规划算法的基本介绍以及一些经典例子。-Dynamic Programming notes, contains a basic introduction to the dynamic programming algorithm and some classic examples.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:176987
    • 提供者:李欢
  1. Dynamic-programming

    0下载:
  2. 算法中的动态规划的原理和内容,讲解详细,并有案例和伪码-Algorithm in the dynamic programming principles and content, explain in detail, and there are cases and pseudo-code
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:2976153
    • 提供者:王雨
  1. dynamic programming

    0下载:
  2. 设平面上有一个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
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:16物联网
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com