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

搜索资源列表

  1. RSV_DDDP.rar

    2下载:
  2. 增量动态规划求解水库调度的程序,觉得还挺实用,Incremental dynamic programming for solving reservoir operation procedures
  3. 所属分类:Other windows programs

    • 发布日期:2015-03-07
    • 文件大小:118545
    • 提供者:张天宏
  1. MINROUTE.rar

    1下载:
  2. 动态规划计算最短路,只需输入点集合距离即可计算出最短路。,min route
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:851
    • 提供者:keke
  1. dynprog

    1下载:
  2. 动态规划算法matlab源程序,m文件,从工具箱中调用。 -Dynamic programming algorithm matlab source, m file, from the toolbox call.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-19
    • 文件大小:1543
    • 提供者:jiajt
  1. 444

    1下载:
  2. 采用动态规划方法实现的目标分配,后面有MATLAB代码-Solving Weapon Target Assignment Problem with Dynamic Programming
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:354093
    • 提供者:周小光
  1. Discrete optimization

    4下载:
  2. 它包含了枚举法、蒙特卡洛法、线性整数规划、整数规划枚举法、整数规划隐枚举法、非线性整数规划、非线性整数规划图形工具、最小生成树kruskal算法、最短路dijkstra算法、最小生成树kruskal算法mex程序、最短路dijkstra算法mex程序和动态规划的代码。-It contains the matlab code of the enumeration method, Monte Carlo method, linear integer programming, integer prog
  3. 所属分类:其他小程序

    • 发布日期:2013-01-05
    • 文件大小:32256
    • 提供者:温娟
  1. 0-1Knapsack.problem

    0下载:
  2. Knapsack problemnew01背包问题(动态规划) 01背包实验报告-Knapsack problemnew01 knapsack problem (dynamic programming) 01 backpack Experimental Report
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2185866
    • 提供者:ggq
  1. DYNPROG

    0下载:
  2. 我用MATLAB编的程序,存为txt文档格式,方便大家查看。这是我们组在学校国际赛选拔赛时编的程序,用于实现动态规划算法。可立即执行。-I compiled the program using MATLAB, save txt file format, we facilitate viewing. This is our group in the school when the series of international competitions qualifying procedures
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1543
    • 提供者:张的的
  1. shortestPath

    0下载:
  2. 在visual C++上写的动态规划算法在图论中旅行商问题上的应用,适合算法分析的朋友。-In visual C++ to write the dynamic programming algorithm to find the shortest path in the graph the application of suitable algorithms friends.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:81518
    • 提供者:
  1. Classicalalgorithm

    0下载:
  2. 数学建模比赛常用的算法,包括插值与拟合、线性规划、整数规划、动态规划、遗传算法等-Competition commonly used mathematical modeling algorithms, including interpolation and fitting, linear programming, integer programming, dynamic programming, genetic algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:3058753
    • 提供者:Arthur
  1. acm

    1下载:
  2. 动态规划经典例题,包括10个例题,用于acm-Classic example of dynamic programming, including 10 sample questions for the acm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:483169
    • 提供者:xuben
  1. b

    0下载:
  2. 算法艺术和信息学竞赛.主要介绍各种算法,包括动态规划,贪婪算法,数论基础,组合数学等-Algorithm for the arts and information science contest. Introduces a variety of algorithms, including dynamic programming, greedy algorithm, based on number theory, combinatorial mathematics, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-11
    • 文件大小:18368765
    • 提供者:zzt
  1. dynamic

    0下载:
  2. 关于动态规划的poj的一些解题报告和代码-On dynamic programming POJ report some problem-solving and code
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:7850
    • 提供者:tjj
  1. zuiduanlujin

    0下载:
  2. 动态规划求每对结点之间的最短路径。 算法基础实验课上会用到。-Dynamic programming for each pair of nodes between the shortest path. Algorithm based on experimental courses will be used.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1169
    • 提供者:乐正清
  1. CTest

    0下载:
  2. 我做的一些C语言练习题,里面一共有76道题目,主要用到一些计算机常用的算法,如:递归,分治,动态规划,回溯法,AO算法等,除此之外还用到比较多的数学知识,我做了一部分,还有一些暂时还没做出来,大家也帮忙做一下吧!-I have done some C language exercises, which a total of 76 topics, mainly used in a number of commonly used computer algorithms, such as: recur
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:319987
    • 提供者:THM
  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. diaodu

    0下载:
  2. 两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai,若由机器B 来处理,则需要时间bi。由于各作 业的特点和机器的性能关系,很可能对于某些i,有ai >=bi,而对于 某些j,j!=i,有aj<bj。既不能将一个作业分开由两台机器处理,也没 有一台机器能同时处理2 个作业。设计一个动态规划算法,使得这两 台机器处理完成这n 个作业的时间最短(从任何一台机器开工到最后 一台机器停工的总时间)。研究一个实例:(a1,a2,a3,a4,a5
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-25
    • 文件大小:14174
    • 提供者:王颖
  1. Dynamic_pro

    1下载:
  2. 自由始端和终端的动态规划,求指标函数最小值的逆序算法递归 % 计算程序。x是状态变量,一列代表一个阶段状态;M-函数 % DecisFun(k,x)由阶段k的状态变量x求出相应的允许决策变量 % M-函数ObjFun(k,x,u)是阶段指标函数,M-函数TransFun(k,x,u) % 是状态转移函数,其中x是阶段k的某状态变量,u是相应的决策变量; % 输出p_opt由4列构成,p_opt=[序号组 最优策略组 最优轨线组 % 指标函数值组];fval是一个列向量
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1876
    • 提供者:haiyan
  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. DynamicProgramming(eg)

    0下载:
  2. 经典算法动态规划的几个范例以及详细分析。-Classic dynamic programming algorithm, as well as a detailed analysis of several examples.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:39156
    • 提供者:cmis
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com