搜索资源列表

  1. ants

    0下载:
  2. ants 算法求解TSP问题(自己以前写的,进行过验证)。c为邻接矩阵,p is the start city
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1226
    • 提供者:steawen
  1. ants

    0下载:
  2. 用蚂蚁算法解决TSP的70点问题,没有密码,解压之后就能直接运行-ant algorithm used to solve the TSP 70 points, no password can be extracted directly after Operation
  3. 所属分类:其他小程序

    • 发布日期:2024-06-08
    • 文件大小:34816
    • 提供者:刘洋
  1. ant_algorithm_matlab

    0下载:
  2. 蚂蚁群算法,的matlab程序实现.好的算法拿出来共享-Ants swarm optimization, the matlab program. Come up with a good algorithm to share
  3. 所属分类:matlab例程

    • 发布日期:2024-06-08
    • 文件大小:6144
    • 提供者:武林芝
  1. Ants

    0下载:
  2. 可以实现若干只蚂蚁在地图上漫游,蚂蚁会在走过的路径上涂上激素,同一区域走过的次数越多,激素值越高,蚂蚁总是向激素值高的区域行动-Can only realize a number of ants roaming the map, ants will be the path traversed by painting hormones, the number of the same region through the more valu
  3. 所属分类:Windows编程

    • 发布日期:2024-06-08
    • 文件大小:51200
    • 提供者:Eric
  1. ants

    0下载:
  2. 蚁群算法连续域空间寻优:基于网格划分策略,无约束非线性最优问题程序实例-Ant colony algorithm for optimizing space: mesh-based strategy for unconstrained nonlinear optimal problem instance
  3. 所属分类:matlab例程

    • 发布日期:2024-06-08
    • 文件大小:5120
    • 提供者:刘斌权
  1. gaandpsoandacoforTSP

    0下载:
  2. 各种优化算法解决TSP问题 包括蚂蚁群算法 ,粒子群算法 ,遗传算法等等 -Various optimization algorithms to solve TSP problems include ants swarm optimization, particle swarm optimization, genetic algorithms, etc.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-08
    • 文件大小:10240
    • 提供者:博击长空
  1. AntRoad

    0下载:
  2. 元胞自动机产生的蚂蚁高速公路现象,说明:简单的规则,能够产生非均匀的结果。-Cellular Automata have ants Highway phenomenon Descr iption: simple rules, can produce non-uniform results.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-08
    • 文件大小:72704
    • 提供者:yeqing
  1. ants

    0下载:
  2. ants 算法求解TSP问题(自己以前写的,进行过验证)。c为邻接矩阵,p is the start city-ants呾Yang ? low TSP恀ㄗ赻Questions can tease ? ㄛ vehicles shallow cavity迡Toru Guang蛔ㄘ ﹝ c tarts trying to lay all the Fei River峈step, p is the start city
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-08
    • 文件大小:1024
    • 提供者:steawen
  1. antarithmeticprogram

    0下载:
  2. 蚂蚁算法的VC代码源,模拟蚂蚁觅食的行走途径,解决最优路径问题。-Ant Algorithm VC source code to simulate the foraging ants to walk way to solve the optimal routing problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-08
    • 文件大小:2048
    • 提供者:曹睿
  1. antcolony

    0下载:
  2. 程序名称:蚁群觅食模拟 程序介绍: 本程序模拟自然界蚂蚁寻找食物并带回自己窝的过程,栩栩如生的再现了单个蚂蚁的灵活性和整体蚁群的智能涌现。关于用几条简单规则涌现生命现象的信念得到了进一步加强验证。用户可以自定义地图,从而让蚂蚁有机会与复杂的地形环境打交道,地形越复杂,蚂蚁的智能特性越能体现出来。-Name: ant foraging simulation program descr iption: This procedure
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-08
    • 文件大小:235520
    • 提供者:李保
  1. aca_path

    0下载:
  2. 利用蚂蚁算法求解最短路径问题,稍作修改既可以用于移动机器人路径规划当中。-Ants use the shortest path algorithm to solve the problem, with some slight modifications can be used in mobile robot path planning among them.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-08
    • 文件大小:8192
    • 提供者:付他
  1. antColonyAlgorith1.4

    1下载:
  2. 双蚁群算法实现机器人路径规划,采用面向对象的方法编写,蚂蚁数量和起始点可以设置,障碍率可以设置,障碍可以自动生成也可以手工使用鼠标设置。 已发表相关论文。 有兴趣的朋友可以检索“孙纯哲 凹形障碍全局路径规划的双蚁群完全交叉算法”-Ant colony algorithm to achieve dual-robot path planning, object-oriented method to prepare, ants can
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-08
    • 文件大小:241664
    • 提供者:sunchunzhe
  1. Ant

    0下载:
  2. 用csharp实现蚁群算法。运行后可以看到蚂蚁的路径变化。-Ant colony algorithm used to achieve csharp. After the run we can see changes in the path of ants.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-08
    • 文件大小:82944
    • 提供者:黄鹂
  1. ants-matlabtoolbox

    0下载:
  2. 详细介绍Matleb的蚁群算法的工具箱如何造作,不错的学习资料-Details of the ant colony algorithm Matleb how the toolbox acted and good learning materials
  3. 所属分类:matlab例程

    • 发布日期:2024-06-08
    • 文件大小:16384
    • 提供者:周晓阳
  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例程

    • 发布日期:2024-06-08
    • 文件大小:302080
    • 提供者:晴空
  1. iphone-ants

    0下载:
  2. 这款能与用户交流的“游戏”,它将为你呈现一群爬满整个屏幕的蚂蚁。基于每个独立生命的原则,它们会对你的行为产生相应操作。*它们,抖落它们或者惊吓它们。 当你使用你的手机时,屏幕上就会出现蚂蚁。你可以直接在界面上挤压它们。-This can communicate with the user " game" , it will show you a group of ants crawling the entire s
  3. 所属分类:IOS

    • 发布日期:2024-06-08
    • 文件大小:1416192
    • 提供者:suruiqiang
  1. Antzcopy.m

    0下载:
  2. Ant algorithm with pheromone deposit. Ants devided into multiple ant colonies.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-08
    • 文件大小:2048
    • 提供者:abia
  1. Simulator

    0下载:
  2. 模拟蚂蚁和食蚁兽的生存规律。在20X20的网格世界里,每个生物每次可向四个方向移动(但不会移除网格边缘),食蚁兽会吃掉在他目标处的蚂蚁-The goal for this programming project is to create a simple 2D predator-prey simulation. In this simulation the prey are ants and the predators are d
  3. 所属分类:matlab例程

    • 发布日期:2024-06-08
    • 文件大小:101376
    • 提供者:crystalever
  1. AntColonyAlgorithmforSolvingQoSRoutingProblem

    0下载:
  2. 在状态转移规则的基础上,局部更新规则和全局更新的蚁群算法的规则,我们提出一个IM证明蚂蚁的最低成本的服务质量蚁群算法(QoS)的路径用于解决网络路由问题与延迟以及背包约束中进行模拟。约52.33%蚂蚁找到成功的QoS路由。并收敛到最佳。-based on the state transition rule,the local updating rule and the global updating rule of ant colony
  3. 所属分类:matlab例程

    • 发布日期:2024-06-08
    • 文件大小:176128
    • 提供者:lifei
  1. mARCHING-ANTS-VB6

    0下载:
  2. Marching Ants Image VB6 Visual Basic
  3. 所属分类:其他小程序

    • 发布日期:2024-06-08
    • 文件大小:72704
    • 提供者:EXCEL2000
« 12 3 4 5 6 7 8 9 10 ... 18 »

源码中国 www.ymcn.org