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

搜索资源列表

  1. 背包的动态规划算法

    0下载:
  2. 背包的动态规划算法.rar-backpack dynamic programming algorithm. Rar
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9000
    • 提供者:张晓明
  1. 动态规划算法的一个应用

    0下载:
  2. 动态规划算法的一个应用-dynamic programming algorithm for the application of a
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:34280
    • 提供者:
  1. 背包问题(动态规划递归算法)的vc程序

    0下载:
  2. 用动态规划算法中的递归法求解背包问题的vc++6程序,已通过测试
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-07-31
    • 文件大小:1016998
    • 提供者:lcf_spring
  1. 用动态规划思想压缩位图

    1下载:
  2. 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
  3. 所属分类:Windows编程

  1. 动态规划算法

    0下载:
  2. 动态规划算法
  3. 所属分类:matlab例程

    • 发布日期:2010-05-18
    • 文件大小:20765
    • 提供者:leansmall
  1. 动态规划算法

    0下载:
  2. 动态规划算法常见题解
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-12-23
    • 文件大小:292119
    • 提供者:iojh@163.com
  1. 用动态规划算法思想求最小编辑距离

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:890
    • 提供者:Doreen
  1. car

    0下载:
  2. 使用动态规划算法求解汽车加油问题,求得费用的最小值,-The use of dynamic programming algorithm to solve the issue of motor vehicle fuel to obtain the minimum cost,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:2105
    • 提供者:lands
  1. dongtaiguihua

    0下载:
  2. 含有说明文档,详细介绍了动态规划算法的实现,并有几个例子-Contains documentation, detailing the dynamic programming algorithm, as well as a few examples
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:275398
    • 提供者:小王
  1. zero_one_question

    0下载:
  2. 算法中的经典问题:0——1 背包问题 在该程序中运用了动态规划算法成功解决了0——1背包问题-Classic problem of algorithm 0- 1 knapsack problem in the process use of dynamic programming algorithms succeeded in solving 0- 1 Knapsack Problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1055
    • 提供者:shisir
  1. BeiBao1

    0下载:
  2. 动态规划算法求解0-1背包问题,动态规划算法knapsack求最优值-Dynamic programming algorithm for solving 0-1 knapsack problem, dynamic programming algorithm for optimal value knapsack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:171206
    • 提供者:walle
  1. DP

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

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

    0下载:
  2. 实现动态规划算法和感兴趣区域提取,效果不错啊 -The realization of dynamic programming algorithm and region of interest extraction, the effect of good ah
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:136766
    • 提供者:lxm
  1. c41

    0下载:
  2. 多段图用邻接矩阵存储,编写多段图问题的向后递推动态规划算法。-Multi-stage graph with adjacency matrix storage, the question of the preparation of multi-stage plan backward recursive dynamic programming algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:900
    • 提供者:郁飞
  1. TSP动态规划

    0下载:
  2. TSP问题(担货郎问题)的动态规划算法实现(Dynamic programming implementation of TSP problem)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:663552
    • 提供者:monkeyking
  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. 动态规划算法源程序1

    0下载:
  2. 基于动态规划算法编写的程序,具有一定的借鉴意义。(he program based on the dynamic programming algorithm has certain reference significance.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:kk937
  1. 第04章 动态规划

    0下载:
  2. 对动态规划算法进行由浅入深的介绍,且附有算法示例(The introduction of the dynamic programming algorithm from shallow to deep, with an algorithm example)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:196608
    • 提供者:qianchen
  1. 动态规划DP

    3下载:
  2. matlab编程实现动态规划算法,适合初学者使用(Matlab programming dynamic programming algorithm, suitable for beginners to use)
  3. 所属分类:matlab例程

    • 发布日期:2019-04-26
    • 文件大小:1024
    • 提供者:那里的天空
  1. 动态规划算法举例

    1下载:
  2. 动态规划问世以来,在经济管理、生产调度、工程技术和最优控制等方面得到了广泛的应用。例如最短路线、库存管理、资源分配、设备更新、排序、装载等问题,用动态规划方法比用其它方法求解更为方便。(Since the advent of dynamic programming, it has been widely used in economic management, production scheduling, engineering technology and optimal control. F
  3. 所属分类:matlab例程

    • 发布日期:2020-06-22
    • 文件大小:196608
    • 提供者:water7
« 12 3 4 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com