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

搜索资源列表

  1. 动态规划-航线设置

    0下载:
  2. 动态规划法---如何设置友好城市间的航线使的航线数又最大又不相交-dynamic programming -- how to set up a sister city links are so few routes do not intersect also the largest
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3989
    • 提供者:蔡银珊
  1. 0-1背包问题

    1下载:
  2. 动态规划法解决0-1背包问题
  3. 所属分类:数据结构常用算法

  1. MatrixMultiply

    0下载:
  2. 算法设计与分析 王晓东版的 矩阵连乘的动态规划法和备忘录法的实现-Algorithm Design and Analysis Xiaodong version of the matrix continued by the dynamic programming method and the realization of Memorandum of Law
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3700974
    • 提供者:计科狂人
  1. liushuizuoye

    0下载:
  2. 这是基于VC++的一个简单的流水作业程序(动态规划法)-This is based on the VC a simple routine procedure (Dynamic Programming)
  3. 所属分类:source in ebook

    • 发布日期:2017-12-06
    • 文件大小:26695
    • 提供者:李杰
  1. analysys-and-design-of-algorithm-ppt

    0下载:
  2. 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1412829
    • 提供者:周先生
  1. Fac3_9

    0下载:
  2. //0-1背包问题动态规划解法,原自王晓东算法设计,该程序已调通-//0-1 knapsack problem dynamic programming method, the original algorithm since Xiaodong design, the program has been transferred Qualcomm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1051
    • 提供者:ss
  1. shortest_path_adjacencyWDigraph

    1下载:
  2. 采用动态规划法,构建邻接矩阵带权有向图,解决最短路径问题。-Dynamic programming method used to construct adjacency matrix weighted directed graph, the shortest path to solve the problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:2021522
    • 提供者:柳春锋
  1. 23456787654321

    0下载:
  2. 问题一:设a[0:n-1]是已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置i和大于x的最小元素位置j,当搜索元素在数组中时,i和j相同,均为x在数组中的位置。 问题二:采用分治策略实现对n个元素进行排序的合并排序算法,其基本思想是:将待排序元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。 问题三:给定n个矩阵{A1,A2,A3,……,An},其中,Ai与Ai+1是可乘的,i=1,2,
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9313
    • 提供者:土咩豆
  1. zuiduan

    0下载:
  2. 这是最短路径动态规划问题及其程序设计,大家可以参考-hao
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:220838
    • 提供者:longdaping
  1. Matlab-mathematical-modeling

    0下载:
  2. 本书收录了众多的matlab的数学建模的算法,例如线性规划、整数规划、非线性规划、动态规划和图与网络模型及方法等有关的众多matlab数学模型。-This book contains a large number of matlab mathematical modeling algorithms, such as linear programming, integer programming, nonlinear programming, dynamic programming and gra
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4214967
    • 提供者:周利伟
  1. 最长递增子序列

    0下载:
  2. 利用动态规划法求出,时间复杂度为O(N*2)
  3. 所属分类:数据结构常用算法

  1. 多无人协同任务分配程序平台

    12下载:
  2. 多无人机航迹规划平台 功能强大 有控制平台 以及路径的动态规划(Multi UAV flight path planning platform has powerful function, control platform and dynamic path planning)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:10884096
    • 提供者:无缘
  1. 招聘问题

    1下载:
  2. 使用动态规划解决一定预算下,每个岗位找一个人的招聘问题(Use dynamic programming to solve the recruitment problem of finding a person in each post under certain budget.)
  3. 所属分类:其他

    • 发布日期:2019-12-21
    • 文件大小:1437696
    • 提供者:`我是嘎子
  1. 二状态变量动态规划程序

    1下载:
  2. 自由始端和终端的动态规划,求指标函数最小值的逆序算法递归计算程序。 dynprog2.m文件中有各子程序和变量的说明。
  3. 所属分类:交通/航空行业

  1. DP_P2

    2下载:
  2. 使用动态规划算法(DP)对并联混合动力汽车P2极限油耗求解,并附带后处理程序,通过使用hev_main.m程序直接可运行(The dynamic programming algorithm (DP) is used to solve the P2 limit fuel consumption of the parallel hybrid electric vehicle, with a post-processing program, which can be run directly by u
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-04-30
    • 文件大小:370688
    • 提供者:huyit
  1. 数学建模的29个通用模型及matlab解法

    2下载:
  2. 第一章 线性规划 第二章 整数规划 第三章 非线性规划 第四章 动态规划 第五章 图与网络 第六章 排队论 第七章 对策论 第八章 层次分析法 第九章 插值与拟合 第十章 数据的统计描述和分析 第十一章 方差分析 第十二章 回归分析(Chapter I linear programming Chapter II integer programming Chapter III nonlinear programming Chapter IV dynamic planning Chapt
  3. 所属分类:其他

    • 发布日期:2020-11-24
    • 文件大小:7712768
    • 提供者:凉茶与烫酒
  1. 混合动力动态规划

    1下载:
  2. 动态规划混合动力汽车模式切换程序,附带工况。(Dynamic programming of hybrid electric vehicle mode switching program, with working conditions.)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-06
    • 文件大小:22528
    • 提供者:liguangyuanBUAA
  1. 071810120133273

    1下载:
  2. 动态规划算法程序,用于汽车能量管理方面的控制(Dynamic programming algorithm program for the control of automotive energy management,)
  3. 所属分类:其他小程序

    • 发布日期:2021-04-06
    • 文件大小:25600
    • 提供者:vvgh
  1. matlab 动态规划算法

    1下载:
  2. matlab 动态规划算法 完整封装的函数 可以直接运行
  3. 所属分类:其它程序

  1. 移动计算的动态规划卸载算法

    1下载:
  2. 计算卸载;移动云计算;动态规划;随机化;汉明距离;能源效率;
  3. 所属分类:汇编语言

« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com