CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - The dynamic programming

搜索资源列表

  1. dye-Divide-and-conquer.ppt

    0下载:
  2. 动态规划算法及分治的思想在算法设计中的应用。-Dynamic programming algorithm and the ideological division in the algorithm design.
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:263117
    • 提供者:pope
  1. chazhi

    0下载:
  2. vb插值首先论述了VC和MATLAB各自的优缺点,然后提出了VC与MATLAB混合编程的三种方法。并详细阐述了如何通过基于动态链接库(DLL)实现VC和MATLAB混合编程的技术-vb interpolation first discusses the advantages and disadvantages of each VC and MATLAB, MATLAB and then propose a VC and three methods of mixed programming. De
  3. 所属分类:software engineering

    • 发布日期:2017-05-22
    • 文件大小:6672863
    • 提供者:xiaowei
  1. 111

    0下载:
  2. 最长公共子序列求解 一个给定序列的子序列是在该序列中删去若干元素后得到的序列。给定两个序列X和Y,当另一序列Z既是X的子序列又是Y的子序列时,称Z是序列X和Y的公共子序列。最长公共子序列就是求给定两个序列的一个最长公共子序列。动态规划可以有效的解决此问题。由最长公共子序列问题的子序列的最优子结构性质,可以建立子问题最优的递归关系。用c[i][j]记录序列Xi和Yi的最长公共子序列的长度-Solving the longest common subsequence for a given se
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1853
    • 提供者:1111
  1. multiadd

    0下载:
  2. 算法集绵,动态规划问世以来,在经济管理、生产调度、工程技术和最优控制等方面得到了广泛的应用-Algorithm set cotton, dynamic programming since the advent of economic management, production scheduling, engineering and optimal control and other aspects of a wide range of applications
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:27160
    • 提供者:jack
  1. Feature-Discovery-

    0下载:
  2. 近似动态规划中的特征发现,我们主张提取最好的状态表征方式的问题和值函数近似问题就像一个硬币的两面,用非参变量的方式是快速同时解决两个问题的较简便的方法。-Feature Discovery in Approximate Dynamic Programming,We also argue that the problem of discovering the best state representation and the problem of the value function approx
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:138445
    • 提供者:陈真
  1. Dynamic-programming-

    0下载:
  2. 动态规划的经典题目 有助于理解动态规划!必备之书-Dynamic Programming Dynamic programming helps to understand the classic title! Essential book
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:1016203
    • 提供者:羡睦
  1. dongtaiguihua1

    0下载:
  2. 对动态规划算法的讲解以及几个典型的例子,很适合入门。-To the sense of the dynamic programming method and several typical example, very suitable primer.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:99309
    • 提供者:xiayang
  1. SOCKET-programming

    0下载:
  2. 本系统的设计与实现主要采用SOCKET编程。同时,使用多线程技术,提高服务器的响应能力和并发处理能力;采用动态哈夫曼编码实现传输流的压缩,减轻网络传输负担;支持断点续传, 用户可以自己选择采用断点续传还是重新上传;实现大文件上传, 一次可以上传多个文件;提供接口全面,可以动态设置上传保存路径, 设置允许扩展名, 允许最大大小等; 可以限制上传单个文件大小, 控制上传带宽上限, 允许文件扩展名, 拒绝文件扩展名等。-Design and Implementation of the system S
  3. 所属分类:Project Design

    • 发布日期:2017-11-11
    • 文件大小:265103
    • 提供者:lk
  1. VCPPdongtailianjieku(DLL)

    0下载:
  2. 关于vc++动态链接库(DLL)编程的相关知识和说明,本文详细介绍了dll编程的方方面面,努力学完本文可以对dll有较全面的掌握,并能编写大多数dll程序-About vc++ dynamic link library (DLL) programming knowledge and instructions, this article details all aspects of the dll programming efforts to the end of this article a m
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:618715
    • 提供者:潘晓明
  1. SUANFAPPT

    0下载:
  2. 常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等) 算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等) -Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:3316958
    • 提供者:lm
  1. Beyond-the-CPP-STL

    0下载:
  2. Boost 带领你远远地超越了C++标准库,它使得C++编程更优雅、更有活力、更高产。首先, 我们系统地介绍一下Boost 库的主要组成和它们的主要用法。-Boost lead you far beyond C++ standard library, it makes C++ programming more elegant, more dynamic, more productive. First, we introduced a major component of the Boost
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:1877977
    • 提供者:zhangzhigang824
  1. stochasticDP

    1下载:
  2. 非常有特色的一篇文章,基于随机动态规划算法开发的燃料电池城市客车能量管理策略优化;-Very unique article, based on the stochastic dynamic programming algorithm developed fuel cell city bus energy management strategy optimization
  3. 所属分类:Project Design

    • 发布日期:2017-11-23
    • 文件大小:816593
    • 提供者:HanBing.Wei
  1. dongtaiguihau

    0下载:
  2. 有关于对动态规划的大致讲解和学习参考课件-Explanations about the dynamic programming and learning courseware reference
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:22687551
    • 提供者:鼻祖
  1. glass-cutting

    0下载:
  2. 最优算法在玻璃切割上的实现,同时比较基于动态规划的算法的实现。-Optimal algorithm implementation on the glass cutting, while comparisons are based on dynamic programming algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:617259
    • 提供者:刘鹏
  1. dynamic-region-merging

    0下载:
  2. In the proposed algorithm, these two issues are solved by a novel predicate, which is defined by the sequential probability ratio test (SPRT) and the minimal cost criterion. Starting from an over-segmented image, neighboring regions are progressivel
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:59366
    • 提供者:michael
  1. Acm-

    0下载:
  2. acm动态规划经典习题解析,其中有很多经典案例,如数塔问题、最短路径问题、骑士游历问题等。-Acm dynamic programming classic problem sets, there are a lot of classic case, all to solve the problem, the shortest path problem, knight tour, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:483335
    • 提供者:cc
  1. algorithm

    0下载:
  2. 以设计策略为主线,循序渐进地介绍了经典算法设计(包括分治、动态规划、贪心、回溯、迭代改进等算法)、NF完全理论、非精确型算法设计〔包括近似算法、参数化算法,随机算法),以及现代智能优化方法.强调算法思维与编程实践并重,注重运用算法技术解决实际工程问题。-In order to design strategy as the main line, gradual introduction of the classic algorithm design (including the partition
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:11722370
    • 提供者:junhong
  1. bestshopping

    0下载:
  2. 最优购物方式的选择,动态规划,选择最划算的商品。-Choose the best way to shop, dynamic programming, choose the most cost-effective products.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:166572
    • 提供者:杨庆
  1. Assignment_1

    0下载:
  2. 动态规划算法的习题作业,配套的答案和算法实现我也会上传-Dynamic programming algorithm exercises, matching the answer and algorithm to achieve the I will upload
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:52574
    • 提供者:隋愿
  1. Dynamic-programming

    0下载:
  2. 算法中的动态规划的原理和内容,讲解详细,并有案例和伪码-Algorithm in the dynamic programming principles and content, explain in detail, and there are cases and pseudo-code
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:2976153
    • 提供者:王雨
« 12 3 »
搜珍网 www.dssz.com