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

搜索资源列表

  1. 002

    0下载:
  2. 本程序是基于Visual C++6.0平台采用C语言开发的求解铁路上无任何约束条件下技术站单组列车编组计划的带随机扰动机制的双亲遗传算法源程序。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6280
    • 提供者:zuowu
  1. btl_GA

    0下载:
  2. 一个利用C#语言实现的遗传算法源程序-a C# language of the genetic algorithm source
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13981
    • 提供者:陈雷
  1. galib245.tar

    0下载:
  2. 非常经典的遗传算法工具包,C语言版本的。包括各种常用算法-very classic genetic algorithm tool kit version of the C language. Including common algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:385224
    • 提供者:行者
  1. GA_NN_test

    1下载:
  2. 遗传算法的C语言计算,同时以文本的方式输出和图形的方式输出。-genetic algorithm in C language, while the text and graphic output of the output.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12300
    • 提供者:夏辉达
  1. robotway

    0下载:
  2. 机器人路径规划的通用遗传算法C语言程序以及相关文档-General robot path planning algorithm C programming language and related documents
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:138036
    • 提供者:LIXIA
  1. cTSP

    0下载:
  2. c++语言实现基于遗传算法的TSP问题,是学习遗传编程的很好的例子-c++ language implementation of the TSP problem based on genetic algorithms, genetic programming to learn a good example of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:57170
    • 提供者:王洋
  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-08
    • 文件大小:11652
    • 提供者:发奋图强
  1. nsga2_c_source

    0下载:
  2. 用C++语言写的非支配排序遗传算法的例子,顶!-Written in C++, the non-dominated sorting genetic algorithm for example, the top!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:9846
    • 提供者:caiqing
  1. TSP

    0下载:
  2. C语言,遗传算法求解TSP旅行商问题.遗传算法实例,tsp经典求解-Tsp problem use genetic algorithm 。it is about ai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:262710
    • 提供者:山楂片
  1. GA

    0下载:
  2. C语言编写的遗传算法程序(可以运行,适合新手)-C language genetic algorithm program (can run, suitable for novice)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4134
    • 提供者:xiaowen2456
  1. GA-VC

    0下载:
  2. 用C++语言在VC++环境下编写的遗传算法源程序-With C++ Language in VC++ Environment prepared by genetic algorithm source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:19234
    • 提供者:皓宇
  1. ga_life

    0下载:
  2. 使用遗传算法进行人工生命模拟的C语言源程序-The use of genetic algorithm artificial life simulation of C language source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:51175
    • 提供者:ann
  1. GA_NN

    1下载:
  2. 使用遗传算法(GA)优化神经网络(NN)结构的C语言源程序-The use of genetic algorithms (GA) optimization of neural networks (NN) structure of C language source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:44229
    • 提供者:ann
  1. GENETICA

    0下载:
  2. 用C语言实现了遗传算法,加深对TC的认识。-Using C language to achieve a genetic algorithm, to deepen understanding of the TC.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:18133
    • 提供者:zhoulibo
  1. sga

    0下载:
  2. 用C语言写的遗传算法源程序,适合初学者学习!-With C language source of genetic algorithms, suitable for beginners to learn!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-14
    • 文件大小:4034
    • 提供者:cql
  1. yichuansuanfa

    0下载:
  2. 用C语言完成的遗传算法的一种高效实现,很适用于学习数据挖掘的同学们-Using C language to complete the genetic algorithm to achieve an efficient, it is applied to study data mining students
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:85587
    • 提供者:wanjin
  1. yichuansanf

    0下载:
  2. 该为遗传算法解决比赛项目排序问题,给出了过程分析,列出了比赛项目排序的模型,进行了方法的研究,最后用c语言编程实现了矩阵的导入,矩阵的转化,遗传算法.程序在解决此类问题,效果良好-The events for the genetic algorithm to solve scheduling problem, given the process of analysis, a list of events sort of model, carried out research on methods
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:34054
    • 提供者:gexiaozhong
  1. yichuansuanfayouhua

    0下载:
  2. 标准遗传算法的C语言实现,用于对函数的优化,有着较快的执行速度。-Standard genetic algorithm to achieve the C language, used for function optimization, has a faster speed of execution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2392
    • 提供者:吴昊
  1. Queen

    0下载:
  2. 这是一个解决皇后问题的遗传算法,是用c语言编写的,可以直接运行。-This is a solution to the problem' s genetic algorithm, are prepared using c language, can be directly run.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:54420
    • 提供者:刘振
  1. yichuansuanf

    0下载:
  2. 用C语言实现的遗传算法描述,算法简单明了,效率高。-Using C language implementation of genetic algorithm, the algorithm is simple and clear, and high efficiency.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3605
    • 提供者:chengxu
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »
搜珍网 www.dssz.com