CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 动态规划算法

搜索资源列表

  1. dye-Divide-and-conquer.ppt

    0下载:
  2. 动态规划算法及分治的思想在算法设计中的应用。-Dynamic programming algorithm and the ideological division in the algorithm design.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:263117
    • 提供者:pope
  1. dye-Dynamicprogramming.ppt

    0下载:
  2. 动态规划算法的详细描述及相关例子和介绍。-Dynamic programming algorithm and a detailed descr iption and presentation of examples.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:330416
    • 提供者:pope
  1. LCSDP

    0下载:
  2. 最长公共子序列问题的动态规划算法,vc实现。-The longest common sub-sequence dynamic programming algorithm for the problem, vc achieve.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1167
    • 提供者:付娆
  1. TspDP

    0下载:
  2. 动态规划算法求取TSP问题,解决完美. C语言实现,已经调试通过-Dyanamic Programming Method to solve TSP Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1044212
    • 提供者:gaoxiang
  1. duoduantudongtaiguihua

    0下载:
  2. 多段图问题的动态规划算法设计 1. 掌握有向网的成本邻接矩阵表示法 2. 能用程序设计语言实现多段图问题的动态规划递推算法 3. 基本掌握动态规划法的原理方法.-The issue of multi-stage plan the design of a dynamic programming algorithm. Grasp of the cost to the network adjacency matrix representation 2. Can be used pro
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1694
    • 提供者:Aeon
  1. ShortestWay

    0下载:
  2. 因为作业的关系,在前辈们的C++源码上改写成php源码。解决动态规划算法求解最短路径问题-Because the relationship between operations in the predecessors of the C++ source code to read the php source. Dynamic programming algorithm to solve shortest path problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:40558
    • 提供者:sissi
  1. algorithm

    0下载:
  2. 贪心算法、动态规划算法等常用算法的详细介绍-Greedy algorithm, dynamic programming algorithm, such as details of commonly used algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-16
    • 文件大小:4219200
    • 提供者:沧海一笑
  1. ACM_DP

    1下载:
  2. ACM论文,,,关于动态规划的两篇文章-ACM papers........about DP,two papers
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:455169
    • 提供者:hutao
  1. PKU1655

    0下载:
  2. PKU1655解题报告 动态规划算法、dp算法、ACM题-PKU1655 dynamic programming algorithm for solving the report, dp algorithm, ACM title
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11224
    • 提供者:菲戈
  1. DataStructureAlgorithm

    0下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:17229762
    • 提供者:孙继磊
  1. Viterbi

    0下载:
  2. 在维特比算法是一种寻找隐藏的国家最有可能的序列动态规划算法-被称为维特的道路-在一个事件序列的观测结果,特别是在马氏信源的背景下,更普遍,隐马尔可夫模型。 -The Viterbi algorithm is a dynamic programming algorithm for finding the most likely sequence of hidden states – called the Viterbi path – that results in a sequence of o
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4855
    • 提供者:jianghaiyang
  1. duoduantu

    0下载:
  2. 使用动态规划算法解决多段图问题,适合算法分析与设计的学习-Using dynamic programming algorithm to solve the issue of multi-stage plan for the learning algorithm analysis and design of
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:126648
    • 提供者:smile
  1. NumberTriangles

    0下载:
  2. 动态规划算法,解决ACM中常见的数字三角形问题-Dynamic programming algorithm to solve the issue of digital triangle
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:4894
    • 提供者:liu miao
  1. 23456787654321

    0下载:
  2. 问题一:设a[0:n-1]是已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置i和大于x的最小元素位置j,当搜索元素在数组中时,i和j相同,均为x在数组中的位置。 问题二:采用分治策略实现对n个元素进行排序的合并排序算法,其基本思想是:将待排序元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。 问题三:给定n个矩阵{A1,A2,A3,……,An},其中,Ai与Ai+1是可乘的,i=1,2,
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9313
    • 提供者:土咩豆
  1. 01pack

    0下载:
  2. 用动态规划,贪心算法等算法实现01背包问题-Using dynamic programming, greedy algorithm knapsack problem algorithm 01
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:164630
    • 提供者:ufo
  1. LDCshape

    0下载:
  2. 用动态规划算法思想求最小编辑距离用C#实现-distanse
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:8111
    • 提供者:ryj
  1. matrix

    0下载:
  2. 算法设计与分析之动态规划算法,实现多个矩阵相乘-matrixchain
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:238778
    • 提供者:lizhuangzi
  1. unit14_1

    0下载:
  2. 商人过河实验的mathematica程序应用动态规划算法-mathematica
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:27026
    • 提供者:lizhuangzi
  1. DO

    0下载:
  2. 动态规划算法的java实现,输入数据集,求最优路径。包括可执行文件和源代码-Dynamic Programming 4 java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:62449
    • 提供者:liyongshun
  1. dongtaiguihua_01beibao

    0下载:
  2. 使用动态规划算法实现01背包问题,是个很好的例子哦。-Using dynamic programming algorithm 01 knapsack problem is a good example of oh.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1072
    • 提供者:王菲菲
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 46 »
搜珍网 www.dssz.com