CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - Genetic Algorithm c

搜索资源列表

  1. GASourceCode

    0下载:
  2. C遗传算法示例源程序,希望对大家能有所帮助!-C genetic algorithm source code examples, we can hope for some help!
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:3578
    • 提供者:王伟
  1. knappara

    0下载:
  2. 本程序实现0-1背包问题的遗传算法的并行计算,mpi+c语言-This procedure achieved 0-1 knapsack problem genetic algorithm parallel computing, mpi+ c language
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:11652
    • 提供者:发奋图强
  1. MonteCarlo

    0下载:
  2. 采用GPU通用计算API(CUDA)实现蒙特卡罗方程。-The use of general-purpose GPU computing API (CUDA) the realization of the Monte Carlo equation.
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:325825
    • 提供者:lry
  1. 1620821978

    0下载:
  2. 用C语言编写的基本遗传算法,读者可以根据需要进行相应参数的设定。-Using C language prepare the basic genetic algorithm, the reader can make the appropriate parameters.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:680566
    • 提供者:程俊仁
  1. Exam

    0下载:
  2. 本文讲解了如何用C语言实现遗传算法-This article explain how to use C language realization of genetic algorithm. . . . .
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2426
    • 提供者:释然123
  1. P07164538[1].pdf

    0下载:
  2. An Improved Genetic & Ant Colony Optimization Algorithm and Its Applications.the formula is pdf.-An Improved Genetic & Ant Colony Optimization Algorithm and Its Applications.the formula is pdf.
  3. 所属分类:Editor

    • 发布日期:2017-03-26
    • 文件大小:355223
    • 提供者:lisea
  1. P07195031[1].pdf

    0下载:
  2. An Improved Genetic & Ant Colony Optimization Algorithm and Its Applications-An Improved Genetic & Ant Colony Optimization Algorithm and Its Applications
  3. 所属分类:Editor

    • 发布日期:2017-04-25
    • 文件大小:224521
    • 提供者:lisea
  1. cheng

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。-Genetic Algorithm (Genetic Algorithm, GA) in recent years developed a brand new global optimization algorithm, which, by With the biological point
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:31308
    • 提供者:崔暁魏
  1. yichuansuanfadechengxubufen

    0下载:
  2. 用visual c++编的遗传算法的小工具,用于数据优化分析,内有源代码,仅供参考-Compiled with visual c++ genetic algorithm for small tools, optimized for data analysis, within the source code, reference
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:18407
    • 提供者:马超
  1. c

    0下载:
  2. 解遗传算法的c语言代码,就是关于货物配送路径-Genetic algorithm solution c language code
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:12802
    • 提供者:林婉芳
  1. Genetic-Algorithms-C-program-

    0下载:
  2. 遗传算法C程序,配套王小平版遗传算法书,可以运行,简单易懂。-Genetic algorithm C program, supporting Wang Xiaoping version of genetic algorithms book, you can run, simple and easy to understand.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:20053
    • 提供者:李平
  1. yichuansuanfa

    0下载:
  2. 用c++写的遗传算法源代码, 希望帮助大家学习-The genetic algorithm with c++ write source code, hope to help people learn
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:1124
    • 提供者:温维山
  1. GA

    0下载:
  2. 这是求解多元非线性规划的遗传算法的C++的代码-Solving the multivariate nonlinear programming genetic algorithm. . . . . .
  3. 所属分类:assembly language

    • 发布日期:2017-11-29
    • 文件大小:278197
    • 提供者:Wudan
  1. Genetic-Algorithm

    0下载:
  2. 本程序用遗传算法基于C语言解决10个城市的旅行商问题,可求出10个城市之间的最短距离。-The procedures used to solve a 10-city traveling salesman problem, genetic algorithm based on the C language can be calculated the shortest distance between the 10 cities.
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:8217
    • 提供者:haqier
  1. Genetic

    0下载:
  2. 用C++编写的遗传算法程序,只有可以运用到实例中去-Using C++ to write the genetic algorithm, can only be applied to the instance
  3. 所属分类:ELanguage

    • 发布日期:2017-11-26
    • 文件大小:6645
    • 提供者:daikena
  1. Genetic-algorithm

    0下载:
  2. 基于达尔文的遗传学,我们可以用C++来编译遗传程序,方便理解-In c + + to compile the genetic program
  3. 所属分类:assembly language

    • 发布日期:2017-12-09
    • 文件大小:2921
    • 提供者:周帝
  1. GAC

    0下载:
  2. 一个简单实用的遗传算法C语言程序代码,可以方便有效的求解函数坐直问题。-A simple and practical genetic algorithm C language code, you can easily and effectively solve the problem of function upright.
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:52548
    • 提供者:张小雨
  1. genetic-algorithm-in-cSharp

    0下载:
  2. C#的遗传算法实现,在学会代码的同时可以学会算法的思想-genetic algorithm in c#
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:14394
    • 提供者:流浪汉
  1. genenetic-algorithm-C-

    0下载:
  2. 一个函数优化遗传算法的C语言程序,可解决一般的函数优化问题-A function to optimize the C programming language of genetic algorithm, to solve the general function optimization problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-27
    • 文件大小:68108
    • 提供者:褚玉璞
  1. C

    0下载:
  2. 求某个二元函数的最大值函数优化问题,C语言遗传算法代码-Seeking a binary function of the maximum function optimization, C language code genetic algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2936
    • 提供者:司小雨
« 12 »
搜珍网 www.dssz.com