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

搜索资源列表

  1. Arithmetic

    0下载:
  2. 用JAVA完成的0-1背包算法,一共用了四种算法,包括贪心,分治,动态规划,回溯。把工程导入ECLIPSE下就可以了。-JAVA finished 0-1 with a knapsack algorithm, a share of the four algorithms, including greedy, divide and conquer, dynamic programming, backtracking. To work on it under into ECLIPSE.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:16627
    • 提供者:xiaoming
  1. beibao

    0下载:
  2. 用java 实现 动态规划求0-1背包问题两个实例 包括改进后的算法实现-0-1 knapsack problem of the dynamic programming algorithm, 0-1 knapsack different from the knapsack problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:9106
    • 提供者:
  1. perfect

    0下载:
  2. 用java 实现的动态规划求漂亮打印问题的一个实例-dynamic programming algorithm an example to solve perfect print problem
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:4572
    • 提供者:
  1. The-longest-public-son-sequence

    0下载:
  2. 最长公共子序列演示程序,算法分析与设计,动态规划算法-The longest public son sequence demo, the algorithm analysis and design, dynamic programming algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:5560
    • 提供者:jade
  1. src

    0下载:
  2. 基于动态规划算法,用java实现的自动对联程序-Automatically couplet procedures based on dynamic programming algorithm, implemented in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:42600
    • 提供者:yang yang
  1. dongtaiguihua

    0下载:
  2. java实现的动态规划算法,从指定文件中获取图,判断是否存在最短路径并求出其最短路径-java implementation of the dynamic programming algorithm to obtain the diagram from the specified file to determine whether there is a shortest path and calculate the shortest path
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2014
    • 提供者:FHJ
  1. CoinsChange

    0下载:
  2. 硬币找零问题 动态规划算法 JAVA源代码-Coin change for the dynamic programming algorithm for Java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1584
    • 提供者:jichen
  1. suanfa

    0下载:
  2. 用动态规划实现三角问题,用贪心算法实现装在问题和最短源路径问题-Triangle problems using dynamic programming, greedy algorithms installed in the path of the problem and the shortest source
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3806
    • 提供者:miximi
  1. Viterbi

    0下载:
  2. 维特比算法,里面涉及到了动态规划,实现找到概率的最大值。-The Viterbi algorithm, which involves dynamic programming to find the maximum value of the probability.
  3. 所属分类:Applet

    • 发布日期:2017-12-09
    • 文件大小:667
    • 提供者:龙悦
  1. Knapsack2

    0下载:
  2. 用java实现的01背包问题的动态规划算法,注释很详细,配合《算法导论》的伪代码可以很容易看懂。-01 knapsack problem with java achieve dynamic programming algorithm, very detailed notes, with the " Introduction to Algorithms" pseudo-code can easily understand.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-05
    • 文件大小:1064
    • 提供者:xuchao
  1. LongCommonSubstrng

    0下载:
  2. 算法问题,求公共最长自序列,采用动态规划求最优解。-LCS Question DP
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:896
    • 提供者:殷成健
  1. Matrixchain

    0下载:
  2. 矩阵链乘法,采用动态规划,使用java编写。-Matrix-chain Question
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:1003
    • 提供者:殷成健
  1. java2

    0下载:
  2. 常用的程序总结,主要是动态规划的算法,有斐波拉契,矩阵,背包,和二叉查找树-Summary of frequently used programs, mainly dynamic programming algorithm, Feibolaqi, matrix, backpacks, and a binary search tree
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:2483
    • 提供者:黎明
  1. triangulation

    0下载:
  2. 动态规划 的非递归实现,实现了三角的划分使得铉长最短!凸显显示-Non-recursive implementation of dynamic programming to achieve a long triangular division makes Hyun shortest! Show highlights
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9928
    • 提供者:bingbing
  1. lcs

    0下载:
  2. 随机生成两个长度为1000的字母序列,利用动态规划算法实现求最长公共子序列,并输出最长公共子序列的长度,一般是320左右。-Two randomly generated sequence of letters of length 1000, the use of dynamic programming algorithm for the longest common subsequence, and the output length of the longest common subseque
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2335
    • 提供者:eating
  1. 01beibao

    0下载:
  2. 01背包的完整版,采用动态规划和贪婪算法解决-01 backpack full version, using dynamic programming and greedy algorithm to solve
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:3858
    • 提供者:周航
  1. tuxingyasuo

    0下载:
  2. 图形压缩的Java脚本文档,采用的是动态规划算法-Java scr ipt compressed graphics files, using a dynamic programming algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3171
    • 提供者:周航
  1. beibao

    0下载:
  2. 文件里面的代码主要是用递归算法,动态规划的算法,贪婪算法,回溯算法解决没有利润分配的背包问题。-File inside the code is mainly used recursive algorithm, dynamic programming algorithms, greedy algorithms, backtracking algorithm to solve knapsack problem is no distribution of profits.
  3. 所属分类:Applet

    • 发布日期:2017-04-01
    • 文件大小:3450
    • 提供者:万羽
  1. dongtaiguihua

    0下载:
  2. 通过实例研究了利用动态规划设计算法的具体途径,讨论了动态规划的一些实现技巧,并将动态规划和其他一些算法作了比较,最后还简单介绍了动态规划的数学理论基础-Through case studies of specific ways to use the dynamic planning algorithm, we discussed some implementations of dynamic programming techniques, and compares the dynamic pro
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:6216
    • 提供者:LOVE
  1. DP

    0下载:
  2. 利用动态规划算法,对水电站厂内机组进行负荷分配,得到机组最优负荷。-The use of dynamic programming algorithm for hydropower plant load distribution unit to obtain the optimal unit load.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3264489
    • 提供者:张太衡
« 1 23 »
搜珍网 www.dssz.com