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

搜索资源列表

  1. antarithmeticprogram

    0下载:
  2. 蚂蚁算法的VC代码源,模拟蚂蚁觅食的行走途径,解决最优路径问题。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2639
    • 提供者:曹睿
  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. 多段图

    0下载:
  2. 算法分析中的向前算法的实现 输入为 弦数 段数 接点数 几弦的有关信息 输出 最优路径-algorithm analysis of the forward algorithm to achieve the importation of a string of several access points for a few of the information string output optimal path
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1071
    • 提供者:董世德
  1. java蚁群算法

    1下载:
  2. 本代码是基于java语言,通过蚁群算法的实现了对最优路径查找的功能。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. djistra

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

    • 发布日期:2017-03-27
    • 文件大小:1003
    • 提供者:王勇
  1. Q-algorithm-of-RL

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

    • 发布日期:2016-06-12
    • 文件大小:2048
    • 提供者:qicaiyun
  1. maze

    0下载:
  2. 智能小车走迷宫,遍历迷宫,记录迷宫路径,选择一条最优路径。-Smart car Maze, maze traversal, record the maze path, choose an optimal path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1737
    • 提供者:sj
  1. eightpuzzle

    0下载:
  2. 用java编写的八数码算法,具有图形化界面和最优路径的输出-Using java prepared eight digital algorithm, with a graphical interface and the optimal path of output
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3704
    • 提供者:fantasysq
  1. 3377

    0下载:
  2. Ferry lanes 计算在河的两岸运送包裹的最优路径 -Ferry lanes in the river cross-strait transportation of parcels of optimal path
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:梁生
  1. traffic

    0下载:
  2. 交通路线最优路径寻找程序,就是做个示范,算法完善,但是路线比较简单-Traffic route optimal path search procedure, that is to be a model, algorithms improve, but the route is relatively simple
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:55515
    • 提供者:liuxinxin
  1. winep_code

    0下载:
  2. 这是一个典型的产生式系统的算法题.用的是有界深度优先的递归算法,是用C++Builder4.0写的.这也是人工智能或者程序设计竞赛题中最基本最常用的算法.如果自己动手编程实现了一个这样的题目,那么很多相关的题目也就都一样可以做了,比如"四皇后问题","推箱子问题","传教士和野人问题"等等。   利用深度优先的算法都是不一定能找到最优路径的,而且如果解路径过长的话还可能会搜索失败.如果保证要找到最优路径需要用另一些算法,比如宽度优先算法.无论是哪一种算法,如果问题稍微复杂一点的话,都要解决"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:22689
    • 提供者:kk.h
  1. tsp--yichuangsuanfa

    0下载:
  2. 程序对48个城市的TSP问题(城市坐标文件对应于48.txt)进行计算,求解路径和最优路径图如下。 48个城市结果,大的红*表示路径开始城市,途经城市依次用蓝色方块和红色*标示。 -Procedures of the 48 cities TSP problem (document coordinates corresponding to the city 48.txt) to calculate the optimal solution of the path and road map
  3. 所属分类:Other systems

    • 发布日期:2017-05-28
    • 文件大小:10292413
    • 提供者:zz
  1. dd

    0下载:
  2. 蚁群算法仿真因特网中的路由选择,给出正常情况、节点阻断和路径拥塞等不同情况下的最优路径选择与更新实现,仿真结果能够提供可视化的过程模拟-Simulation of Ant Colony Algorithm for Routing in the Internet, given normal circumstances, and the path blocked node under different circumstances, such as congestion of the optimal
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:123382
    • 提供者:lx
  1. fire

    0下载:
  2. 使用模拟退火算法求解10城市和20城市的旅行商问题,城市数目和城市之间的距离保存在txt文件中,程序读入数据后求解最优路径-The use of simulated annealing algorithm 10 cities and 20 cities in the traveling salesman problem, the number of cities and the distance between the cities stored in the txt file, the pro
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:613908
    • 提供者:郑益夫
  1. tsp

    3下载:
  2. 利用模拟退火算法解决旅行商问题,共二十个城市,选择最优路径-The use of simulated annealing algorithm to solve traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:54872
    • 提供者:wujian
  1. tsp

    0下载:
  2. 利用hopfield网络解决TSP的问题,寻找最优路径-Hopfield networking solutions using TSP problem, to find the optimal path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1399
    • 提供者:fengjinhua
  1. GA

    0下载:
  2. 本程序运用了遗传算法,解决了以数组为数据结构的最优路径选择问题。-This procedure using genetic algorithm, to solve the array data structure for the selection of the optimal path.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:3006
    • 提供者:怀义
  1. MoPathFinder

    0下载:
  2. 这是一个mo的最优路径选着的dll,为moPathFinder的 函数库。-This is a mo election of the optimal path of the dll, the function library for moPathFinder.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:10841
    • 提供者:堂堂
  1. jsjy20070288

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

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

    0下载:
  2. Dijkstra算法最有路径,可以计算从一个城市到另一个城市的最优路径-Dijkstra algorithm is the best path, can be calculated from one city to another optimal path
  3. 所属分类:STL

    • 发布日期:2017-04-09
    • 文件大小:167227
    • 提供者:车新帅
« 1 2 3 4 56 7 8 9 10 ... 32 »
搜珍网 www.dssz.com