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

搜索资源列表

  1. 标记语言的简单解释器算法实现

    0下载:
  2. 使用一种类似 XML 的文本标记语言来描述一种含有分支和层次结构的成员信息,(有关 XML 的更多信息,请参考 W3C 网站)设计一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和 转换相应的成员关系信息。文件内容如下所示。 一个简单的文本标记文件: ABC 123456 group1 每组"标记"包含两部分:标记名称和标记值。例如, 123456是一组标记。标记名称包含在一对尖括号中 (""), 称为标记头, 称为标记尾。 标记头和标记尾
  3. 所属分类:系统编程

    • 发布日期:2011-05-22
    • 文件大小:144470
    • 提供者:zjuqsr
  1. ZXECF

    1下载:
  2. 最小二乘法2次曲线拟合应用已有的采样时间点,再现这些点所描述的2次曲线的变化,即求出一个二次曲线方程y=ax2+bx+c这个算法的主要问题也就是如何用给定的数据求方程系数abc-Least squares curve fitting application 2 has a sampling time points, reproduce these points 2 are described the change curve, which obtained a quadratic equatio
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:4471
    • 提供者:WANGYANNING
  1. MATLAB-ABC

    3下载:
  2. 人工蜂群算法在函数优化上的应用 matlab 应用仿真 函数优化-Artificial bee colony algorithm application in function optimization matlab simulation function optimization
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:29098
    • 提供者:迟思莹
  1. ABC

    0下载:
  2. 原始人工蜂群算法求解无约束优化问题,改进了原始算法获得了更好的优化性能-original artificial bee colony algorithm for solving unconstrained optimization problems,we modified this algorithm and obtain a better performance
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:3201
    • 提供者:ouyanghaibin
  1. ABC-code

    0下载:
  2. 主要是运用c语言实现了ABC蜂群算法的编译,并且在此基础上详细的标注了语句的意思,方便读者的理解与运用-Mainly the use of c language compiler on ABC colony algorithm, and on this basis, detailed tagging of the meaning of the phrase, convenience of the reader' s understanding and use of
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:4166
    • 提供者:田澍
  1. ABC

    0下载:
  2. artificial bee colony算法的C++实现-artificial bee colony algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:741122
    • 提供者:杨阳
  1. abc

    0下载:
  2. 页面置换算法,opt,lru,求OPT页面置换算法的命中率-Page replacement algorithm, opt, lru, seeking OPT page replacement algorithm hit rate
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:16877
    • 提供者:魏龙
  1. abc

    0下载:
  2. 最近最久未使用算法 先进先出算法 最佳置换算法-The most recent time algorithm for optimal use of algorithms FIFO replacement algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3616
    • 提供者:赵子龙
  1. ABC

    0下载:
  2. 无功蜂群算法,智能计算方
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:579998
    • 提供者:王涛涛
  1. abc

    0下载:
  2. 模拟退火算法解决TSP问题 输入格式(城市坐标.in): 第行:1个整数N,表示城市的数量 第..N+1行:每行有个空格分开的整数x,y,第i+1行的x,y表示城市i的坐标-Simulated annealing algorithm to solve TSP Input Format (city coordinates in.): The first line: an integer N, the number of cities S .. N+1 lines: eac
  3. 所属分类:Shell api

    • 发布日期:2016-10-31
    • 文件大小:2048
    • 提供者:张苗
  1. ABC

    0下载:
  2. 这是一个有关人工分群算法优化函数最优值得算法。-This is a clustering algorithm to optimize the function of artificial worth optimal algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1620
    • 提供者:zzw
  1. ABC-algorithm

    1下载:
  2. 详细地介绍了人工蜂群算法的编写,并用几个标准测试函数来验证了它-The writing of the artificial colony algorithm are described in detail, and several standard test functions to verify it
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5130
    • 提供者:丁力
  1. ABC

    0下载:
  2. 人工蜂群算法是一种典型的模拟自然现象的优化算法-Artificial colony algorithm is a kind of typical optimization algorithm simulating natural phenomena
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2718
    • 提供者:liuwenfang
  1. MATLAB ABC Improved version

    0下载:
  2. 代码很清晰地表达了蜂群算法的具体流程,还有相应的详细的注释(The code clearly expresses the specific process of bee colony algorithm, as well as the corresponding detailed notes)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:17408
    • 提供者:云端123
  1. ABCv2

    0下载:
  2. 人工蜂群算法是比较传统的算法,程序有例子和测试函数,大家可以学习(you can learn this algorithm.)
  3. 所属分类:其他

  1. 源程序

    0下载:
  2. 利用ABC算法,设计适应度函数,求解最优 图像融合参数(Using ABC to solve image fusion)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:210944
    • 提供者:wanrenyuan
  1. “群体智能算法”Matlab工具箱3.0

    1下载:
  2. 群体智能算法”Matlab工具箱3.0 集成了八种种群体智能算法:'PPNGA','SFLA','MSFLA','AF-SFLA','PSO','ABC','DEr1','DEb2' % 2、适应度函数开放了一个参数Parmaters,接收本文件Options.Parmaters传递的参数,实例参见m文件F3_Rastrigin.m % 3、本程序设置了三个终止条件,终止条件3是必需的;终止条件1,2是可选的,不需要时隐去代码即可 % 4、在优化参数设置中,小种群设置与大种群设置各有优势
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:56320
    • 提供者:evocj
  1. Artificial Bee Colony

    0下载:
  2. artificial bee colony蜂群算法(ABC)代码(matlab code of artificial bee colony)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:3072
    • 提供者:快乐小神仙
  1. ABC人工蜂群算法

    1下载:
  2. ABC (artificial clustering algorithm) is used to solve numerical problems.
  3. 所属分类:其他小程序

    • 发布日期:2019-10-01
    • 文件大小:1779
    • 提供者:y54ytter
  1. 蜂群算法

    0下载:
  2. 多目标柔性作业车间调度问题(Multiobjective Flexible Job-shop Scheduling Problem, MFJSP)是复杂的 NP-hard 问题,相较于基础的车间调度问题更符合实际情况,求解难度也相对较高。,该算法主要通过模拟蜜蜂的觅食来解决实际问题。由于 ABC 算法具有搜索速度快、精度高、鲁棒性强等优点,在车间调度领域得到广泛应用。(Multiobjective Flexible Job-shop Scheduling Problem, MFJSP)
  3. 所属分类:其他

« 12 »
搜珍网 www.dssz.com