CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - dp算法

搜索资源列表

  1. benchmark+for+DP

    0下载:
  2. 旅行商问题动态规划算法的应用 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。  -TSP dynamic programming algorithm of a salesman to a number of cities to sell commodities, known the distance between cities (or travel). He selected
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:61863
    • 提供者:586
  1. DP

    0下载:
  2. 用道格拉斯普克算法对线进行化简,处理结果比较好-use DP algorithm with simplified lines
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3802474
    • 提供者:杨杰
  1. DP

    0下载:
  2. 动态规划算法,已通过调试,里面包含了两个测试文件-Dynamic programming algorithm, has passed testing, which includes two test file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3007
    • 提供者:sujing
  1. graytothegrb

    4下载:
  2. 采用的算法为welsh算法 -di oe uei yo dp
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:61279
    • 提供者:sina
  1. POJsolution090504

    0下载:
  2. poj 北大oj 90到算法题源码 二分匹配 最大流 简单 dp 搜索 等-poj solution sorcefile
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:243881
    • 提供者:caidongyun
  1. MinForeDynprog

    2下载:
  2. 该程序实现了一个标准的动态规划算法,对研究动态规划很有帮助。-It is a code to study DP.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:739
    • 提供者:向桂英
  1. poj

    0下载:
  2. pku 3613 Cow Relays 题意:给一个无向图,求从起点s到终点e尽力n条边的路径最小值。 边的数量2<=t<=100(每条边可以重复遍历) 算法:利用dp求出 path[ l ] [ i ] [ k ]=MIN(path[ l ][ i ] [ k ] , path[ l ][ i ] [ j ] + path[ l ][ j ] [ k ]) l 表示的是2的指数,假设 i 到 k 要途径 2^l 条边,那么他可以被分为两段 途径2
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:863
    • 提供者:zhang
  1. AlgorithmDesignAnalysis

    0下载:
  2. 算法难,递归易,算法皆以递归源,相同处理自循环; 递归处理分和并,分而治之是首选。 DP全,贪心简,最优性质二者兼; DP需要表来填,子问题解表中见; 贪心策略需证明,整体可由局部建。 回溯深,分限广,剪枝函数两边忙; 一边剪左不可行,一边剪右非最优。 分限还需优先级,上界下界来排序; 叶子放在队列里,轮到它时达目的。-Algorithm is difficult, recursive easy recursive algorithm begin with the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:648611
    • 提供者:Ren
  1. DP-Navie-LongestCommonSubstring

    0下载:
  2. 给出了一种基于动态规划的最长公共子串算法(vc),以及一种朴素算法。-There two Longest common substring algorithms writen in VC in this document.One is based on the dynamic programming, the other is naive.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:1901
    • 提供者:lin
  1. dp

    0下载:
  2. 这是对dp算法的总结题目,对于想要学习dp算法的人,可以考虑一下一点一点做上面的题目。poj.org-This is a summary of topics dp algorithm, for people who want to learn dp algorithm, you can consider doing a little bit above the title. poj.org
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:8215
    • 提供者:ouyangmy
  1. 01problem--DP

    0下载:
  2. 01背包问题,利用动态规划解决一些编程算法问题。-01problem,using DP to deal with this problem and it can help you understand the way to cope with the problems like this.
  3. 所属分类:Other windows programs

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

    0下载:
  2. 这是道格拉斯算法,使用的是C#语言,描述怎么化简线,程序通俗易懂-This is the Douglas algorithm, using the C# language, describe how simple line, easy to understand
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:58004
    • 提供者:bao
  1. 1159-dp

    0下载:
  2. ACM竞赛时写的最长公共子串算法,效率高,代码可读性好,适合学习-When the ACM contest to write the longest common substring algorithms, high efficiency, good readability of the code, for learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:840907
    • 提供者:飞越梦
  1. Nonlinear-DP-and-GA-algorithm

    0下载:
  2. 非线性规划和ga算法求解函数极值,提高非线性规划的优化能力-Nonlinear programming and GA algorithm to solve the extreme value of function, improve the optimization ability of nonlinear programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4145
    • 提供者:谢达
  1. 100-Gbps-DP-QPSK-System-with-DSP

    0下载:
  2. 基于OptiSystem上的DP-QPSK系统DSP算法-DP-QPSK system based on DSP algorithms OptiSystem
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:337768
    • 提供者:肖鹏
  1. gai4_2014_12_11_ny

    10下载:
  2. 混合动力汽车动力系统控制算法计算与优化中,使用动态规划算法优化汽车输出转矩MATLAB程序。(Simulation and Optimization of Power System Control Algorithm for Hybrid Electric Vehicle. Using Dynamic Programming Algorithm to Optimize Automobile Output Torque MATLAB Program.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:5120
    • 提供者:张炫迈
  1. Desktop

    0下载:
  2. 简单的dp算法,实现起来很简单,没用的小心(a sample method of dp)
  3. 所属分类:其他

  1. Desktop

    0下载:
  2. 实现简单的dp算法和程序,非常简单不需要看(Simple DP algorithm and procedures, very simple, do not need to see)
  3. 所属分类:其他

  1. 动态规划

    1下载:
  2. -动态规划(Dynamic Programming,简称DP),虽然抽象后进行求解的思路并不复杂,但具体的形式千差万别,找出问题的子结构以及通过子结构重新构造最优解的过程很难统一,(Dynamic programming (Dynamic Programming, referred to as DP), although the abstract is solved after thinking is not complicated, but the specific form of diffe
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:26624
    • 提供者:刘曼
  1. dp匹配

    0下载:
  2. 利用dp算法计算图像匹配视差,本程序利用vs2013+opencv2.4.9编写。(The disparity of image matching is calculated by DP algorithm. This program is written by vs2013+opencv2.4.9.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:19251200
    • 提供者:北方的风
« 12 »
搜珍网 www.dssz.com