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

搜索资源列表

  1. Dinp_2004

    1下载:
  2. 这是基于动态规划的立体匹配的代码,是当前立体匹配中很好的一种实现方式-This is the stereo matching based on dynamic programming code that is currently in a good stereo matching method to implement
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:222464
    • 提供者:gengyingnan
  1. PFAPd

    1下载:
  2. 基于动态规划的检测前跟踪算法中检测概率与恒虚警的关系程序-Based on dynamic programming tracking algorithm in the pre-test probability of detection and the relationship between the procedures CFAR
  3. 所属分类:matlab例程

    • 发布日期:2013-12-03
    • 文件大小:689
    • 提供者:万洋
  1. speechrecognition

    0下载:
  2. 特定人孤立词语音识别中,最为简单有效的方法是采用动态时间弯折(dynamictimewa甲ing,DTw)算法。该算法基于动态 规划(DP)的思想,解决T发音长短不一的模板匹配问题,是语音识别中很成功的一种匹配算法。 -ion,ieh15basedondyniegramming(DP).xtsolvestheproblemoftemplatemateh.
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:272269
    • 提供者:lizheng
  1. The_allocation_of_project_funds

    1下载:
  2. 1. 脚本文件c11-用动态规划方法解决作业2(项目资金分配问题); 2. 脚本文件c21-用穷举法解决作业2(项目资金分配问题); 3. 函数文件remoney-用动态规划方法解决作业2(项目资金分配问题); 4. 函数文件qremoney-用动态规划方法解决作业2(项目资金分配问题); 5. 数据文件dataptime-存储函数需要调用的数据; 6. test-测试函数功能; -1. C11-used scr ipt files to solve the dynam
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:6341
    • 提供者:jianhuago
  1. jsjy20070288

    0下载:
  2. :针对遗传算法易陷入局部最优的不足,在标准遗传算法基础上加入了三个新的操作- 复原、重构和录优操作,使改 进后的遗传算法收敛于全局最优,并在此基础上以路边约束、动态避障和路径最短作为适应度函数,提出了动态避障的路径 规划方法。通过实验仿真验证了算法的有效性、准确性和实时性,并与基于以往的遗传算法的路径规划方法进行比较,结果 表明本文提出的方法在产生的路径长度和算法运行时间上都具有更优的性能。-: Genetic algorithm for the lack of easy to
  3. 所属分类:matlab例程

    • 发布日期:2014-01-25
    • 文件大小:329278
    • 提供者:zhangying
  1. ASR_matlab

    1下载:
  2. 语音识别的MATLAB代码,包括用于测试的语音,实现了利用HMM(隐含马尔可夫)和DTW(动态规划)两种方法的实现。-ASR use HMM and DTW method include wave files use for test and training.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:2202121
    • 提供者:wuhao
  1. MATLAB.DYNPROG

    0下载:
  2. 动态规划逆序算法的MATLAB程序上传资料-The dynamic programming algorithm of MATLAB program was
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1550
    • 提供者:王东
  1. IntelligentTacticalFlight

    1下载:
  2. &基于贝叶斯网络和模糊推理 技术A实现了战场威胁级别及其相对重要性程度的综合评估&利用模型预测控制的滚动优化和在线校正原理A实现了 飞机在线飞行路径规划&建立了路径规划代价函数中加权因子的智能化分配方法A进而实现了威胁评估与路径规划 之间的集成A使得路径规划系统能够自适应战场态势的动态变化.-koorow&E}8k w$lrm}nz$pkzz8zzn8omp$lm}l8km 8y8 ko|l8 kmry8rnj$lmkos8kl88zmk9 rz}8|9kz8|$ouk{8zrko
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:136272
    • 提供者:hans
  1. Ten_Commonly_Algorithm_for_MATLAB

    1下载:
  2. 超过10种MATLAB常用算法:Floyd算法,动态规划,分治算法,概率算法,模拟退火算法,神经网络,搜索算法,贪婪算法,遗传算法,组合算法,-Over 10 types of commonly used MATLAB algorithms: Floyd algorithm, dynamic programming, divide and conquer algorithms, probabilistic algorithms, simulated annealing, neural netwo
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2684411
    • 提供者:ZHANGAIQING
  1. PSO-image-segmentation-algorithm

    0下载:
  2. 为了提高算法的执行效率, 应用粒子群算法求取图像中任意两点间最短路径来定位目标边界, 并与经典的基于Dijkstra 动态规划图搜索的Liv e Wire 算法进行比较.-In order to improve the efficiency of the algorithm, particle swarm algorithm to strike any of images to locate the shortest path between two object boundaries, and
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:318605
    • 提供者:
  1. invst2

    0下载:
  2. 用matlab实现投资问题(类似于0-1背包问题,但更复杂)的动态规划-Problem with matlab realized investment (like the 0-1 knapsack problem, but more complex) dynamic programming
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:838
    • 提供者:夏江南
  1. matlab-jiaoyi

    0下载:
  2. 详细介绍动态规划算法原理,步骤,计算过程等-Introduce for Dyna mical Progra mming
  3. 所属分类:Development Research

    • 发布日期:2017-05-11
    • 文件大小:2696598
    • 提供者:hanfang
  1. MATLAB-classical-algorithm

    0下载:
  2. MATLAB经典算法 包括数值计算的插值拟合、动态规划、绘图、解方程、数据分析-MATLAB classic algorithms including the fitting of the numerical calculation of the interpolation, dynamic programming, drawing, solving equations, data analysis, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:963530
    • 提供者:yeyu
  1. matlab

    0下载:
  2. 文章运用m atlab语言给出了二维动态规划逆序算法的程序, 并且通过两个数值实例验证了该程序的有效性, 同时也表明了该程序对动态规划问题具有一定的通用性。-By applying m atlab language gives the two-dimensional dynamic programming algorithm reverse the procedure, and by two numerical examples demonstrate the effectiveness of
  3. 所属分类:Project Manage

    • 发布日期:2017-11-12
    • 文件大小:306361
    • 提供者:明明
  1. NEW-MATLAB-Dynamic-Programming

    1下载:
  2. 利用matlab语言,采用动态规划算法解决机器设备的调度问题,运行速度快,运行结果完美。-analyzes the allocation of resources in dynamic programming with Matlab , and conducts procedure designs and computation with Matlab , simplifying complex issues and avoiding the cumbersome calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:143010
    • 提供者:王东方
  1. fuhefenpei-matlab

    0下载:
  2. 发电公司一般不允许改变当天的电价投标,但可以改变机组的可用性.因此,在获得发电量之后如何组织机组进行发电,同时,又要保证成本低、效益高、收益大,是每个发电公司需要解决的问题,而行之有效的方法就是动态规划。-Power companies generally are not allowed to change the electricity price bidding, but can change the usability of the unit. Therefore, how to orga
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:916
    • 提供者:ethbk
  1. Dynamic-programming_8

    2下载:
  2. 动态规划matlab 程序 增程式电动客车整车能量管理-Dynamic programming matlab program Energy management of Extended range electric bus
  3. 所属分类:matlab

    • 发布日期:2017-02-11
    • 文件大小:3072
    • 提供者:hehuachi
  1. gai4_2014_12_11_ny

    9下载:
  2. 混合动力汽车动力系统控制算法计算与优化中,使用动态规划算法优化汽车输出转矩MATLAB程序。(Simulation and Optimization of Power System Control Algorithm for Hybrid Electric Vehicle. Using Dynamic Programming Algorithm to Optimize Automobile Output Torque MATLAB Program.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:5120
    • 提供者:张炫迈
  1. Matlab_动态窗口法_demo

    5下载:
  2. 本文件是机器人动态窗口法的源代码,用于实现机器人在障碍环境下的模拟避碰仿真。(This file contains the source code of the robot dynamic window method, which is used to realize the simulation of the robot in the obstacle environment.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-11-03
    • 文件大小:6144
    • 提供者:paradox_
  1. matlab 动态规划算法

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

« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com