CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 蚁群算法

搜索资源列表

  1. ACS

    0下载:
  2. 基本蚁群算法用于解决eil51 TSP问题代码,开发环境是VC-basic ant colony algorithm is used to solve eil51 TSP code development environment is VC
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:6601
    • 提供者:王红
  1. cvrp

    1下载:
  2. 蚁群算法是近年来出现的一种新德仿生类进化算法[8],它的基本原理源于昆虫学家们的观察和发现 -ant algorithms, which is the emergence of a new category of bionic Germany evolutionary algorithm [8] it stems from the basic tenets of the entomologist observed and found
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:黄如尚
  1. mayi-rj6437

    0下载:
  2. 基本蚁群算法的C++源程序,我上载的是txt文件 -basic ant colony algorithm C source, I uploaded the txt file
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2327
    • 提供者:ruanjian
  1. ACOTSP.V2.0

    0下载:
  2. 蚁群算法的程序,蚁群算法提出者网站上提供的代码-Ant Algorithm procedures, the author ant colony algorithm available on the web site code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:117052
    • 提供者:huanxong
  1. TSPmatlab.rar

    0下载:
  2. 用matlab实现的蚁群算法,希望对初学蚁群算法的人有所帮助,Matlab achieved using ant colony algorithm, ant colony algorithm beginner would like to help people
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:4802
    • 提供者:叶红
  1. ant_plane

    7下载:
  2. 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:11067
    • 提供者:batilei
  1. AntTsp

    0下载:
  2. 用VC++编的,用于求解蚁群算法的源程序-VC++ for use, the ant colony algorithm for solving the source
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:3289
    • 提供者:叶红
  1. ant

    1下载:
  2. 蚁群算法的C语言实验,如有不足,还请大家多多改正-Ant colony algorithm C-language test and, if inadequate, but also please correct lot
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4059
    • 提供者:徐军
  1. PSOFuzzyModeler

    1下载:
  2. Fuzzy PSO算法仿真源代码,实现模糊蚁群优化算法的仿真。-Fuzzy PSO algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:3196508
    • 提供者:sukuifeng
  1. ACO

    0下载:
  2. 蚁群算法源代码,无须修改便可以直接编译执行-Ant colony algorithm source code, no need to change the implementation can be directly translated
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:178050
    • 提供者:
  1. yiqunAdhoc

    0下载:
  2. 该文件包含了蚁群算法的Adhoc多路径路由协议,对初学者很有用-This file contains the ant colony algorithm Adhoc multi-path routing protocol, useful for beginners
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:299994
    • 提供者:xiayu
  1. VRP

    1下载:
  2. 31个城市的VRP进行蚁群算法求解的matlab源码-31 cities, ant colony algorithm for VRP to the matlab source code
  3. 所属分类:source in ebook

    • 发布日期:2017-03-26
    • 文件大小:2159
    • 提供者:叶宏
  1. Antcolonyalgorithmpathplanning

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

    • 发布日期:2017-04-16
    • 文件大小:41284
    • 提供者:沈徐聪
  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. aco

    0下载:
  2. mop算法,蚁群算法,多目标优化,基于c-mop
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:8418
    • 提供者:王恒
  1. TSP双蚁群算法

    0下载:
  2. 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为(The ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the wa
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:16384
    • 提供者:春天里的
  1. jibenyiqunjulei

    0下载:
  2. 将蚁群算法用于聚类操作 求解TSP问题,跟传统蚁群算法相比有很大程度上的提升,值得应用于研究(Using ant colony algorithm in clustering operation to solve TSP problem)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:Rover0223
  1. matlab经典算法的程序

    1下载:
  2. matlab经典算法的程序,例如粒子群、蚁群、模拟退火。(Matlab classic algorithm program)
  3. 所属分类:书籍源码

    • 发布日期:2020-11-07
    • 文件大小:3185664
    • 提供者:刘涵
  1. antcolony蚁群算法客户时间窗车辆路径问题

    4下载:
  2. 蚁群算法求解带时间窗的车辆路径问题,所用软件:Matlab。结果有:路径图和配送路线以及迭代次数图,能解决带时间窗的车辆路径问题VRPTW。MAC系统可用。
  3. 所属分类:MacOS编程

  1. 蚁群算法

    0下载:
  2. 基本蚁群的MATLAB源程序,内部可以运用,包括迭代过程
  3. 所属分类:汇编语言

« 12 3 4 5 »
搜珍网 www.dssz.com