CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 动态规划法

搜索资源列表

  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-12
    • 文件大小:1694
    • 提供者:Aeon
  1. xulie

    0下载:
  2. 利用动态规划法求解次最长公共子序列问题。-The use of dynamic programming method for solving second longest common subsequence problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1056944
    • 提供者:hehuiling
  1. CommonAlgorithmDesign

    0下载:
  2. 常用的算法设计方法集合,主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法-Algorithm commonly used method of collection, mainly iterative, exhaustive search methods, recursion, greedy method, backtracking, divide and conquer, dynamic programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:67716
    • 提供者:YuMy
  1. AlgorithmCode

    0下载:
  2. C++版本的各类算法源代码,包括动态规划法、分治法、贪心法、回溯法、分支限界法、概率算法-C++ source code version of the various algorithms, including dynamic programming, divide and conquer, greedy method, backtracking, branch and bound method, probability algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:40013
    • 提供者:江涛
  1. algorithm2

    0下载:
  2. 最大子段和/三种方法/c++语言/(内有报告) 蛮力法,动态规划法,分治法。 可比较时间,随机输入数据...... -The largest sub-segment and/three methods/c++ language/(within report) brute force method, dynamic programming, divide and conquer. Comparable time, the random input data ......
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:57365
    • 提供者:ssdfdfd
  1. LCSLength

    0下载:
  2. 动态规划法实现最长公共子序列,C++实现,可直接运行-a realization of LCSLength
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:224558
    • 提供者:Victor Smith
  1. knapsack

    1下载:
  2. 蛮力法和动态规划法解决01背包问题。输入文件"backpack.in":第一行两个整数:物品个数N,背包容量.之后N行每行两个整数,分别为物品重量和物品价值-Dynamic programming method to solve the 01 backpacks problem. The input file backpack.in,: two integers: the first line items number N, backpack capacity after two integer
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:2014
    • 提供者:jym
  1. dongtaiguihua

    0下载:
  2. 动态规划法所有算法,测试多段图最短路径程序代码,测试Floyd算法程序等-All dynamic programming algorithm to test multi-stage shortest path map program code, test procedures Floyd algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:4720
    • 提供者:sally
  1. dynamic

    0下载:
  2. 背包问题是NP完全问题,本程序通过动态规划法优化实现了一种背包问题。-Knapsack problem is NP-complete problems, this program through dynamic programming optimization implements a knapsack problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1565205
    • 提供者:dirk
  1. The-longest-common-substring

    0下载:
  2. 最长公共子串,包括一个动态规划法的两个字符串最长公共子串的计算,和多个字符串最长公共子串的C代码-Longest common substring, including two strings of a dynamic programming method of computing the longest common substring, and multiple string longest common substring of C code
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1813467
    • 提供者:livy
  1. matrix_chain

    0下载:
  2. 动态规划法之矩阵链乘问题,算法导论(第二版)第十五章内容-Matrix chain multiplication problem of dynamic programming algorithm Introduction (Second Edition) Chapter XV content
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:955381
    • 提供者:李丹
  1. dhtcvp

    0下载:
  2. 用动态规划法-解决流水作业调度的问题,得出最优解,很好的案例-Solve with dynamic programming- line production scheduling problem, it is concluded that the optimal solution, a good case
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-19
    • 文件大小:10240
    • 提供者:pergod
  1. 子段和问题

    0下载:
  2. 用贪婪法 动态规划法 分治法三种方法求解最大子段和问题(Solving the largest sub segment sum)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:57344
    • 提供者:嘭嘭嘭
  1. Maxsum

    0下载:
  2. 用蛮力法、分治法、动态规划法实现最大子段和(There is MaxSums in three way.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:啦啦_0214
  1. fonctionpane

    0下载:
  2. 用动态规划法计算目标函数最小化的优化程序,实用性很强,()
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:Jsnkzfq
  1. Subsets

    0下载:
  2. 数据输入:由文件input.txt提供输入的数据。文件第一行有2个正整数n和c,n表示S的大小,c是子集和的目标值。接下来的1行中,有n个正整数,表示集合S中的元素。 结果输出:将子集和问题的解输出到文件output.txt。当问题无解时,输出“No Solution”。(Data Entry: The input data provided by the file input.txt. The first line of the file has two positive integers
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:一(1)
  1. jwsj

    0下载:
  2. 该程序是一个用动态规划法解决0-1背包问题的小程序,可以为学习动态规划法遇到困难的同学提供帮助()
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:8192
    • 提供者:zgfbcienq
  1. 马的周游

    0下载:
  2. 一个小算法,实现了骑士周游,主要使用了动态规划法,运行速度也快。(A small algorithm to achieve the Knight Tour, the main use of dynamic programming method, the speed is also fast.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:种花家
  1. JTTCLW

    0下载:
  2. 本算法实现2-10集合划分问题,采用动态规划法和大整数方法()
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:10240
    • 提供者:Vbcko
搜珍网 www.dssz.com