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

搜索资源列表

  1. AddM

    0下载:
  2. 最小M段和的动态规划算法,包含输入与输出文件
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3248
    • 提供者:张仁春
  1. macdiy

    0下载:
  2. 动态规划原代码,进行优化计算,优选的最好的使用的工具,不信你是看-dynamic programming original code optimization for the selection of the best tools to use, do not think you see
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:183790
    • 提供者:王国栋
  1. TSP

    0下载:
  2. tsp动态规划解决旅行售货员问题 -tsp dynamic programming to solve the issue of travel salesman
  3. 所属分类:Network Security

    • 发布日期:2017-04-01
    • 文件大小:2177
    • 提供者:彭江涛
  1. program

    0下载:
  2. 经典算法编程,包括动态规划,最短路,回朔,高精度,数论的相关题型。-Classical algorithm programming, including dynamic programming, the most short-circuit, back to New Moon, high accuracy, the number of relevant questions.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:74448
    • 提供者:sfsf
  1. dongtaiguihua

    0下载:
  2. 算法分析部分,动态规划代码的实现,并有完整的测试数据-Algorithm analysis, dynamic programming code to achieve, as well as complete test data
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:22592
    • 提供者:fanhenglong
  1. bags

    0下载:
  2. 四种算法(动态规划、回溯法、分支限界法、贪心法)实现0-1背包问题-four algorithms including dynamic planningm,tracing,branch and bound method and greedy to implement 0-1 bag problem.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7199463
    • 提供者:王赛
  1. suanfa

    0下载:
  2. 包括4个算法问题: 1、船的最大载重 2、动态规划货郎但问题 3、符号三角形 4、MPI矩阵相乘问题-Including the four algorithm problem: one, the ship' s maximum load 2, dynamic programming street vendor but the question three, symbols triangle 4, MPI matrix multiplication problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3419
    • 提供者:mao
  1. OptimalBST

    0下载:
  2. 最优二叉搜索树的构建,动态规划实现。gcc编译通过,可将构建好的树以列表的形式打印出来。-Optimal binary search tree construction, Dynamic Programming. gcc compile.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:11834
    • 提供者:m
  1. src

    0下载:
  2. 一个动态规划的例子, 通过一个配置文件实现动态规划的一个题目, 程序中题目的说明,和编译后的windows程序 CDT编辑,gcc编译的-One example of dynamic programming, through a configuration file to achieve a subject of dynamic programming, the program instructions in the subject, and compiled CDT editor
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:10539
    • 提供者:start
  1. small-change

    0下载:
  2. 找零钱动态规划,我想老半天才想出来的,大家可以看看。-Dynamic programming to find small change, I think only waited a long time to come out, we can see.
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 使用VC编程工具,C语言实现动态规划算法解决01背包问题-Using the VC programming tool, C language implementation 01 knapsack problem solving dynamic programming algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:169601
    • 提供者:Google
  1. dtw

    0下载:
  2. 这个算法是基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,简单来说,就是通过构建一个邻接矩阵,寻找最短路径和。-This algorithm is based on the idea of ​ ​ dynamic programming (DP) to solve the problem of template matching pronunciation of varying lengths, in simple terms, is by building a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2532
    • 提供者:去雷
  1. lvguanyusuan

    0下载:
  2. 设计用动态规划算法求解旅游预算问题的数据结构和递推程序。一个旅行社需要估算乘汽车从某城市到另一城市的最小费用,沿路有若干加油站,每个加油站收费不一定相同。旅游预算有如下规则: 若油箱的油过半,不停车加油,除非油箱中的油不可支持到下一站;每次加油时都加满;在一个加油站加油时,司机要花费2元买东西吃;司机不必为其他意外情况而准备额外的油;汽车开出时在起点加满油箱;计算精确到分(1元=100分)。编写程序估计实际行驶在某路线所需的最小费用。C++实现-Design algorithm travel
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1067
    • 提供者:kiko
  1. C

    0下载:
  2. 蓝桥杯试题的答案,设计动态规划、最小生成树、最小堆等各种源代码。-The program of c.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2339
    • 提供者:yangli
  1. MyPro

    0下载:
  2. c++编程中常用的一些算放,以及一些数据结构,包括了迭代,递归,动态规划等(some algorithm of c++ program)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:7168
    • 提供者:yanke1311
  1. dtw

    0下载:
  2. 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-04-06
    • 文件大小:1024
    • 提供者:庞聪
搜珍网 www.dssz.com