CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - abc algorithm

搜索资源列表

  1. 1500PrePosterous

    0下载:
  2. 此程序给出一个算法,用于计算当已知一个m叉查找树的先序和后序遍历序列后,存在多少种中序遍历可能。输入格式为m s1 s2,其中m表示m叉树,例子 2 abc cba 结果为4 2 abc bca 结果为1 10 abc bca 结果为45 13 abejkcfghid jkebfghicda 结果为207352860-this procedure is an algorithm, When used in the calculation of a known m Binary S
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.42kb
    • 提供者:姚秋林
  1. Artificial_Bee_Colony_Algorithm

    0下载:
  2. Artificial Bee Colony Algorithm Review and Application to Generalized Assignment Problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:353.65kb
    • 提供者:balatas
  1. ABC

    0下载:
  2. 一个VB的算法实例_聪明的蚂蚁,一个十分经典的代码-_ VB algorithm instance a smart ant, a very classic code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:68.03kb
    • 提供者:谭京
  1. ABC_algorithm_in_C

    0下载:
  2. ABC algorithm coded using C programming language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.55kb
    • 提供者:hasan
  1. SM3

    1下载:
  2. python编写SM3密码杂凑算法,测试字符串abc, abcd*16-written in python SM3 password hash algorithm, the test string abc, abcd.* 16
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1.28kb
    • 提供者:必须
  1. ABC

    0下载:
  2. ABC algorithm. an evolutionary algorithm for solving optimization problems that id inspired of honey bees foraging.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:3.55kb
    • 提供者:Salimeh Rahimy
  1. MATLAB-ABC

    0下载:
  2. 改进的aritifical bee colony算法求解数值方程-Improved aritifical bee colony algorithm for numerical equation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:16.11kb
    • 提供者:梁耀升
  1. SendOnlookerBees

    0下载:
  2. 蜂群算法里的基本步骤 还有其中一个sendOnlookerBee的函数详细实现-basic steps to implement the ABC Algorithm and detailed implementaion of a function named sendOnlookerBee
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:2.52kb
    • 提供者:peterhong
  1. ABC

    0下载:
  2. ABC蜂群算法,能够对各种模型参数进行优化-ABC bee colony algorithm, the model parameters can be optimized for a variety of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.6kb
    • 提供者:goblin
  1. ABC(fengqun)

    1下载:
  2. 自己写的人工蜂群算法,内带混沌搜索性质,主函数为funqun1,可随意改适应度函数,fitness。该程序简单易懂,方便修改,并且附有程序说明及相关参考论文,也附有本作者的联系方式。-Write your own artificial bee colony algorithm, with the chaotic nature of the search, the main function of funqun1, free to change the fitness function, fitn
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:264.26kb
    • 提供者:周杨
  1. ABC

    0下载:
  2. Bee Algorithm for optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:957byte
    • 提供者:mr
  1. abc

    0下载:
  2. abc algorithm matlab code
  3. 所属分类:数学计算/工程计算

  1. TSP-ABC_engl

    1下载:
  2. find the shortest way(TSP) by ABC algorithm ( data are the real distance of England cities) and origin is showed at the map: i use the Google earth for finding destinations ABC is the head file thank you : Iran=mosa1234-find the shortest w
  3. 所属分类:Algorithm

    • 发布日期:2015-10-06
    • 文件大小:141kb
    • 提供者:mosa
  1. ABC

    0下载:
  2. artifial bee colony algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.56kb
    • 提供者:dewi
  1. ABC

    0下载:
  2. ABC algorithm is Artificial bee colony used to imitate swarm behaviour of honey bees
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:14.71kb
    • 提供者:ankith menon
  1. CABCA_PID

    1下载:
  2. The Matlab Code present the development of an intelligent PID controller using Cultural Artificial Bee Colony Algorithm CABCA. The Normative and situational Knowledge in cultural algorithm were first used to guide the evolution and direction of ABC.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:12.07kb
    • 提供者:TIJANI
  1. ABC-ELD

    0下载:
  2. solving optimum load dispatch using ABC algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:35.01kb
    • 提供者:Tech
  1. ABC-Sudoku-Solver

    0下载:
  2. solving Sudoku puzzle by artificial bee colony algorithm-solving Sudoku puzzle by artificial bee colony algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:101.45kb
    • 提供者:Ruba
  1. ABC

    1下载:
  2. C++语言写的通用人工蜂群算法,里面有详细的注释。源代码中具有Main函数,里面写有测试代码,可直接运行看测试结果。-the artificial artificial bee colony algorithm of C++ language edition, which has a detailed note. Source code with Main function, which has written test code, can run directly to see the tes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.45kb
    • 提供者:Yang
  1. Chared ICA Code

    0下载:
  2. 受帝国主义殖民竞争机制的启发,Atashpaz-Gargari和Lucas于2007年提出了一种新的智能优化算法—帝国竞争算法 (ICA)。与GA, PSO, ABC等受生物行为启发的群智能算法不同,ICA受社会行为启发,通过摸拟殖民地同化机制和帝国竞争机制而形成的一种优化方法。ICA也是一种基于群体的优化方法,其解空间由称为国家的个体组成。ICA将国家分为几个子群,称为帝国。在每个帝国内,ICA通过同化机制使非最优的国家(殖民地)向最优国家(帝国主义国家)靠近,该过程类似于PSO。帝国竞争机制
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:16kb
    • 提供者:xzfff
搜珍网 www.dssz.com