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

搜索资源列表

  1. clanguageyichuansuanfa

    0下载:
  2. C语言遗传算法包。主要介绍C语言编程的遗传算法。-GA C language package. Introduces the C programming language genetic algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:84914
    • 提供者:刘阳
  1. ga

    1下载:
  2. 用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win-tc.-C language GA procedures, achieving is y = x 10 * sin (x 5 *) 5 * cos (10 * x) for the maximum. To achieve environmental w in-tc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2031
    • 提供者:王艳秋
  1. ga

    0下载:
  2. 用C语言实现遗传的算法,MATLAB虽然有很多算法,但有时用c语言编写的代码执行的快得多-Using C language implementation of genetic algorithm, MATLAB although has a lot of algorithms, but sometimes using c language code implemented much faster
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2431
    • 提供者:杜波
  1. rga

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

    • 发布日期:2017-04-06
    • 文件大小:13905
    • 提供者:wxy
  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. 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. 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. genetic-algorithm

    0下载:
  2. 一个c语言的遗传算法的实例讲解。程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数。-this document give an example of genetic algorithm,which is very usefull for learning and using genetic algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:52713
    • 提供者:徐作为
  1. GA--CSharp

    0下载:
  2. 一个利用C#语言实现的遗传算法源程序,通过对花朵的演化说明遗传算法的原理-The principle of a genetic algorithm source code using the C# language, genetic algorithm is described through the evolution of flowers
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:1313
    • 提供者:陈天栋
  1. genetic-algorithm

    0下载:
  2. C语言编写的遗传算法源程序,程序框架好,易懂,适合初学真。-The genetic algorithm source code written in the C language, the program framework, easy to understand, suitable for beginner true.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:2133
    • 提供者:李平
  1. yichuansuanfa

    0下载:
  2. 遗传算法(Genetic Algorithm),是一种通过模拟自然进化过程搜索最优解的方法,提供了C语言编码-GA (Genetic Algorithm), is a natural evolutionary process by simulating the optimal solution search method provides a C language code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1809
    • 提供者:jin
  1. function-optimization

    0下载:
  2. 遗传算法用于函数的最优化计算,程序有C语言编写-genetic algorithm C used in function optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:237096
    • 提供者:刘文政
  1. AI_genetic_algorithm_CPP

    0下载:
  2. 该遗传算法是用C++语言实现的,结构简单,适合初学者参考学习。-The genetic algorithm is implemented in c++ language, simple structure, suitable for beginners reference study.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1954
    • 提供者:Wang Hao
  1. TSP_GA

    0下载:
  2. 该程序是用遗传算法解决旅行商问题,所用语言是C语言-The program is a genetic algorithm to solve the traveling salesman problem, the language is C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:15954
    • 提供者:熊福力
  1. CPPAlgorithm-Design

    0下载:
  2. 大部分科研领域的模式识别算法都是在MATLAB中实现,此处提供了个别模式识别算法的C++语言实现,如支持向量机,遗传算法等。-Most of the field of pattern recognition algorithm was implemented in MATLAB, individual pattern recognition algorithm is provided here of the C++ language, such as support vector machine
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:202575
    • 提供者:计算机
  1. nsga2code

    0下载:
  2. C语言开发的基于基因遗传算法进行多目标优化设计-C language development based on genetic genetic algorithm for multi-objective optimization design
  3. 所属分类:Algorithm

    • 发布日期:2017-12-14
    • 文件大小:18432
    • 提供者:王志坚
搜珍网 www.dssz.com