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

搜索资源列表

  1. Antcolonyalgorithmpathplanning

    0下载:
  2. 用于蚁群算法,环境是matlab,是关于路径优化-Ant colony algorithm path planning
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:41284
    • 提供者:沈徐聪
  1. Multicast-routing

    0下载:
  2. 多播路由模拟 演示如何利用NS-2来模拟多播路由,是一个组播数据包的寻路过程,其中涉及到的网络动态特性包括节点动态的加入和离开一个组。-Multicast routing simulation demonstrates how to use NS-2 to simulate a multicast routing, a multicast packet find its way process, involving the dynamic characteristics of the netwo
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:895
    • 提供者:lvfangfang
  1. matlabyiqunsuanfa

    0下载:
  2. 用matlab实现蚁群算法,再实际应用中很有作用-Ant colony algorithm using matlab implementation, then the role of the practical application of useful
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3046
    • 提供者:wang
  1. TSP

    0下载:
  2. 使用蚁群算法解决TSP问题的例子,包括城市的坐标 最大迭代次数 蚂蚁个数 表征信息素重要程度的参数 表征启发式因子重要程度的参数 信息素蒸发系数 信息素增加强度系数 各代最佳路线 各代最佳路线的长度 等参数-TSP problems ant colony algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2085
    • 提供者:短笛
  1. yiqunsuanfa

    0下载:
  2. 无约束蚁群算法,非常好用,大家一起学习!多多交流-Ant colony algorithm for unconstrained, very easy to use, we will study together! More exchanges
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5827
    • 提供者:飞翔
  1. Matlab_yiqun

    0下载:
  2. MATLAB蚁群算法源程序,和大家一起分享!和大家一起多多交流学习!-MATLAB source code ant colony algorithm, and to share with everyone! Learn more exchanges with everyone!
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5539
    • 提供者:飞翔
  1. yiqun_matlab

    0下载:
  2. MATLAB蚁群算法源程序,和大家一起分享!和大家一起多多交流学习!-MATLAB source code ant colony algorithm, and to share with everyone! Learn more exchanges with everyone!
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:7627
    • 提供者:飞翔
  1. psopt20100414

    0下载:
  2. MATLAB蚁群算法源程序,和大家一起分享!和大家一起多多交流学习!-MATLAB source code ant colony algorithm, and to share with everyone! Learn more exchanges with everyone!
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:26664
    • 提供者:飞翔
  1. AntSystem-WithPlay

    0下载:
  2. MATLAB蚁群算法源程序,和大家一起分享!和大家一起多多交流学习!-MATLAB source code ant colony algorithm, and to share with everyone! Learn more exchanges with everyone!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:27461
    • 提供者:飞翔
  1. Ant_Colony_Optimization

    0下载:
  2. matlab ant colony optimization
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1950792
    • 提供者:hana
  1. gsd

    0下载:
  2. 蚁群算法源程序:求31个城市的最短路径的程序!(TSP)-Ant Colony source: 31 cities seeking the shortest path program! (TSP)
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1466
    • 提供者:赵宁
  1. ga

    0下载:
  2. 龙哥的用MATLAB解决蚁群算法 3段解决蚁群算法蚁群算法-Longge the ant colony algorithm using MATLAB to solve 3
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:5299
    • 提供者:曾令龙
  1. GeoTrans

    0下载:
  2. //基本蚁群算法程序 //程序在vc++6.0下面同过,对原来的做了一点修改 eil51.tsp是一个调用文件,相当于各个城市的坐标值,所以你可以试着自己做个类似的数据,城市坐标x,y。-//Basic ant colony algorithm program// program in vc++6.0 with the following over, the original point made was a call to file amended eil51.tsp, equi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:2203
    • 提供者:李可文
  1. ACA

    0下载:
  2. 该文件中程序主要解决TSP问题的蚁群算法的matlab程序-The main program file to solve the problem of the ant colony algorithm for TSP program matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4394
    • 提供者:luowei
  1. java

    0下载:
  2. 实现蚁群算法解决TSP问题,打印寻找到的最短路径以及其长度,随附数据-Implementation problems ant colony algorithm to solve TSP, print to find the shortest path and its length
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:3444
    • 提供者:heli
  1. TSP_based_on_Ant_Colony_Optimization

    0下载:
  2. 蚁群优化求解TSP问题,20座城市。源自老师,非本人所写。-Ant colony optimization to solve the problem TSP, 20 cities. From teachers, non-written by himself.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1742
    • 提供者:owen
  1. antsyscolony

    2下载:
  2. 关于TSP旅行商问题的蚁群标准算法,以及在一些地方的改进算法-TSP Traveling Salesman Problem on the standard ant colony algorithm and improved algorithm in some places
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:5260
    • 提供者:adakj
  1. yiqun

    0下载:
  2. 一个很不错的关于蚁群优化算法的matlab程序。-A very good on the ant colony optimization matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2681
    • 提供者:温黎茗
  1. ACO-PSO

    15下载:
  2. 蚁群算法(ACO)和粒子群算法(PSO)的混合算法解决旅行商问题(TSP)的matlab代码-Ant colony optimization (ACO) and particle swarm optimization (PSO) of the hybrid algorithm to solve traveling salesman problem (TSP) in matlab code
  3. 所属分类:matlab例程

    • 发布日期:2013-09-04
    • 文件大小:4273
    • 提供者:薛栋
  1. 0000

    2下载:
  2. 一个经典的蚁群算法matlab仿真代码,带有gui界面,用过就会知道它有多方便-it is a classical simulation matlab code of ant colony algorithm with gui interface ,you will know how convenient it is.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:5811
    • 提供者:冰兵
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com