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

搜索资源列表

  1. ACA

    0下载:
  2. 蚁群算法用c++语言实现的,可以用于求旅行商问题的解-Ant colony algorithm using c++ language and can be used to seek the solution of traveling salesman problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1554
    • 提供者:刘勇
  1. ant_c

    0下载:
  2. 用c语言开发一个蚁群算法演示程序可以直接运行,请大家参考一下!-ant use c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:14532
    • 提供者:邢梦
  1. antcolonyalgorithm

    0下载:
  2. 蚁群算法的原理以及实现,提及到蚁群算法的7个特点。(c++)-The principle of ant colony algorithm and the realization of a reference to the seven characteristics of ant colony algorithm. (C++)
  3. 所属分类:Other systems

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

    0下载:
  2. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3778504
    • 提供者:mana
  1. dd

    0下载:
  2. 基本蚁群算法的C基基本蚁群算法的C代码 代码-Kiki basic ant colony algorithm C code of the ant colony algorithm C code of the ant colony algorithm C code
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:4101
    • 提供者:李环宇
  1. ACA

    0下载:
  2. C++蚁群算法解决TSP问题,内有详细的说明。改进了信息素更新方式,使得olive30城市的TSP例子能达到416的最小值。-C++ ant colony algorithm to solve TSP problems, with detailed instructions. Improved pheromone update methods, making olive30 city TSP example to achieve the minimum 416.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3335
    • 提供者:arrow
  1. ants2.tar

    0下载:
  2. 蚁群聚类算法及其源码 一个老外用c++编的-Ant colony clustering algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:118943
    • 提供者:sora
  1. ant

    0下载:
  2. 为什么小小的蚂蚁能够找到食物?他们具有智能么?设想,如果我们要为蚂蚁设计一个人工智能的程序,那么这个程序要多么复杂呢? 经典的蚁群算法,在turbo c 下调试通过-Why small ants to find food? What they have intelligence? Vision, if we are to design an artificial intelligence program ant, then the procedure to how complicated? Cl
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:5968
    • 提供者:song
  1. AntCar

    0下载:
  2. 在linux下C写的蚁群算法,用于解决VRP、TSP问题,效果发很好。-AntCar is a program for solving the car sequencing problem.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:5287
    • 提供者:mlon
  1. hc-mmas-ubqp

    0下载:
  2. 在linux下C写的最大最小蚁群算法,用于解决VRP、TSP问题,效果发很好。-A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP).
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:318369
    • 提供者:mlon
  1. AntSolver

    0下载:
  2. 在linux下C写的蚁群算法,用于解决约束条件下的VRP、TSP问题,效果发很好。-AntSolver is a program for solving constraint satisfaction problems with ACO
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:20422
    • 提供者:mlon
  1. AntSolver2.0

    0下载:
  2. 在linux下C写的蚁群算法,用于解决约束条件下的VRP、TSP问题,效果发很好。-AntSolver2.0 is a program for solving constraint satisfaction problems with ACO,more better than AntSolver
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:20467
    • 提供者:mlon
  1. CVRP

    2下载:
  2. 蚁群算法解决CVRP问题的VC/C++源码-Ant algorithm to solve the CVRP problem the VC/C++ source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-18
    • 文件大小:2048
    • 提供者:张森源
  1. ACATSP

    0下载:
  2. 蚁群算法函数实现,用于寻找最短路径 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max 最大迭代次数 m 蚂蚁个数 Alpha 表征信息素重要程度的参数 Beta 表征启发式因子重要程度的参数 Rho 信息素蒸发系数 Q 信息素增加强度系数 R_best 各代最佳路线 L_best 各代最佳路线的长度-Ant colony algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1360
    • 提供者:潇影
  1. li_1.3

    0下载:
  2. c语言蚁群算法思路 c语言蚁群算法思路 -c language c language ant colony algorithm ideas ideas algorithm c language c language ant colony algorithm ideas algorithm ideas
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:932
    • 提供者:彭堃
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法c语言程序,详细介绍了蚁群优化算法的过程,可以运行-Ant colony algorithm c language program, the paper introduces the process of ant colony optimization algorithm, can run
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7357
    • 提供者:lingyi
  1. 基于蚁群的NS2源代码实现

    0下载:
  2. 蚁群算法C++和OTcl在NS2中的应用(Application of ant colony algorithm C++ and OTcl in NS2)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:147456
    • 提供者:Dutor
  1. 蚁群算法的能量有效EEABR

    0下载:
  2. ACO蚁群优化算法 针对能量有效的ACO蚁群优化算法的程序,C++语言实现,对研究蚁群优化的小伙伴有所帮助(The program for the efficient ACO ant colony optimization algorithm, the implementation of the C++ language, is helpful to the small partners studying the ant colony optimization)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:19456
    • 提供者:shiyuanyin
  1. yarget

    1下载:
  2. 蚁群算法 C语言源程序 在Windows XP下通过编译visualC++ 6()
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:7168
    • 提供者:UtLjy
  1. main

    0下载:
  2. 基于C语言的蚁群算法求解tsp问题,使用邻接矩阵(Ant colony algorithm based on C language to solve TSP problem, using adjacency matrix)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:moko10086
« 12 »
搜珍网 www.dssz.com