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

搜索资源列表

  1. Floyd

    0下载:
  2. 用来处理路径优化等问题的FLOYD等算法。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4889
    • 提供者:崔宁
  1. PCB

    1下载:
  2. 在PCB设计中,布线是完成产品设计的重要步骤,可以说前面的准备工作都是为它而做的, 在整个PCB中,以布线的设计过程限定最高,技巧最细、工作量最大。PCB布线有单面布线、 双面布线及多层布线。布线的方式也有两种:自动布线及交互式布线,在自动布线之前, 可以用交互式预先对要求比较严格的线进行布线,输入端与输出端的边线应避免相邻平行, 以免产生反射干扰。必要时应加地线隔离,两相邻层的布线要互相垂直,平行容易产生寄生耦合。 自动布线的布通率,依赖于良好的布局,布线规则可以预先设定, 包括走
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:372155
    • 提供者:tom
  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. 优化TSP局部搜索法

    0下载:
  2. TSP算法,应用局部搜索法得到最优路径,已经经过优化。没有密码,可以使用,vc环境下使用。-TSP algorithm, using local search to be optimal path has been optimized. No password can be used, vc environments.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29999
    • 提供者:霍哲
  1. Path_Planning- robot

    0下载:
  2. 主要介绍基本的机器人路径优化内容 对理解很有帮助
  3. 所属分类:源码下载

    • 发布日期:2011-05-13
    • 文件大小:5483974
    • 提供者:zyb06404
  1. GAmatlab.rar

    1下载:
  2. 利用遗传算法,上线车辆路径的优化。采用了matlab编程,对于初学遗传算法,和matlab的用户,是很适用的,The use of genetic algorithms, on-line vehicle routing optimization. Use of matlab programming, genetic algorithm for the beginner, and matlab users, is very applicable
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-22
    • 文件大小:9631
    • 提供者:xulei
  1. ycsf_zdlj.rar

    0下载:
  2. 基于遗传算法的最短路径计算 程序简洁 速度很快 界面不是很完善,Based on genetic algorithms calculate the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:239959
    • 提供者:mingming
  1. 123tsp

    0下载:
  2. 粒子群优化算法求解车辆路径问题,对初学者来说,是很有帮助的。-Particle Swarm Optimization for vehicle routing problem, for beginners, it is very helpful.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3686
    • 提供者:gg
  1. chengshidaoluzuiduanDijkstra

    0下载:
  2. 城市道路最短路径的Dijkstra算法优化,应用于城市交通规划-Dijkstra
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:256270
    • 提供者:张丽兰
  1. salesman-fitness

    0下载:
  2. Matlab中路径优化程序,销售员模式,最佳路径优化-Medium Matlab path optimization procedures, sales model, the best path optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:706
    • 提供者:Robin
  1. gaMATLAB

    1下载:
  2. 遗传算法优化装配生产线任务,MATLAB源码,优化出生产线最佳装配路径-Genetic algorithm to optimize the assembly line, optimizing task MATLAB source, the best assembly line
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-26
    • 文件大小:1900
    • 提供者:ronnie
  1. LL_Path_optimization

    1下载:
  2. 【系统功能】 LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。 【主要算法】 1:利用Prim算法求解带约束条件的连通图的最小生成树; 2:利用基于单亲遗传算法求解带约束条件的TSP问题。 -【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:575810
    • 提供者:张玉芨
  1. ant

    1下载:
  2. 蚂蚁算法求解路径优化问题就是求解有车辆约束问题的matlab程序,包括四个文件。-Ant algorithm for path optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2522
    • 提供者:hezhuzi
  1. robot

    1下载:
  2. 移动机器人全覆盖路径规划优化方法。从全局优化的角度出发,提出一种基于区域分割的环境建模方法-Full coverage of mobile robot path planning optimization method. From the global optimization point of view, presents a region-based segmentation of environmental modeling
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:113162
    • 提供者:夏天
  1. AstarPath

    0下载:
  2. 经过改造与优化的A*算法, 求最短路径,能够标识出每一步寻找的结点。-After transformation and optimization of the A* algorithm, seeking the shortest path to identify each step of the search nodes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:65761
    • 提供者:ajsaklfj
  1. 115157698ant

    0下载:
  2. 路径规划中群蚁优化算法的源代码,可通过修改程序自由设置障碍和地形-Group of ants in the path planning optimization algorithm source code, modify the program free by obstacles and terrain
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:302072
    • 提供者:晴空
  1. yiqun

    0下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型技术,该算法具有许多优良的性质,具有一种新的模拟进化优化方法的有效性和应用价值, 是一种求解组合最优化问题的新型通用启发式方法,可以解决一维静态优化问题甚至多维动态组合优化问题。 -Ant colony algorithm is a method used to find optimal path in the graph of the probability-based technology, the algorithm has many goo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1942
    • 提供者:曹艳丽
  1. PathPlanningforMobileRobotsBasedontheNeuralNetwork

    1下载:
  2. :针对移动机器人传统路径规划算法效率不高,寻优能力差等问题,提出一种基 于神经网络和粒子群优化算法相结合的移动机器人路径规划方法.该方法利用神经网 络实现大量的并行和分布计算,发挥PSO简单、容易实现的优点,提高了路径规划的计 算效率和可靠性.仿真结果表明,这种新路径规划方法是可行且有效的.-The quality and eficiency of calculation is the two puzzling problems in the tradi— tional algo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:162613
    • 提供者:王风
  1. geneticalgorithmandexerimentalcaculations

    0下载:
  2. 在建立物流配莲路径优化问题数学模型的基础上,构造了求解该问题的遗传算法,并进行了实验计算。-Lotus in the establishment of logistics distribution routing problem based on the mathematical model was constructed to solve the problem of genetic algorithm and experimental calculations.
  3. 所属分类:Mathimatics-Numerical algorithms

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