CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - DP-

搜索资源列表

  1. DP.rar

    0下载:
  2. 最长路径DP算法 根据邻近矩阵,再运用DP算法计算出图中任意节点间的最长路径,有点类似于最短路径算法,DP algorithm for the longest path in accordance with the neighboring matrix, re-use of DP algorithm to calculate arbitrary graph the longest path between nodes, somewhat similar to the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1976
    • 提供者:yuxiqian
  1. dp

    0下载:
  2. 这是针对于 初学动态规划的程序员所设计的一套讲义。它深入浅出的讲解了动态规划的基本原理及其推广-failed to translate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:126903
    • 提供者:zuoxia
  1. DP

    0下载:
  2. 用c++编写的动态规划(DP)源程序。可用于水库调度等优化问题。-Using c++, prepared by Dynamic Programming (DP) source. And so can be used for reservoir operation optimization problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:2695
    • 提供者:许银山
  1. DP

    0下载:
  2. ACM,DP有关资料,包括历届ACM夏令营的论文以及题目代码等-ACM, DP related information, including previous papers and the subject of summer camps ACM code, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-06-22
    • 文件大小:40964813
    • 提供者:Shi yulong
  1. DP

    0下载:
  2. 动态规划的常见题型,动态规划的分类,状态DP的常见分类以及转移方程-Frequently Asked Questions in dynamic programming, dynamic programming, classification, status, a common classification of DP and the transfer equation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1507654
    • 提供者:xjm
  1. dp

    0下载:
  2. 动态规划经典问题(1)问题中的状态必须满足最优化原理; (2)问题中的状态必须满足无后效性。 -dp
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:483469
    • 提供者:darren
  1. DP

    0下载:
  2. 有关动态规划DP的一些资料,包括两个学习动态规划的PPT,以及OJ的一些题目及解题代码,并附背包问题求解。-Dynamic programming DP on some of the information, including the two learning dynamic programming PPT, and OJ and solving some of the topics the code, together with Knapsack Problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:801295
    • 提供者:张龙
  1. DP

    0下载:
  2. 算法中的状态压缩Dp,十分的经典的DP方式,是程序员必须掌握的算法-State of compression algorithm Dp, the DP is the classic way, a programmer must master algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:64643
    • 提供者:胡琳
  1. pattren-matching-the-DP-algorithm

    0下载:
  2. pattren matching the DP algorithm
  3. 所属分类:matlab

    • 发布日期:2015-03-14
    • 文件大小:5120
    • 提供者:anggy
  1. Dynamic-programming-DP-backpack

    0下载:
  2. 用动态规划算法解决DP背包问题,采用C++编程-Dynamic programming algorithm to solve the DP knapsack problem, using C++ programming
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:871933
    • 提供者:lydia
  1. ACM-dp

    0下载:
  2. 关于ACM竞赛中经常出现的动态规划dp模板,有最大k段和,最大子段和-Dynamic programming dp template that often appear in ACM contest, the largest k segments, the largest sub-segment, and so on
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:7267
    • 提供者:jan
  1. DP

    0下载:
  2. 近年来,DP已成为NOIP中的“必考”项目,在06年的提高组题目中,甚至出现了两题DP(且该年分数线约为130分),DP的重要性可见一斑。-the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11634
    • 提供者:tianguochao
  1. To-Miss-Our-Children-Time-DP

    0下载:
  2. /*hdu4001To Miss Our Children Time DP 每块积木有四个参数a(长),b(宽),c(高),d(属性) d==0 它下面的积木为X a>=X.a b>=X.b d==1 a>=X.a b>=X.b&&(a>X.a||b>X.b) d==2 a>X.a&&b>X.b 所以先按长从小到大 再宽从小到大 属性从大到小排序 f[i]表示以第i个积木为顶的已搭积木的最大高度 */-/* Hdu400
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:885
    • 提供者:
  1. DP

    0下载:
  2. DP是方向更新的OMP算法,提高算法的运行速度。-DP updated direction OMP algorithm to improve the operating speed of the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1027
    • 提供者:叶兰
  1. DP-CPPM-Harding

    3下载:
  2. A UMAT of hardening DP-Model with closest point projection mehtod return mapping algorithm in ABAQUS Described in Chinese
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:35976
    • 提供者:Jiuchang Zhang
  1. DP

    0下载:
  2. DP算法的实现,通过matlab实现,绘图分类.-DP algorithm, through matlab implementation, drawing classification
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1269
    • 提供者:杨帆
  1. DP

    0下载:
  2. DP简单例子:多源路径规划:求一座建筑物中每个电梯入口到所有电梯出口的最短路径-DP example:Multiple source shortest path
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4627
    • 提供者:Wang Yuchen
  1. cPPand-DP

    0下载:
  2. 动态规划算法求解水库优化调度的C++程序,适用于水文专业或者水利专业的学生学习使用。-Use DP to solve reservoir operation problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2335
    • 提供者:宋文峰
  1. DP

    0下载:
  2. Dp is very good algorithm. You should try it.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:535612
    • 提供者:Bishal
  1. dynamic programming

    0下载:
  2. 基础编程算法之DP贪心,从基础学起,成长大牛。(algorithm of greedy)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:1.052
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com