CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - GA代码

搜索资源列表

  1. GA最小生成树

    0下载:
  2. 最小生成树的代码
  3. 所属分类:Windows编程

    • 发布日期:2009-03-30
    • 文件大小:325298
    • 提供者:waiyanmu
  1. TypingGame

    0下载:
  2. 打字游戏源代码!!! 不错的参考代码,具有学习价值!-Typing game source code! ! ! A good reference source, with the value of learning!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3352286
    • 提供者:Zhang Shulei
  1. tsp-GA-UI

    0下载:
  2. 带有图形界面的TSP的求解教学程序,实现所用的代码采用了遗传算法。-With a graphical interface for solving TSP, the teaching process, the code used to achieve the adoption of a genetic algorithm.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:419091
    • 提供者:xnhcx
  1. GA

    0下载:
  2. 遗传算法的C++程序源代码,此部分为功能描述的部分关键代码!-it is about GA! if you need it, download and check it! thanks
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:9212
    • 提供者:钱赛
  1. GA

    0下载:
  2. 基本遗传算法代码,根据GA的描述,最基本的遗传算法,二进制编码-basic GA
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:886335
    • 提供者:赵钢筋
  1. NHibernate-1.2.0.GA-src

    0下载:
  2. NHibernate是一个面向.NET环境的针对关系型数据库的对象持久化类库。 NHibernate来源于非常优秀的基于Java的Hibernate关系型持久化工具。 NHibernate从数据库底层来持久化你的.Net对象到关系型数据库。NHibernate为你处理这些,你不用自己写SQL去数据库存取对象。你的代码仅仅和对象关联,NHibernat自动产生SQL语句,并确保对象提交到正确的表和字段中去.大量减少开发时人工使用SQL和ADO.NET处理数据的时间. NHibernate可
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3761155
    • 提供者:武东亮
  1. GA

    0下载:
  2. 遗传算法代码-Genetic algorithm code
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:582
    • 提供者:李维
  1. FIT-GA

    0下载:
  2. 很好用的自适应遗传算法代码,可以运行,方便修改。-Good use of adaptive genetic algorithm code, you can run, and easy to modify.
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:822
    • 提供者:吕东
  1. WTA-GA

    2下载:
  2. 自己找到的武器目标遗传算法代码,经过本人修改,与大家分享-They found weapons objective genetic algorithm code to share with you, after I modify
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:6301
    • 提供者:hxliang
  1. matlab-toolbox-of-GA

    0下载:
  2. 关于遗传算法的matlab工具箱及其应用的代码介绍-some code about the GA and the toolbox in matlab related to it
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:11134
    • 提供者:彭婷
  1. universal-application-of-GA

    0下载:
  2. 一个具有普遍的应用型的遗传算法代码,只要改变目标函数以及一定的条件,就可实现。本代码以求取二次函数的最大值为例编写-A universal application-oriented genetic algorithm code, as long as the objective function as well as changes in certain conditions, can be achieved. The code to strike a maximum of a quadrati
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7736
    • 提供者:磐石
  1. ga

    0下载:
  2. 遗传算法程序代码,包括函数最优化,基本算法,分层遗传改进算法等-Genetic algorithm code, including function optimization, the basic algorithm, hierarchical genetic algorithm to improve
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1842508
    • 提供者:zazaza
  1. GA-PSO

    0下载:
  2. 基于粒子群的遗传算法实现。改代码是将粒子群的算法的有点和遗传算法的有点结合起来做的一种优化。-PSO based on genetic algorithm to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1696
    • 提供者:jun
  1. GA-for-matlab

    0下载:
  2. 本程序是基于传统遗传算法编写的遗传算法的MATLAB代码-MATLAB code for GA
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3584
    • 提供者:xuhong
  1. MATLAB-ga

    0下载:
  2. matlab遗传算法入门教程及代码 雷英杰主编 -matlab genetic algorithm and code AIR Editor Tutorial
  3. 所属分类:Other systems

    • 发布日期:2017-06-08
    • 文件大小:15856122
    • 提供者:王景玫
  1. GA-VRP

    0下载:
  2. 使用MATLAB解决了VRP问题 代码简单易懂-Use MATLAB to solve the VRP straightforward code
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7545
    • 提供者:pengyr
  1. GA

    0下载:
  2. 是一个关于VRP问题的简单的GA算法代码,里面有零售商,中间商的成本关系!-Is a simple question about VRP GA algorithm code, there are a retailer, middleman cost relationships!
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:11062
    • 提供者:安素
  1. ga

    0下载:
  2. 遗传算法代码求解0到10之间10*sin(5x)+7*cos(4x)的最大值-Genetic Algorithms for Solving Code 10* maximum sin (5x)+7* cos (4x) between 0-10
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:11588
    • 提供者:奚俊男
  1. ga

    0下载:
  2. 关于遗传算法的代码,很好用,经过自己的验证,可以使用-On genetic algorithm code, very good, after their own validation, you can use
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:452734
    • 提供者:朱闪闪
  1. b. GA_UF代码

    0下载:
  2. 遗传算法通用工具,为方便大家使用GA优化算法进行优化,这里自己编写的一个面向用户的GA优化算法,希望帮到大家。(General genetic algorithm tool to facilitate using the GA optimization algorithm was optimized, here I have written a user oriented GA algorithm, I hope to help you.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:20480
    • 提供者:小臭臭666
« 12 3 »
搜珍网 www.dssz.com