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

搜索资源列表

  1. aco

    0下载:
  2. 蚁群算法下载程序主要用于解决路径选择的最优化-ant colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:5771
    • 提供者:wangfuqiang
  1. edgedetection-usingACO

    0下载:
  2. this code for edge detection using ACO
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:3532
    • 提供者:lazarus
  1. aco

    0下载:
  2. matlab编的蚁群算法解TSP问题(att48),调整参数可解决多类问题。-matlab code of ant colony algorithm for solving TSP problems (att48), adjust the parameters to resolve multi-class problems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:3210
    • 提供者:li qingshan
  1. qos

    0下载:
  2. tcl code for qos analysis in manet aco
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1735
    • 提供者:bala
  1. ACO

    0下载:
  2. Ant Colony Optimization implemente in Visual Studio C-Ant Colony Optimization implemente in Visual Studio C++
  3. 所属分类:Algorithm

    • 发布日期:2017-06-15
    • 文件大小:23406058
    • 提供者:robsonwk
  1. ACO

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2368
    • 提供者:jiangjie
  1. acocombinationwithpso

    0下载:
  2. a combination of aco and pso optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4426
    • 提供者:sarah
  1. aco-FashionXuBlog

    0下载:
  2. 蚁群算法解决旅行商问题的C++源码,开发环境VS。-ACO for TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:9949
    • 提供者:miuchen
  1. ACO

    0下载:
  2. 这是一个我用java编写的蚁群算法,我觉得还不错,供大家参考。-This is one I prepared the ant colony algorithm using java, I feel pretty good, for your reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8549
    • 提供者:孤独剑客
  1. aco

    0下载:
  2. 蚁群算法实现tsp问题的解,适合初学者使用-Ant colony optimization tsp solution of the problem, for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:9425
    • 提供者:cy
  1. MatlabAntColonyOptimization

    0下载:
  2. 蚁群算法是对自然界蚂蚁的寻径方式进行模似而得出的一种仿生算法-Ant Colony Optimization ACO .Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:8478
    • 提供者:肇权
  1. ACO-Demonstration(java)

    0下载:
  2. 用java编写的蚂蚁算法程序,写的还可以,初学者可以看看。-Ant Colony Optimization Demonstration(java)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:20832
    • 提供者:xdt
  1. aco-v1.1

    0下载:
  2. This MATLAB implementation computes a correspondence between two shapes based on ant colony optimization (ACO). The input shapes can be either two 2D contours (open or closed) or two arbitrary sets of 2D points. The algorithm is described in de
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:37502
    • 提供者:harish
  1. ACO

    2下载:
  2. 用改进的蚁群算法来解决旅行商问题,以寻求最优解!-Improved ant colony algorithm used to solve the traveling salesman problem, to find the optimal solution!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2988
    • 提供者:金亮冰
  1. ACO

    0下载:
  2. 蚁群算法在图像处理中的应用,描述蚁群算法的具体应用方法,在图像处理中的应用。是理论结合实际的好论文。-Ant colony algorithm in image processing applications, describe the specific application of ant colony algorithm method, image processing applications. Is a good theory with practice papers.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:204174
    • 提供者:chhangh
  1. ANTColonyOptimization(ACO)for

    0下载:
  2. Ant colony algorithm and TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:34595
    • 提供者:Rouzbeh
  1. ACO

    0下载:
  2. 简单的蚁群算法求解tsp问题 其中程序没有计算最后一个城市回来起点城市的距离-Tsp simple ant colony algorithm for the problem which the program does not calculate the last point of a city back from the city
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2985
    • 提供者:jingjing
  1. aco

    0下载:
  2. 在visual c++下编写的ACO基本算法,实现对TSP问题的解决-In visual c++, prepared with the basic ACO algorithm, the solution to the problem of the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3385
    • 提供者:xujiangle
  1. edge-_2008

    0下载:
  2. 使用ACO算法实现图像边缘检测,效果很好,做图像处理的肯定用得到,内含2008年IEEE原文-Simulation using ACO algorithm to image edge detection, the effect is very good,the man who do image processing must be used, including source code and documentation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:313711
    • 提供者:陈向
  1. ACO-TSP

    0下载:
  2. ACO解决TSP问题的MATLAB源程序-ACO to solve TSP problems MATLAB source
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4616
    • 提供者:陈松
« 1 2 3 45 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com