CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - dongtaiguihua

搜索资源列表

  1. dongtaiguihua

    0下载:
  2. 动态规划算法的一个实例,解决0-1背包问题-dynamic programming algorithm an example to solve 0-1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1429
    • 提供者:刘永峰
  1. dongtaiguihua

    0下载:
  2. Matlab源程序用动态规划方法求最短路径。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5349
    • 提供者:gws
  1. dongtaiguihua

    0下载:
  2. 动态规划解一系列经典问题,包含多个不同算法哦
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13064
    • 提供者:lin yahong
  1. dongtaiguihua

    0下载:
  2. 设平面上有一个m´ n的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+¥ ),向右行进的代价是bij(bin =+¥ )。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。用高级程序设计语言编写程序求解动态规划模型。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:915
    • 提供者:陆嘉鸣
  1. dongtaiguihua.rar

    0下载:
  2. 用动态规划求解最短路问题的MATLAB程序。需输入带权邻接矩阵,输出为最短路径和最短路长。,Dynamic Shortest Path Problem Solver of the MATLAB program. Required to enter the weighted adjacency matrix, the output for the shortest path and shortest path length.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1005
    • 提供者:qiyifei
  1. dongtaiguihua

    0下载:
  2. 是关于动态规划的算法资料,是值得我们去好好的研究。-Is a dynamic programming algorithm on the information is worthy of us to take a good look.
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 动态规划问题的基础范式,此代码稍加修改即可用于其它相关领域-A typical problem of binocular range. Images based on two different imaging camera to determine its location
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:986
    • 提供者:王琳玲
  1. dongtaiguihua

    0下载:
  2. 在VC++环境上,运用C语言程序,采用动态规划算法,实现了“租用游艇问题”,“抄写书稿问题”的优化设计。-In VC++ environment, the use of C language program, using dynamic programming algorithm, the realization of the " yacht rental," and " the question of copying the manuscr ipt" The
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:380713
    • 提供者:zhangquan
  1. dongtaiguihua

    1下载:
  2. 水电站场内经济运行动态规划程序,实现多台机组间的优化调度,是以流量为目标函数-Hydropower dynamic planning process inside the economy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-12-14
    • 文件大小:1301
    • 提供者:娜娜
  1. dongtaiguihua

    0下载:
  2. 计算机算法设计,用于设计动态规划,你们懂得-Computer algorithms designed for the design of dynamic programming, you know
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:999
    • 提供者:tianya
  1. dongtaiguihua-suanfa-source-code

    0下载:
  2. 分别用动态规划的算法,用手工解决资源分配的问题。另一个是编程解决下面的问题: 一凸8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。若vi 与vj 是P 上不相邻的两个顶点,则线段vivj 称为P 的一条弦。求P 的一个弦的集合T,使得T 中所有的弦恰好将P 分割成互不重迭的三角形,且各三角形的权重之和为最小(一个三角形的权重是其各边的权重之和)。-Respectively dynamic programming algorithm, hand a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:322992
    • 提供者:liuxiaoxia
  1. dongtaiguihua

    0下载:
  2. 用动态规划算法计算旅行商 挺不错的,可以看看 输入的时候是输入矩阵 需要自己换行-Dynamic programming algorithm with very good salesman, you can see when the input is the input matrix needs its own wrap
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:179654
    • 提供者:GYM
  1. dongtaiguihua

    0下载:
  2. 有N项食物营养价值为Vi,价格为Pi,i=1,2,...n.套餐中每项食物至多出现一次,客人通常需要一个算法求解不超过总价值的营养价值最大的套餐-Nutritional value of food items has N as Vi, the price for the Pi, i = 1,2, ... n. packages at most once in each of the food, the guests usually no more than an algorithm for th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:558
    • 提供者:郭龙一
  1. 01beibao(dongtaiguihua)

    0下载:
  2. 01背包问题的动态规划算法,能运行,我调好的-01 knapsack problem dynamic programming algorithm, to run, I am a good tune
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1749
    • 提供者:crp0289
  1. dongtaiguihua

    0下载:
  2. 对一个公交最佳运营路线的优化处理 采用动态规划法 vc++编程-Optimal operation of a bus route optimization using dynamic programming vc++ programming
  3. 所属分类:Algorithm

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

    0下载:
  2. 非常典型的几道动态规划题目,很适合入门。-Very typical dynamic programming subject, it is suitable for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:9362
    • 提供者:xiayang
  1. dongtaiguihua

    0下载:
  2. 关于动态规划的原代码,可以用于学习动态规划算法-Dynamic programming source code, can be used to study the dynamic programming algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3439
    • 提供者:刘丹
  1. dongtaiguihua-xianlufengpei

    0下载:
  2. 本word中运用动态规划思想运用matlab编程解决实际的线路分配问题的例子-Dynamic programming using matlab programming examples of actual line allocation problem in the use of the word
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:37707
    • 提供者:杨寿平
  1. DONGTAIGUIHUA

    0下载:
  2. matlab中运用动态规划算法在水利水电中的应用-Using the dynamic programming algorithm in the matlab application in water conservancy and hydropower
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:9820
    • 提供者:黄心成
  1. dongtaiguihua

    0下载:
  2. 动态规划 运筹学必备,包含资料,说明论文-Dynamic programming operations research necessary, contain information on papers
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:28612
    • 提供者:fxz
« 12 »
搜珍网 www.dssz.com