CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 最短路径和

搜索资源列表

  1. EMRPC

    0下载:
  2. 路由选择过程的c算法程序 与DSR 只是简单地使用最短路径不同,EMRPC 使用了更复杂的路由选择机制以实现多径路由和能量均衡。-process of routing algorithm c procedures and DSR is simply to use the shortest path different. EMRPC use of a more complex routing mechanisms to achieve multi-path routing and energy
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23106
    • 提供者:龚政
  1. chenxu

    0下载:
  2. 已知北京、上海、广州、昆明和西安五城市航线里程如图。分别实现: 1)找到北京到昆明的最短路径。 2)找到北京到昆明,必须途径上海的路径。 3)找到北京到昆明,必须途径上海,但不能去广州的路径。 -known Beijing, Shanghai, Guangzhou, Kunming and Xi'an City route five mileage figure. Were achieved : 1) to Kunming to Beijing to find t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-15
    • 文件大小:3574
    • 提供者:紫龙
  1. 1

    0下载:
  2. 最短路径法射线追踪方法原理,用MATLAB仿真,文中数值模型和其计算节点设置都仅考虑十分简单的情形
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:61440
    • 提供者:郭晨格
  1. GAAS

    0下载:
  2. 遗传算法与蚁群算法演示程序~ 城市间最短路径和曲线图
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:605665
    • 提供者:王凤鸣
  1. SPath

    0下载:
  2. 原创,A-star算法求解最短路径,寻路问题。 求解效率高,且对于理解A-Star算法和数据结构链表操作有非常有用。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2363
    • 提供者:lys
  1. UAStar.rar

    1下载:
  2. 这是对A*寻路算法的一个封装.使用非常简单:1.指定寻路区域的大小(网格) 2.指定哪些节点是障碍物 3.给定出发节点点和目标节点, 寻路! 将返回最短路径. 另外, 还可以设定遇到障碍物时只能绕着障碍物的角走,This is a routing algorithm A* a package. The use of very simple: 1. Specified routing region size (grid) 2. Specify which node is the barrier 3
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:3407
    • 提供者:youarehaha
  1. tsp.rar

    0下载:
  2. 旅行商问题,总共30个城市,计算最优路线和最短路径,Traveling Salesman Problem, a total of 30 cities, calculating the optimal route and the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1283
    • 提供者:steven
  1. guangdusousuo

    0下载:
  2. 宽度优先搜索算法(又称广度优先搜索)是最简便的图的搜索算法之一,这一算法也是很多重要的图的算法的原型。Dijkstra单源最短路径算法和Prim最小生成树算法都采用了和宽度优先搜索类似的思想-Breadth-first search algorithm (also known as breadth-first search) is the most simple plan, one of the search algorithm, this algorithm is also a lot of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:168342
    • 提供者:光远
  1. rengongzhineng

    0下载:
  2. 利用图搜索技术求解状态图中任意两点的路径和最短路径,并利用这种方法解决旅行商问题-Use map search technology to solve any two points in the state diagram of the path and the shortest path, and take advantage of this approach to solve traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:29724
    • 提供者:川原
  1. Tsp_report_ant

    0下载:
  2. 蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。 这类算法主要基于以下观察:像蚂蚁这类群居昆虫,虽然没有视觉且单个行为极其简单,但由这些简单的个体所组成的群体却常常表现出令人称奇的行为——能够在复杂的环境下最终找到从蚁穴到食物源的最短路径!仿生学家经过大量细致观察与研究发现,原来蚂蚁在寻食的过程中,通过一种称之为信息素(pheromone)的物质相互传递信息。更具体地,蚂蚁在运动过程中能够在它所经
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:186447
    • 提供者:余超
  1. DIJSTR

    0下载:
  2. 传统算法求解基于交通流量的最短路径问题,可以用于和群体智能算法进行比较试验。-The traditional algorithm for the shortest path based on traffic flow issues, and swarm intelligence algorithms can be used to compare the test.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:338331
    • 提供者:wangshuang
  1. shortest-way

    0下载:
  2. 有对最短路径的三种不同算法: 弗洛伊德 遗传 和 缔结斯科拉-shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:737439
    • 提供者:iamgirl
  1. An-algorithm--based-on-PCNN-model

    0下载:
  2. 本文根据脉冲耦合神经网络(PCNN)并行运行的特点,提出了基于PCNN 模型的迷宫最短路径搜索算法。 从理论上对该算法进行了分析和讨论,并给出了具体的算法和实验结果,验证了该方法的有效性。与其他算法相比, 该方法可以在最短的时间内完成最短路径的搜索。-Based on Pulse Coupled Neural Network (PCNN) run in parallel the characteristics of PCNN model is proposed based on the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:347141
    • 提供者:wangxx
  1. vbPmapinfo

    0下载:
  2. 实现地图的距离查询,地点查询,实施标注和最短路径获取等-Map distance queries, location queries, and implementation of standards and the shortest path access
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:171590
    • 提供者:李坤
  1. DJshortpath

    0下载:
  2. 求最短路径的程序 简单易懂 方便初学者的学习和运用-The shortest path procedure is straightforward for beginners to learn and apply the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:675
    • 提供者:胡智勇
  1. ASTAR-IMPROVE

    1下载:
  2. A*算法改进,对图进行搜索,获得最短路径,含源代码和实验报告-A* algorithm improvements for searching the graph shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:27743
    • 提供者:唐诗
  1. sw1

    0下载:
  2. 小世界网络的生成以及相关参数的计算,包括最短路径、有效性和聚类系数等。-This program generates SW and gives the shortest route,coefficiency and so on.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:1582
    • 提供者:ljx
  1. pathing-planning-GA

    0下载:
  2. 用遗传算法实现对机器人的路径规划,取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用最短路径算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径。-Robot path planning using genetic algorithms, taking the midpoint of each obstacle vertex path points interconnected path the robot to move the star
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:67775
    • 提供者:郭美亭
  1. Matlab-algorithm-important

    0下载:
  2. 本压缩包包括matlab的顶点覆盖近似算法、哈密尔顿回路、模拟退火应用、最大流和最小截、最短路和次短路、最短路径、最小生成树prim算法等,带有源程序和中文说明文档,此文件夹中的文件,如需被利用,则要直接放至work目录下。-The compressed packet including matlab vertex cover approximation algorithm, Hamilton circuit, simulated annealing, maximum flow and mini
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-02
    • 文件大小:47130
    • 提供者:吴自强
  1. TSP-solved-by-ACO

    0下载:
  2. 求TSP最短路径问题,采用蚁群算法求解,给予C++编程的资料和程序-TSP solved by ACO
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:21973
    • 提供者:田延飞
« 12 »
搜珍网 www.dssz.com