CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 路径优化

搜索资源列表

  1. GameGuding8022

    0下载:
  2. 利用遗传算法编写的恐龙路径优化走法!可以根据自己的要求改变恐龙的路径
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4615789
    • 提供者:luckcome19825
  1. A 算法求解最短路径

    0下载:
  2. /* 求解最短路径代码 * 这段代码没有进行任何优化(包括算法上的), 但不意味我不知道该怎样优化它, * 它是为教学目的而做,旨在用易于理解和简洁的代码描述出 A* 算法在求最段路 * 径中的运用. 由于很久没有摸算法书, 本程序不能保证是纯正的 A* 算法 -) * 你可以在理解了这段程序的基础上,按自己的理解写出类似的代码. * * 本程序附带有一个数据文件 map.dat, 保存有地图的数据 */-/ * code for the Shortest Path * This code wi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7339
    • 提供者:许俊
  1. lujingyouhua

    0下载:
  2. 路径优化程序,附有详细的代码,已调试成功,可直接使用-Path optimization process, with detailed code, debugging has been successful, can be used directly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:27071
    • 提供者:茹俊骞
  1. automatic-code-generation

    0下载:
  2. 基于矢量图形的G代码自动生成软件路径优化算法的研究-Optimization algorithm based on vector graphics G automatic code generation software path
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:132751
    • 提供者:long
  1. doc

    0下载:
  2. java编制旅行商路径优化问题的遗传算法程序-java the preparation of the traveling salesman path optimization problem genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:24985
    • 提供者:hello
  1. Demo1

    0下载:
  2. 无线传感网络路径优化,很好的源代码,大家可以-Wireless sensor network path optimization, source code, we can see good
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:246445
    • 提供者:王璐
  1. lxg

    2下载:
  2. 基于改进遗传算法的配电网负荷转移路径优化研究 matlab代码-Distribution network load transfer path based on improved genetic algorithm optimization matlab code
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:1402
    • 提供者:立新功
  1. ant-colony-algorithm-matlab

    0下载:
  2. matlab编写的蚁群算法,能够实现基本的路径优化-ant colony algorithm matlab prepared
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:1907
    • 提供者:weixuyang
  1. GA-VRP-MATLAB

    1下载:
  2. 应用遗传算法求解循环取货的路径优化问题,可以参考一下。-Application of genetic algorithm optimization cycle paths pickup problem。
  3. 所属分类:其他小程序

    • 发布日期:2016-10-10
    • 文件大小:2462
    • 提供者:tang
  1. 05532522

    0下载:
  2. Multi-objective Ant Colony OptimizationAlgorithm for Shortest Route Problem 蚁群算法路径优化 的经典英语文档-Multi-objective Ant Colony OptimizationAlgorithm for Shortest Route Problem ant colony optimization algorithm path classic English documents
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:263775
    • 提供者:
  1. MATLAB路径规划

    9下载:
  2. 用MATLAB实现复杂环境移动机器人路径规划算法的研究,分别采用了A星算法,迪杰斯特拉算法,蚁群算法以及蚁群寻径迪杰斯特拉优化路径的混合算法,并通过仿真进行验证。(Research and implementation of complex environment of mobile robot path planning algorithm with MATLAB, respectively, using the A star algorithm, Dijkstra algorithm, an
  3. 所属分类:其他

  1. 54组章子涵-李旺泽-金灿

    1下载:
  2. 生态工业园网络路径优化,节点重要度排序,级联失效(Network path optimization of eco industrial park, node importance ranking, cascading failure)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:223232
    • 提供者:涵涵爱健身
  1. 蚁群、路径规划

    1下载:
  2. 这是一个关于使用蚁群算法的旅行路径规划问题的MATLAB优化程序(ant colony algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:怀刘剑
  1. 基于matlab算最短路径--Floyd算法

    1下载:
  2. 采用佛洛依德算法原理,解决最小路径的规划问题的matlab实现(Using Freud algorithm principle, solve the problem of the minimum path planning matlab)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:29696
    • 提供者:ElivesLee
  1. matlab

    1下载:
  2. 可实现无冲突的最短路径分配,主要用于航空器的场面滑行过程优化(Realization of the shortest path allocation without conflict)
  3. 所属分类:其他

  1. Python-Ant-Colony-TSP-Solver-master

    1下载:
  2. 用于路径规划的蚁群算法,蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。(Ant colony algorithm for path planning)
  3. 所属分类:其他

    • 发布日期:2021-04-15
    • 文件大小:5120
    • 提供者:乃木坂道
  1. GASA

    2下载:
  2. 运用模拟退火遗传算法解决路径优化问题,其中已给出中文注释(GASA for VPR.Simulated Annealing Genetic Algorithms (SAGA) is used to solve the problem of path optimization, in which Chinese annotations are given.)
  3. 所属分类:其他

    • 发布日期:2019-07-19
    • 文件大小:1024
    • 提供者:果果66
  1. Maltlab程序

    5下载:
  2. 改进遗传算法用于多车多类型车辆的车辆路径优化(Application of improved genetic algorithm to vehicle routing optimization of multi-vehicle and multi-type vehicles)
  3. 所属分类:其他

    • 发布日期:2019-09-18
    • 文件大小:24576
    • 提供者:JJ基
  1. A星算法

    1下载:
  2. A*优化算法,本算法能有效的选择最优路线。(A* optimization algorithm)
  3. 所属分类:其他

    • 发布日期:2020-04-19
    • 文件大小:2048
    • 提供者:任信心
  1. 栅格法路径规划

    8下载:
  2. 利用差分进化和粒子群优化算法在栅格地图中寻找最优路径(Using Differential Evolution and Particle Swarm Optimization to Find the Optimal Path in Raster Map)
  3. 所属分类:其他

    • 发布日期:2020-08-16
    • 文件大小:8192
    • 提供者:Nikelee
« 12 3 4 5 »
搜珍网 www.dssz.com