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

搜索资源列表

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

    3下载:
  2. 车间调度问题用遗传算法生成问题c语言源码-job shop scheduling c source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-30
    • 文件大小:3839
    • 提供者:lotus
  1. genetic-algorithm

    0下载:
  2. 遗传算法源代码,用c语言编写!亲自调试可以使用!-genetic algorithm!
  3. 所属分类:DNA

    • 发布日期:2017-04-06
    • 文件大小:300840
    • 提供者:huang
  1. SGA-simple-Genetic-Algorithm

    0下载:
  2. C语言编的简单遗传算法程序 各项功能齐全-SGA-simple Genetic Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3161
    • 提供者:李超
  1. genetic_algorithms

    0下载:
  2. 基于C语言实现的遗传算法,对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可-C language based on genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3743
    • 提供者:szx
  1. TSP

    0下载:
  2. 通过C++语言的运用遗传算法解决TSP问题,源码写的比较清楚,详看代码-C++ language by using genetic algorithm to solve TSP problem, the source more clearly written, detailed look at the code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3313
    • 提供者:rs
  1. YICHUANSUANFA

    0下载:
  2. 遗传算法程序。C++语言编写的,可以进行改进。-Genetic algorithm program.
  3. 所属分类:AI-NN-PR

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