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

搜索资源列表

  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. yichuansuanfa2

    0下载:
  2. 这是用C语言实现的遗传算法,可以方便新学者更好的了解和学习-this program is useful to those who wants to know the artificial intelligence.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:15119
    • 提供者:pengking
  1. ga

    0下载:
  2. 利用禁忌遗传算法来求最小支配集,解决物联网的层簇模型的网络拓扑。 C语言编写,linux 开发环境-Using genetic algorithm to find taboo minimum dominating set, the layer of things to solve the cluster model of network topology. C language, linux development environment
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-22
    • 文件大小:6983940
    • 提供者:成伟
  1. GA

    1下载:
  2. 遗传算法C语言,可运用该算法解决优化问题,对于结构优化有很大的帮助-C code for GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3478
    • 提供者:SH
  1. GAforMaxfunction

    0下载:
  2. 遗传算法求函数极值算是遗传算法的一种最简单的应用,这里就介绍一种简单的,全文基本翻译自codeproject的一篇文章,作者为Luay Al-wesi,软件工程师。例子中的函数为y = -x^2+ 5 ,大家可以将其改为其他复杂一些的函数,比如说f=x+10sin(5x)+7cos(4x)等。本篇文章适合遗传算法初学者阅读,大牛请绕道,呵呵。文后附C语言代码,全部代码在VC6.0上编译通过。 代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2700
    • 提供者:竹子的信仰
  1. youhuawenti

    0下载:
  2. 智能优化算法中的用C++语言编写的程序,用遗传算法解决函数优化问题-Intelligent optimization algorithm using C++ language program, function optimization using genetic algorithm to solve the problem
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:127960
    • 提供者:wangyu
  1. 8-queens

    0下载:
  2. 用C语言简单实现八皇后,人工智能,遗传算法-Simple implementation using C language eight queens, artificial intelligence, genetic algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:56905
    • 提供者:小君
  1. Genetic-Algorithm_C

    0下载:
  2. 用C语言编写的遗传算法程序。本示例程序适合用于求解正的最大值问题。 本程序的示例函数是:x[1]^2-x[1]*x[2]+x[3].-With a genetic algorithm written in C language programs. This sample program is suitable for solving the maximum problem. Sample function of this procedure is: x [1] ^ 2-x [1]* x [2]+
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3236
    • 提供者:小刚
  1. GA

    0下载:
  2. 这是一个有关遗传算法的代码,开发环境c语言-Genetic Algorithm(GA)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:515
    • 提供者:弱弱
  1. Hanshu

    0下载:
  2. 函数问题的智能优化算法编程,采用基因遗传算法,用C语言编写-hanshu problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2438
    • 提供者:张成宝
  1. PSO

    1下载:
  2. 智能优化算法,有粒子群算法(matlab)和多岛遗传算法(C语言)-PSO optimization algorithm and nsga-II optimization algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:770817
    • 提供者:李均衡
  1. GA

    1下载:
  2. C语言实现的基本遗传算法,遗传算法是一种用于问题优化的一种智能算法,应用的领域十分广泛。-C language implementation of the basic genetic algorithm, genetic algorithm is a problem of optimization for an intelligent algorithm, a wide range of application areas.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3597
    • 提供者:张友安
  1. GA

    0下载:
  2. 遗传算法 C语言源码Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正,很实用-GA C language source code Denis Cormier (North Carolina State University) developed, Sita S. Raghavan (University of North
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4224
    • 提供者:宣奇波
  1. src

    0下载:
  2. 利用遗传算法求解旅行商问题。 使用C++语言编程。使用VS2008编译环境,没有使用额外的库,运 行环境为w7操作系统。-Genetic Algorithm for Traveling Salesman Problem. Use C++ programming language. Using the VS2008 compiler environment, without using additional libraries, the operating system runtime e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2607
    • 提供者:康延荣
  1. GAlgorithm

    0下载:
  2. C语言实现的遗传算法,用VC6开发环境能正常运行-Generic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:576106
    • 提供者:董飞
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 »
搜珍网 www.dssz.com