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

搜索资源列表

  1. hausdorrmatching

    0下载:
  2. haussdorf匹配加遗传算法, 采用遗传算法提高速度,用haussdorf算法进行图像的匹配-haussdorf matching increase genetic algorithm, using genetic algorithms to improve the speed with haussdorf algorithm for image matching
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:506.34kb
    • 提供者:奕竹
  1. Cpp2

    0下载:
  2. 遗传算法结构框架:遗传算法解决 y=x2问题的程序设计源码,编译环境 vc++6.0 -Structural framework of genetic algorithms: genetic algorithms to solve the problem y = x2 programming source code, build environment vc++6.0
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:3.02kb
    • 提供者:heba
  1. ga

    0下载:
  2. 本压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出,这里不再详述。-The compression bag to collect some C# commonly used seven kinds of genetic algorithms is pr
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:27.08kb
    • 提供者:mayi789
  1. Cprocess

    0下载:
  2. c代码,用遗传算法求函数最大值f(x)=x^2 x 从0到30,希望有用-c code, using genetic algorithms function max f (x) = x ^ 2 x from 0 to 30, hope helpful
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:22.32kb
    • 提供者:lijuan3623
  1. Cprocess

    0下载:
  2. C代码:遗传算法求函数最大值f(x)=x^2 x 从0到30,希望有用-C code: genetic algorithms function max f (x) = x ^ 2 x from 0 to 30 seek to help
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:11.84kb
    • 提供者:lijuan3623
  1. 2010Csharp

    0下载:
  2. 这个是没有事的时候,自己写的一个小程序,希望对朋友有用,遗传算法C#五子棋游戏程序-This is no matter, he himself wrote a small program, I hope friends useful, genetic algorithms C# backgammon games
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:97.64kb
    • 提供者:霍禹铭
  1. aforge_demo

    0下载:
  2.  AForge.NET 是一个专门为开发者和研究者基于C#框架设计的,他包括计算机视觉与人工智能,图像处理,神经网络,遗传算法,机器学习,机器人等领域。-The article describes an open source C# framework for researchers in the areas of Computer Vision and Artificial Intelligence- image processing, neural networks, genetic alg
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1.56mb
    • 提供者:rowe
  1. SPP

    0下载:
  2. the procedure is using genetic algorithms to solve vehicle routing
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:237.04kb
    • 提供者:pikiant
  1. chengxu

    0下载:
  2. 通过C++编程,实现用遗传算法求X*X的最大值,其中遗传代数通过手动输入-C++ programming, to achieve the maximum value of X* X using genetic algorithms, including genetic algebra by manually entering
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:2.92kb
    • 提供者:jiangjun
  1. Class-scheduling-genetic-algorithm

    0下载:
  2. The Class Scheduling Problem (CSP) is concerned with assigning a number of courses corresponding to various students and instructors to classrooms taking into consideration constraints like classroom capacities and university regulations. Th
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:40.93kb
    • 提供者:masmur
  1. AI-Life

    0下载:
  2. C#遗传算法和人工神经算法实例代码,一个简单的人工神经网络和遗传算法例子,界面语言为英文,是从老外那里搞到的,功能不只是人工神经和遗传算法,想学习的可以起到很好的借鉴作用,值得看看。-C# genetic algorithms and artificial neural algorithm example code, the example of a simple artificial neural networks and genetic algorithms, interface langu
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:600.42kb
    • 提供者:hpudn99
  1. Genetic-Algorithms-CPP

    0下载:
  2. 非常好的采用C++编写的遗传算法,相比其他代码,这个代码比较详尽-Very good using prepared by the C++, genetic algorithm, compared to other code, this code is more detailed
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:5.88kb
    • 提供者:huang
  1. ZBGA

    0下载:
  2. 遗传算法的简单应用,用于实现求解0-32之间的最大值-Simple application of genetic algorithms for solving 0-32 to achieve the maximum between
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:2.24mb
    • 提供者:王猛
  1. cycsfcpp

    0下载:
  2. 一个用于VC++程序开发的遗传算法实例.cpp文件,举例说明计算第四点到其它三点的最小距离,来演示遗传算法的实际应用-A program for the development of genetic algorithms VC++ instance. Cpp file, an example calculation of the fourth point to another three-point minimum distance, to demonstrate the practical a
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:3.93kb
    • 提供者:贺强
  1. cyichuansf

    0下载:
  2. C#组卷遗传算法,源代码完整的,有VS环境的可编译源程-C# test paper genetic algorithms, source code integrity, and can be compiled with VS environmental source program
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:14.58kb
    • 提供者:王强
  1. R02546000YangAss06

    0下载:
  2. 基因演算法的基本框架,可以通过该框架修改来得到想要的程式-The basic framework for genetic algorithms, the framework can be modified to get the desired program
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1.09mb
    • 提供者:Voelunteer
  1. yi

    0下载:
  2. 本书比较好的介绍了遗传算法等一系累的知识-The book describes the good, such as a series of genetic algorithms tired of knowledge
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:37kb
    • 提供者:miaomiao
  1. n-gueen-with-AlghorithmGenetic

    0下载:
  2. n-queen problem mean two queen is not stand in a row, column or diagonal. this code solving n-queen problem using genetic algorithms.this code is writing C#. step 1 is selection and 2 crossover and step 3 is mutation. -n-queen problem mean two
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:46.7kb
    • 提供者:hakim
  1. GA

    0下载:
  2. 此為求解系統最佳化之功用,基因演算法(GA),挑選機制:複製交配後即為突變,初新者若要學習C++的GA可用此來研究,寫得很清楚-This is the function of the system to solve the optimization, genetic algorithms (GA), the selection mechanism: after mating mutant copy, beginning a new person to learn C++ the GA can u
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1.47kb
    • 提供者:張騰文
  1. Genetic

    2下载:
  2. 基于遗传算法配电网无功优化方法程序源代码-Based on Genetic Algorithms for Reactive Power Optimization of source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:19kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com