CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 蚁群算法程序

搜索资源列表

  1. maxas

    1下载:
  2. 采用C++语言编写蚁群优化算法程序,解决旅行商问题-using C language ant colony optimization algorithm to solve the traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 我根据书上算法自编的蚁群程序,也是我的中期筛选设计。目录下函数收敛图是用了VC的结果,在matlab里画的-algorithm based on the book written by Ant procedures, and also my mid-screening design. Directory function convergence plan is the result of the VC in Matlab Lane painting
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:129495
    • 提供者:尹明
  1. C++yiqunyouhuasuanfa

    0下载:
  2. C++中蚁群优化算法实现源代码,下载后可以直接粘贴到你的程序中用
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1287
    • 提供者:wjlg
  1. yqsf

    0下载:
  2. 蚁群算法源代码。旅行商问题(TSP)。程序带注释解说-Ant colony algorithm source code. Traveling salesman problem (TSP). Annotated interpretation program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2603
    • 提供者:张晨阳
  1. ant

    0下载:
  2. 本程序用C语言实现了蚁群算法,具有动态演示效果,很容易理解。-This procedure using C language to implement the ant colony algorithm with dynamic presentations, it is easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:722790
    • 提供者:nanmu
  1. Ant-Colony-Optimization-for-TSP

    0下载:
  2. 本资源为自己编写的蚁群算法求解TSP问题和Matlab程序,共大家共同学习和研究。-This resource is to write your own ant colony algorithm for TSP and Matlab programs were common learning and research.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3706
    • 提供者:王彭
  1. yiqun

    0下载:
  2. 蚁群算法matlab程序 应用matlab工具箱进行蚁群算法人工智能仿真-Ant colony algorithm matlab toolbox matlab program application of artificial intelligence ant colony algorithm simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2444
    • 提供者:王佳荟
  1. My_Ant_Algorithm

    0下载:
  2. 蚁群算法,Java程序,面向对象思想,求最短路径-Ant colony algorithm, a Java program, the object-oriented thought, seek the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:15275
    • 提供者:evilking
  1. TSP-solved-by-ACO

    0下载:
  2. 求TSP最短路径问题,采用蚁群算法求解,给予C++编程的资料和程序-TSP solved by ACO
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:21973
    • 提供者:田延飞
  1. ant

    0下载:
  2. 蚁群算法解决旅行商问题,ant&TSP,matlab程序,智能优化算法课程资源-ant&TSP,Intelligent optimization algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:477861
    • 提供者:泥娃娃
  1. (EXCELPVBA)ACOP2opt

    1下载:
  2. 蚁群算法,用于解决大规模TSP问题,基于EXCEL开发的VBA程序-Ant colony algorithm for solving large-scale TSP problem based on VBA EXCEL program development
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:742438
    • 提供者:dengye
  1. ant

    0下载:
  2. 蚁群算法 解决TSP问题 程序对20个城市 数据进行计算 通过蚁群算法 计算最短路径 城市数据保存在当前目录下的 1173.txt 文件中-Ant colony algorithm to solve the TSP program for the calculation of 20 urban data through the ant colony algorithm to calculate the shortest path of urban data stored in the curre
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:634331
    • 提供者:封昊
  1. Ant_colony_algorithm_robot_path

    0下载:
  2. 蚁群算法在机器人路径规划中的应用,里面包含程序和论文,是一个课程作业。-Application of ant colony algorithm in robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:131032
    • 提供者:陈明
  1. AS-matlab-source

    0下载:
  2. 基本蚁群算法的matlab程序,以旅行商问题(TSP)为求解模型。-The basic ant colony algorithm matlab procedures to the traveling salesman problem (TSP) to solve the model.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2147
    • 提供者:胡聪
  1. AntTsp

    0下载:
  2. 蚁群算法的实现并且通过蚁群算法来解决TSP问题,程序中包含了实验数据,可以直接运行。-And realize ant colony algorithm to solve the problem by ant colony algorithm TSP program contains experimental data, it can be run directly.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:12288
    • 提供者:孔德庆
  1. hmhik

    0下载:
  2. 蚁群算法的程序,是关于函数优化的,是一个同学给的,上传上去和大家分享()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-11
    • 文件大小:44032
    • 提供者:krvnn
  1. YJNFPU4

    0下载:
  2. 用VC++编写的蚁群算法求解TSP问题的程序()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:53248
    • 提供者:Chejmin
  1. fouzdttion__maintanence

    0下载:
  2. 蚁群算法小程序(C C++语言实现) 蚁群算法小程序(C C++语言实现)()
  3. 所属分类:人工智能/神经网络/深度学习

  1. uvwrst22

    0下载:
  2. 刚根据蚁群算法文档编写的蚁群算法的程序,希望对大家有帮助,()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:25600
    • 提供者:Mfrtina
  1. stowxge

    0下载:
  2. 蚁群算法源程序 该程序试图对具有31个城市的VRP进行求解,已知的最优解为784 1()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:6144
    • 提供者:eunjtoagion
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com