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

搜索资源列表

  1. abc

    0下载:
  2. 矩阵连乘的动态规划设计方法的课程设计,很好的实现了该算法,具有很好的参考价值-Matrix multiplicative method of dynamic planning and design curriculum design, good implementation of the algorithm, has a good reference value
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:5082
    • 提供者:ding
  1. longest_subsequence

    0下载:
  2. 寻找最长上升子序列元素个数。给定一组数值序列,以第一个元素为最小元素,寻找出最长的上升子序列的元素个数。用到的算法是动态规划算法。-Looking for the longest rising subsequence
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:599
    • 提供者:catherine
  1. main_MatrixMul

    0下载:
  2. 矩阵乘法问题动态规划代码。 可参见博客:http://blog.csdn.net/xiaowei_cqu/article/details/8181215-Matrix multiplication problem solution using dynamic programing
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:1167
    • 提供者:小魏
  1. Knapsack

    0下载:
  2. 背包问题(0-1背包和完全背包)动态规划代码-Code for Knapsack Problem using Dynamic Programming
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:246397
    • 提供者:小魏
  1. 01dongtaiguihua

    0下载:
  2. 0-1背包问题的动态规划算法,算法分析与设计-0-1 knapsack problem dynamic programming algorithm, algorithm analysis and design
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:1037
    • 提供者:方方
  1. LCSLength1

    0下载:
  2. c++语言写的动态规划求最长公共子序列长度-The length of the longest common subsequence dynamic programming
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:1694081
    • 提供者:yuwenhao
  1. the-long-line

    0下载:
  2. 实验名称:用动态规划法求解最长路径问题 设计动态规划算法求解最长路径问题(见下面附录部分),要求程序能根据给定的图作为输入,输出最长路径的长度及一条最长的路径。-Experiment name: the dynamic programming method for solving the longest path problem design dynamic programming algorithm for the longest path problem (see the append
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:880880
    • 提供者:Tin
  1. dongtaiguihua

    0下载:
  2. 利用动态规划,求最长子序列问题 两个序列数据可读文本文件输入也可通过键盘输入且显示结果。 -The use of dynamic programming, find the longest subsequence problem of two sequence data readable text file input via keyboard input and display the results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:918210
    • 提供者:邓达成
  1. duobianxingyouxi

    0下载:
  2. 算法设计与分析 多边形游戏 动态规划算法 源码 java编写 王晓东版本-Algorithm design and analysis polygon game version of the dynamic programming algorithm source code java prepared Wang Xiaodong
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:934
    • 提供者:xr0517
  1. Algorithm

    0下载:
  2. 算法学习代码,各种数据结构和算法,包括动态规划-Algorithm to learn the code
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:719512
    • 提供者:li xiang
  1. DPA

    0下载:
  2. 递推与动态规划,OIer和ACMer必备资料,好用!-Recursive dynamic programming, OIer, and ACMer essential information, easy to use!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-18
    • 文件大小:599503
    • 提供者:
  1. backpack

    0下载:
  2. 动态规划实现0-1背包问题和贪心法实现背包问题-Dynamic programming to realize knapsack problem and greedy method to realize knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:2641
    • 提供者:尹建
  1. Pku_ACM_Training

    0下载:
  2. 北京大学ACM的培训资料还有相关题目的源代码。 里面涉及:组合数学、搜索、动态规划、图论、计算几何以及网络流的相关讲义及习题源代码。-Training materials as well as related topics of the Peking University ACM source code. Which involves: a combination of mathematics, search, dynamic programming, graph theory, compu
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:6388498
    • 提供者:葛文豪
  1. BookProblem

    0下载:
  2. 问题描述:买书问题(编程之美1.4,动态规划解法) 编程之美书中的例子是限定了图书种类和折扣,经过分析,本程序是一种不会不限定种类的解法,所以做法会有一点点区别,但是动态规划的思想是完全一样的,只是需要根据传入的参数自动计算各个状态的最小值。 作为一种通用算法,这个解法理论上比编程之美的解法要复杂一些,下载请慎重。-Descr iption of the problem: the example of the beauty of the book to buy books (
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:2350
    • 提供者:dg
  1. LCS

    0下载:
  2. 实现最长公共子序列,使用动态规划算法,求两个序列的公共部分主要使用PHP-The public part of the longest common subsequence, using a dynamic programming algorithm, find two sequences using PHP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-23
    • 文件大小:2777
    • 提供者:苍野孤鸿
  1. edit-distance

    0下载:
  2. 计算两个拥有几万字符的文件的编辑距离的动态规划的代码-Calculate the edit distance two files with tens of thousands of characters of dynamic programming code
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-05
    • 文件大小:6882235
    • 提供者:马超
  1. source

    0下载:
  2. 商店购物动态规划算法,VC++ 源程序,商品和优惠套餐组合-Shop dynamic programming algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-10
    • 文件大小:2614
    • 提供者:cum
  1. PSO

    0下载:
  2. 针对传统的算法如遗传算法、粒子群算法等在TSP问题上求解精确性和求解规模上都还有一定的不足,本文提出了一种基于动态规划思想的粒子群优化算法。该算法用动态规划的方法实现粒子间的信息交互和粒子的进化,并且将粒子群中的粒子按无标度信息指导网络拓扑图的方式进行连接。仿真结果表明该方法能有效地减小误差率,提高解的精确,同时还保持了较低的计算复杂度,具有良好的稳健性。-TSP problem solving for the traditional algorithms such as genetic alg
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:314650
    • 提供者:程徐
  1. subjic

    0下载:
  2. 动态规划 这是一种关于编译代码的东西 他用c++编译的。具有很好的效果 -this good
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:985
    • 提供者:王楠
  1. DP

    0下载:
  2. 动态规划算法,包括具体实例以及对实例的详细说明等。-a way for DP
  3. 所属分类:File Formats

    • 发布日期:2016-01-24
    • 文件大小:6144
    • 提供者:潇湘晨
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com