搜索资源列表

  1. 蚁群算法tsp问题matlab程序

    0下载:
  2. 简单的求解tsp问题的蚁群算法matlab程序
  3. 所属分类:按钮控件

    • 发布日期:2011-05-20
    • 文件大小:11503
    • 提供者:zwsummer
  1. 蚁群算法实现及其源码

    0下载:
  2. 这是个自己开发的蚁群算法,并有源码实现。
  3. 所属分类:源码下载

  1. C语言 另类蚁群算法

    1下载:
  2. C语言 另类蚁群算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-02-08
    • 文件大小:18106
    • 提供者:xjdsj2001
  1. 51个城市的tsp程序

    0下载:
  2. 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-17
    • 文件大小:1578
    • 提供者:cuifangsong
  1. ACATSP

    0下载:
  2. 蚁群算法Matlab编程(仿真通过)
  3. 所属分类:matlab例程

    • 发布日期:2012-05-22
    • 文件大小:4646
    • 提供者:nifeng
  1. hc-mmas-ubqp.tar

    0下载:
  2. 蚁群算法源代码,一个老外的例子-ant colony algorithm source code and an example of a foreigner
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:325632
    • 提供者:全动
  1. 22338877

    0下载:
  2. 蚁群算法在数值方法中的应用以及求解最优化函数的极值问题-Ant Algorithm in numerical methods and applications to solve the optimization problem function extremum
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:26624
    • 提供者:
  1. 蚂蚁

    0下载:
  2. 蚁群算法上传一个文件这么复杂啊?生命在长期进化过程中,积累了很多新奇的功能,人类很早就从中得到启发而改进自己的工具,如史书中记戴“见蓬转而做车辑”,传说鲁班被茅苇划破,而发明锯子……也许早先的发明,只是偶然的模仿和发现,后来人们已有意识地进行这方面的研究,这就是“仿生学”。仿生学顾名思义就是模仿生物的某些功能的学问。有名的例子很多,如模仿海豚皮而构造的“海豚皮游泳衣”、科学家研究鲸鱼的皮肤时,发现其上有沟漕的结构,于是有个科学家就依照鲸
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:24576
    • 提供者:陆锋
  1. 20050224191612556

    0下载:
  2. 智能蚂蚁算法——蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm-- ant colony algorithm improvements for VRP for TSP
  3. 所属分类:C#编程

    • 发布日期:2024-05-05
    • 文件大小:43008
    • 提供者:程方
  1. 蚁群算法的matlab源码

    0下载:
  2. 用matlab编写的用于解决tsp问题的源代码,代码本身不完善,有一点问题,上载用的是普通word文档形式。-using Matlab prepared for the settlement tsp the source code, the code itself imperfect, it is, on the use of ordinary word document form.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:6144
    • 提供者:任涛
  1. 蒙特卡罗方法模拟分子运动的例程casino2x

    1下载:
  2. 蚁群算法在数值方法中的应用以及求解最优化函数的极值问题-Ant group arithmetic application in numerical value method and solving extremum problem of optimization function.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:2112512
    • 提供者:华华
  1. HolyMoley

    0下载:
  2. 本软件主要用于帮助计算机爱好者学习蚁群算法时做有关蚁群算法的试验。蚁群算法作为一种优秀的新兴的算法,具有非常广的应用前景,越来越多的人开始学习蚁群算法,因此本软件也有推广前景。 本软件除了用于教学目的外,还可用于解决实际生活中的与TSP(即,旅行商问题)问题相关的问题。 TSP问题描述的是一个旅行商要到几个城市去,每个城市必须去一次且仅能去一次,要求满足这样条件的 最短路径。将本软件稍作扩展即可用于城市规划、公交车路径安排
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:李誉
  1. yiqun

    0下载:
  2. 蚁群算法是人工智能的一个经典算法,本程序用此算法实现了一个小的程序-ant colony algorithm is a classic of artificial intelligence algorithms, the procedures used this algorithm to achieve a small procedure
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:25600
    • 提供者:朱芳芳
  1. yiqun2

    0下载:
  2. 蚁群算法是人工智能中用途很广泛的一个算法,我的研究方向就是这个,本程序还是采用此方法-ant colony algorithm which uses artificial intelligence is a very broad one algorithm, my research direction is this, the procedure or use of this method
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:18432
    • 提供者:朱芳芳
  1. 禁忌搜索算法实现蚁群繁殖问题算法

    0下载:
  2. 采用禁忌算法实现的蚁群繁殖算法,该问题可以很好地解决蚁群问题中优化问题-taboo algorithm using the Ant Algorithm breeding, the problem can be successfully resolved ant colony optimization problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:30720
    • 提供者:李冰龙
  1. ant

    0下载:
  2. 蚁群算法仿真模拟程序,用c的图形界面,直观的展示了蚁群算法的仿生学过程。为读者了解改算法有直接的指导意义-ant colony algorithm simulation program, c graphical interface, and visual display of the ant colony algorithm Bionics process. For readers to understand the algorithm
  3. 所属分类:生物技术

    • 发布日期:2024-05-05
    • 文件大小:37888
    • 提供者:zy
  1. ACS

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

    • 发布日期:2024-05-05
    • 文件大小:6144
    • 提供者:
  1. AntColonySystem

    0下载:
  2. 蚁群算法的C语言实现 关于蚁群算法网上有很多C++和java实现的 C的没有见过 就自己做了 感觉能更好的体现算法-ant colony algorithm C language on the Internet ant colony algorithm many C and java achieve C never seen done on their own feeling better reflect the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:240640
    • 提供者:朱竹
  1. ACSmatlabCodega

    0下载:
  2. ACSmatlabCode蚁群算法解TSP问题的源代码,希望对学习蚂蚁算法的朋友提供帮助。-ACSmatlabCode ACO for TSP source, and I hope to learn from the ant algorithm friends to help.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:
  1. cvrp

    0下载:
  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 fo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:黄如尚
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org