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

搜索资源列表

  1. GA(C++)

    0下载:
  2. c++的遗传算法实现,简单实用,很好的实现了遗传算法的结构与仿真-c genetic algorithm to achieve a simple, practical, good genetic algorithm to achieve the structure and Simulation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.35kb
    • 提供者:张在房
  1. GA(C+)

    3下载:
  2. 遗传算法的机器人路径规划的源代码。用C++来实现的-GA robot path planning source. C to achieve the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15.6kb
    • 提供者:宋磊
  1. GA(c++)

    0下载:
  2. 该代码是用C++编写的遗传算法,可在C++或 matlab环境下都可运行.
  3. 所属分类:matlab例程

    • 发布日期:2014-01-17
    • 文件大小:879.82kb
    • 提供者:eva lin
  1. GA-c

    0下载:
  2. C语言编写的遗传算法程序,对学习遗传算法者非常有帮助。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:84.12kb
    • 提供者:zhangsan
  1. GA.C

    0下载:
  2. 基于VC++的遗传算法源码(相当经典),非常可观
  3. 所属分类:Windows编程

  1. C语言写的铁电存储器[FM25C160]的驱动程序

    0下载:
  2. C语言写的铁电存储器[FM25C160]的驱动程序,已测试通过。引脚定义见内,C language written in Ferroelectric Random Access Memory [FM25C160] driver have been tested. Pin as defined within the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2016-01-26
    • 文件大小:1.3kb
    • 提供者:刘仓
  1. Matlab的GA程序.rar

    2下载:
  2. MATLAB的GA程序,MATLAB process of GA
  3. 所属分类:

    • 发布日期:2017-11-09
    • 文件大小:2.17kb
    • 提供者:小朱
  1. GA-FCM.rar

    5下载:
  2. 遗传算法改进的模糊C均值聚类的matlab源程序 可以运行 格式需要更改,Improved genetic algorithm fuzzy C-means clustering can run the matlab source code need to change format
  3. 所属分类:matlab

    • 发布日期:2016-07-09
    • 文件大小:1.96kb
    • 提供者:许翔
  1. GA-1

    0下载:
  2. 解非线性规划模型的遗传算法,采用visual c++语言编写,结构清晰,明了易懂,注释完整-Genetic Algorithm for nonlinear programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-01-29
    • 文件大小:1.54kb
    • 提供者:mengjie
  1. GA

    0下载:
  2. 在Visual 2008环境下,用C#编写的一个基本的遗传算法代码。相信对学习遗传算法的人有一定的参考价值。-In Visual 2008 environment, using C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:38.18kb
    • 提供者:东方骥
  1. GA

    0下载:
  2. C的遗传算法的源代码。是遗传算法原理及应用(王小平)的源代码,包含基本的遗传算法和一些遗传算法的举例-C genetic algorithm source code. Is the principle and application of genetic algorithms (Wang Xiaoping) source code, including the basic genetic algorithm and a number of genetic algorithm, for examp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:714.29kb
    • 提供者:han
  1. wangxiaoping-resource

    2下载:
  2. 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-12
    • 文件大小:4.31mb
    • 提供者:flying
  1. GA-FOR-VRP

    1下载:
  2. 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8.61kb
    • 提供者:pengyang
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.59kb
    • 提供者:周薇
  1. GA

    0下载:
  2. 遗传算法的Visual C++源代码,自己修改用吧。-Genetic Algorithm Visual C source code, modify their use of it.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:472.32kb
    • 提供者:唐新星
  1. GA-2

    0下载:
  2. 遗传算法的源代码,使用c++语言编写,结构清晰,注释完整,明了易懂-Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:mengjie
  1. GA

    0下载:
  2. GA标准遗传算法(c++程序)详细附注啊.CPP GA标准遗传算法(c++程序)详细附注啊.C-failed to translate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:姚春玲
  1. GA

    0下载:
  2. GA.c:Density Evolution with Gaussian Approximation for Regular LDPC codes.原创,对应Chung的paper。-
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:1.33kb
    • 提供者:查哲
  1. ga

    0下载:
  2. 遗传算法对电力系统的优化,可用从此程序 可以直接运行-GA
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:614.3kb
    • 提供者:wuliang
  1. GA

    0下载:
  2. 遗传算法的应用针对工程中的一些问题进行了简要的应用-GA s application in projection. may be have some meanings to you .thank you .hello hello hello kity
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.33mb
    • 提供者:马壮
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com