搜索资源列表
BIRCH源码(C)
- 数据挖掘算法BIRCH源码 c语言版本。- Data mining algorithm BIRCH source code c language edition.
binarypso_c
- C语言编写的基本微粒群算法的应用介绍源码-C language's basic particle swarm algorithm for the application of the source
GA_Ann
- 神经网络和GA程序,是C语言编写的源码,适合各个行业-neural network and GA process, the preparation of the C language source code for all industries
C-ANN-sourceCode
- C语言神经网络源码 数种神经网络的C语言实现,要阅读该文章,您首先得熟悉ANN的学习算法,,否则您是读不懂这些代码的。本代码仅供学习研究之用,不得用于任何商业目的!谢谢! -neural network C language source code in several neural network in C language, to read the article, you must first be familiar with ANN learning algorithm, oth
CChessSource
- 中国象棋网络版C#源码 Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C
DISTANCE
- 计算欧几里德距离C语言源代码,次源码经测试可有效运行,源码简单易懂
cccccccccccc
- 商人过河问题C语言源码人工智能专题
genetic2
- 遗传算法的一个源码集成,内有数个c语言文件-a genetic algorithm source integration, which contains several language documents c
C-AI-CODE
- 偶然收集到的一个C语言源码,学习性很强,C语言学习利器—AI-CODE坦克机器人
BP_NeuralNetwork_C_Language_source_code
- 适合初学者学习BP神经网络系统的C语言源码-failed to translate
SGAC
- 标准遗传算法源码 C语言编程 求解函数优化问题。-Standard genetic algorithm C language programming for Function Optimization.
SOM
- SOM自组织神经网络的C语言源码,可以通过该程序实现无监督的聚类。-SOM self-organizing neural network C-language source code
m
- 自主巡线小车机器人的设计及其控制的c语言源码。-Independent line patrol car robot design and control of c-language source code.
gabor_c
- 一个用纯C语言编写的GABOR 变换源码,我在网上找了很久也没找到,只好自己根椐matlab版源码写了一个源码。-A pure C language source code written in GABOR transform, I am looking for a long time on the Internet had not found, had noted in their written a matlab source code version of source code.
JSP
- 车间调度问题用遗传算法生成问题c语言源码-job shop scheduling c source code
BP-neural-network-algorithm
- 该资料是对智能算法中的神经网络算法的改进代码,改进的BP神经网络算法(C语言源码)-The information is intelligent algorithm neural network algorithm code, the improved BP neural network algorithm (C language source code)
prog
- 研究演化算法入门基本程序。可用于求解基本数值优化问题。c语言源码。-Getting basic evolutionary algorithm research program. It can be used to solve basic numerical optimization problems. c language source code.
支持向量机的C语言程序源码
- 这是一段支持向量机器的C语言源代码,包含主函数、核函数还有各种运算(the programe of SVM includeing classfy.c hideo.c learn.c loqo.c)
神经网络C源码
- 基于C语言实现基于LM等多种神经网络,神经网络VC代码 包括BP LM QN算法(A variety of neural networks based on LM and so on based on C language)
简单人机对抗的VC6源码
- VC6程序源码,可以和你玩石头剪刀布。原来是在网上看到牛人写的强化学习C语言例子,几十行代码就演示出基于强化学习的人机对抗效果!正在学习这方面,就稍微改了改键盘操作方式,让玩起来更顺畅。