搜索资源列表
一个遗传算法C++类
- 一个遗传算法C++类,值得收藏!-a genetic algorithm C-worthy collection!
5个遗传算法源码
- (其中已经包含5个源码)所附源程序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 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗
简单的人工智能程序ELIZA的C源程序代码 8K
- 简单的人工智能程序ELIZA的C源程序代码 8K-simple artificial intelligence ELIZA C source code 8K
sga-c遗传算法c代码
- 这是一个遗传算法的c的源代码。在上传的压缩包中,有一个对所有原程序包的详细说明的pdf 。-This is a genetic algorithm c source code. The upload compressed, one for all the original package, a detailed descr iption of the pdf.
模拟退火c++的算法程序
- 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning is very good value
BIRCH源码(C)
- 数据挖掘算法BIRCH源码 c语言版本。- Data mining algorithm BIRCH source code c language edition.
clique算法源代码(c语言)
- 数据挖掘算法 clique算法 c语言版本- Data mining algorithm clique algorithm c language edition
用C++编写的BP神经网络开发包
- 开发环境:C++ 简要说明:这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。(不好意思,刚才上面那个类别没选好就点上传了) -development environments : C Brief Descr iption : This is a neural network development kit. Ann direc
C++神经网络开发包ANNIE源程序(最新版)
- C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序-C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environ
C的APRIORI程序
- 用C实现的APRIORI算法,希望对学习数据结构和算法的朋友有所帮助-C analysis algorithm to achieve the hopes of learning algorithms and data structures help a friend
用C++实现的bp算法程序
- 一个用C++实现的bp网络算法程序,供大家参考-a C realized bp network algorithm, for your reference
C实现矢量量化
- 使用C语言实现矢量量化,用到人工智能算法-use C language vector quantization, uses artificial intelligence algorithms
c++ slot machine
- using c++ simulate the slot machine.
c语言编写的遗传算法程序
- c语言编写的遗传算法程序
c语言神经网络
- c语言的神经网络源程序-c language source neural network
GD.C
- C Code for Godunov Method of Gas Dynamics (Euler Equations)
Fuzzy-C-means-clustering
- 模糊C均值聚类算法的C++实现代码模糊C均值聚类算法的C++实现代码-Fuzzy C means clustering algorithm C++ implementation code fuzzy C means clustering algorithm C++ implementation code
C-means-clustering
- C均值算法是一种很好的动态聚类算法,在实际中具有很高的应用价值。-C means algorithm is a good dynamic clustering algorithm, in practice has a high application value.
c-language
- 用c语言编写的标准遗传算法程序,有较为详尽的解释,可以再此基础上进行改进和扩展。是我很不容易找到的-C language standard genetic algorithm, a more detailed explanation can be based on improved and expanded. I am very easy to find
C语言描述PID算法程序
- C语言实现PID算法的程序代码,简单易懂(Implementation of PID algorithm in C language)