搜索资源列表

  1. SimulatedAnnealing12

    0下载:
  2. 模拟退火算法,利用该算法,实现方程的快速求解以及寻找最优路径-Simulated Annealing
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:HEllO2010
  1. cmd

    0下载:
  2. 最优路径查询,包括花费时间最少路径查询、费用最少路径查询-Optimal path query, including spending time at least path query, the least cost path query
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:luohaishen
  1. zuiyou

    0下载:
  2. 本程序是基于方向优先权的机器人最优路径寻找算法,也可用于求解迷宫的最短路径,算法中是以100*100的格点为实例的,其中标0的位置为可行的点,标1的为障碍物,参考者可以根据自己的情况修改场地信息矩阵和起始点、目标点中间的算法不用修改 -This procedure is based on the priority direction of the robot to find the optimal path algorithm ca
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:新鹏
  1. 00000000000000000000000000000000000000000000000000

    0下载:
  2. 模拟退火算法解决最优路径问题,此程序只需根据需要输入数据即可,验证过了,可行-the best way
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:张亮
  1. GA-tsp

    0下载:
  2. 利用遗传算法求解tsp问题即北京、天津、石家庄、太原、呼和浩特、上海的最优路径。各城市之间的距离已给出。-Problem using genetic algorithm tsp namely Beijing, Tianjin, Shijiazhuang, Taiyuan, Hohhot, Shanghai, the optimal path. The distance between cities have been given.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:zhaohaibao
  1. MMAS

    0下载:
  2. 最大最小蚁群算法求解TSP的实现在基本算法的基础上做少许更改即可。 1》初始化路段信息素为最大值 2》在增加信息素时只更新最优路径 3》在挥发信息素时,将所有路段的信息素值限制在最大最小值之间-Max Min Ant Colony
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:55296
    • 提供者:rock
  1. FSLogisticsCoDeliverySystem

    0下载:
  2. 这是我们实习做的系统,这个系统是物流配送系统,是基于SO开发的系统,功能主要有最优路径分析、服务区分析功能。-This is our practice to do the system, the system of logistics distribution system is based on the development of the system SO, function mainly optimal path analysi
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:9286656
    • 提供者:韩波
  1. 51CT

    0下载:
  2. 本程序是基于Matlab开发的,描述了一个机器人自动寻找最优路径的问题,使之得到了很好的解决。-This program is developed based on Matlab, describes a robot automatically finds the optimal path problem, so that it can be a good solution.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:chengde1214
  1. mynet

    0下载:
  2. 本代码实现了AE的最优路径分析,很好的路径分析代码,解决了现实问题-This code implements the AE analysis of the optimal path, the path of good code to solve the practical problems
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:241664
    • 提供者:haohao
  1. AI_Eight_number

    0下载:
  2. 本程序用来实现八数码难题。采用A星算法,设计程序,求出从初始状态到目标状态的最优路径,并给出问题的状态表示、编码规则、搜索算法分析、简单程序说明和求得的最优路径。编程方法新颖,思路清晰明了。-This procedure used to achieve the eight puzzle. A star algorithm used, the design process, from initial state to find the o
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:266240
    • 提供者:abler
  1. zombie

    0下载:
  2. 采用Kruskal s 算法,实现最优路径,内附有任务说明书,英文版-Using Kruskal' s algorithm for optimal path, containing a mission statement, English
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:lucheng
  1. Q-algorithm-of-RL

    2下载:
  2. 强化学习的Q算法matlab代码。适合寻找最优路径。让您对q算法一定有直观的理解!-A matlab program about Q of Reinforcement Learning Algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:qicaiyun
  1. radia_start

    0下载:
  2. 随机设置一些威胁圆,然后利用A-START算法寻找最优路径。-Some of the threats were set round, and then use A-START algorithm to find the optimal path.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:zhukun
  1. robot

    0下载:
  2. 取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动,利用Pi= Pi1+ti×(Pi2-Pi1)(ti∈[0,1] i=1,2,…n)即可确
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:biaoshi
  1. 10_22test

    0下载:
  2. 在opencv中实现汽车的行走,有涉及到最优路径问题-use opencv to find a precious path
  3. 所属分类:OpenCV

    • 发布日期:2024-05-21
    • 文件大小:1845248
    • 提供者:高天
  1. yiqunsuanfa

    0下载:
  2. 用蚁群算法进行移动机器人路径规划,快速有效的得到了全局最优解。-Ant colony algorithm for mobile robot path planning, quickly and effectively to get the global optimal solution.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:丁彪
  1. djistra

    0下载:
  2. 迪克拉斯算法进行寻找最优路径。有一定参考价值-Dick Las algorithm to find the optimal path. Some reference value
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王勇
  1. ar

    0下载:
  2. GAAA算法深海集矿车的最优路径规划GAAA deep set of algorithms the optimal path planning for mine car-GAAA deep set of algorithms the optimal path planning for mine car
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:398336
    • 提供者:gu
  1. migong

    0下载:
  2. 迷宫问题 自动选择最优路径 算法很好-Maze algorithm automatically selects the optimal path well
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:100352
    • 提供者:周旋
  1. yiqun

    0下载:
  2. 蚁群算法求解最优路径,进行城市间最优路径的选择,用于解决tsp问题-Ant colony algorithm for optimal path
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:苏瑞
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 35 »

源码中国 www.ymcn.org