CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - c语言 遗传算法

搜索资源列表

  1. jbGA

    0下载:
  2. 基本遗传算法C语言程序,可移植性高,算法完备可靠-The basic genetic algorithm C language program, portability high, complete and reliable algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1475
    • 提供者:梅雨
  1. GA

    0下载:
  2. 基本的遗传算法源代码,特别简单实用,用C语言编写的-simple c code for Genetic Algorithm GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:157137
    • 提供者:李伟
  1. yongCyuyanbianxiedeGA

    0下载:
  2. 使用c语言编写的遗传算法,容易理解,有助于学习掌握遗传算法的优化过程-C language using genetic algorithms, easy to understand, contribute to learning and mastering the genetic algorithm optimization process
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3316
    • 提供者:细细
  1. GAdemo

    0下载:
  2. C语言实现的遗传算法示例源程序,是初学者对遗传算法理解和学习的好的材料和基础,有利于对ga的进一步掌握-C language implementation of genetic algorithm source code examples are genetic algorithms for beginners to understand and learn from good materials, and infrastructure are conducive to the further
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3309
    • 提供者:zsy
  1. SGA

    0下载:
  2. 该程序实现了在VC平台上用C语言实现遗传算法,结构清晰,注解详细,非常适合初学者,是初学GA者不可多得得好材料 -The program implements the VC platform using C language implementation of genetic algorithms, structure, clear, detailed annotations, very suitable for beginners, is a good beginners GA are har
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:259232
    • 提供者:zsy
  1. t1

    0下载:
  2. 这是一个比较简单的用C语言编写的遗传算法。-This is a relatively simple to use genetic algorithm written in C language.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:66824
    • 提供者:zhou
  1. new

    0下载:
  2. 遗传算法,本代码包含一个C语言程序,利用遗传算法设计纳米滤波器-The genetic algorithm, this code contains a C language program, using the genetic algorithm design of nano-filters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:810222
    • 提供者:rita
  1. rga

    1下载:
  2. 实数编码的遗传算法的源代码,用c语言编写的。-Real-coded genetic algorithm source code, written in c language.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:13905
    • 提供者:wxy
  1. 5geyichuansuanfa

    0下载:
  2. 用C语言编写的5个遗传算法代码,希望对大家有用-Written in C language with five genetic algorithm code, and hope for all of us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:679762
    • 提供者:liumingyi
  1. ga

    0下载:
  2. 讲解如何用C语言实现遗传算法,以及应用遗传算法求解的全过程-Explain how to use C language implementation of genetic algorithms, and the application of genetic algorithm the whole process of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2385
    • 提供者:赵新宇
  1. GA-1

    0下载:
  2. 遗传算法求解函数极值问题。完整实现了遗传算法的选择/交叉/变异等功能,可设定交叉和变异概率。C++语言,输出为文件形式-Genetic Algorithm for function extremum problem. Full realization of the genetic algorithm selection/crossover/mutation and other functions, can be set crossover and mutation probability. C+
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2041
    • 提供者:arrow
  1. GA

    1下载:
  2. 遗传算法源程序用C语言实现,已编译通过,可正常使用-Genetic algorithm source code using C language, compiled by, can be used normally
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:10813
    • 提供者:kjh
  1. Genetic_Algorithms

    0下载:
  2. 通过对多项式求最小值来介绍遗传算法,掌握算法的基本思想,讲解如何用C语言实现遗传算法-Minimum value of the polynomial by to introduce genetic algorithm, control algorithm of the basic ideas on how to use C language implementation of genetic algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:2425
    • 提供者:xiaohu
  1. GA

    1下载:
  2. 遗传算法c语言实现,稍作修改可应用于各种平台,主要用于优化计算-Genetic algorithm c language, with slight modifications can be applied to a variety of platforms, mainly used in optimization calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1934
    • 提供者:whutedn009
  1. yichuansuanfa

    0下载:
  2. 作者用C语言编写的遗传算法程序,修改了部分BUG,调试通过可以运行-Genetic algorithm written in C program (can run for beginners)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:3869
    • 提供者:dushen
  1. 0-1guihua

    0下载:
  2. 这是一个完整的01规划遗传算法C语言实现代码 希望对有这方面研究的朋友有帮助-This is a complete 01 planning genetic algorithm C language code want to study in this regard to help friends
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1383
    • 提供者:吴学兵
  1. TSP_GA

    0下载:
  2. 在c语言中用遗传算法解决旅行商问题的一个简单的程序,含有主程序,数据文件-In c language using genetic algorithms to solve the traveling salesman problem of a simple program, with the main program, data file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3451
    • 提供者:陈建飞
  1. beibaoGA

    0下载:
  2. 背包问题用遗传算法的一种简单程序,所用语言是c语言。-Knapsack problem with a simple genetic algorithm procedure, the language is c language.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1795
    • 提供者:陈建飞
  1. ga

    0下载:
  2. C语言实现遗传算法源程序,是参考某博士编的书上的源程序修改得来的-ga
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5636
    • 提供者:hujunjie
  1. CGA

    0下载:
  2. C语言编写的遗传算法程序,可用来进行参数优化-Genetic algorithm written in C language program can be used for parameter optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:80793
    • 提供者:wanglei
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com