搜索资源列表
CChessSource
- 中国象棋网络版C#源码 Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C
200707171150161392
- 用C语言程序实现遗传算法的功能,遗传算法是模拟自然界生物进化过程与机制求解极值问题的一类自组织、自适应的人工智能技术,它模拟达尔文的自然进化论与孟德尔的遗传变异理论,具有并行性等特点,简单通用。
C++_NLP_tagger_categorization_version_1.01
- 专家系统中的分类识别程序,内含一个简单的分类系统,并且可以通过数据的“训练”提高分类的精确度。用c语言编写,可以让学习专家系统和数据挖掘的朋友借鉴 -Expert System Classification of identification procedures, including a simple classification system, and data can be training to improve the classification accuracy. With
core
- 属性约简是粗糙集理论中的一个重要内容,其核心任务是得到属性集的核。本文提出了一种基于二进制运算 的属性核求解算法,该算法简单直观且易于实现。我们通过设计C语言程序验证了算法的有效性。 -Attribute reduction is considered one of the most important contents of the rough set theory,and core obtai- ning plays an essential role in attribute
perceptron
- 简单的一个关于神经网络的感知器程序,用c语言写得-A simple sensor on the neural network program written using c language
TSP_GA
- 在c语言中用遗传算法解决旅行商问题的一个简单的程序,含有主程序,数据文件-In c language using genetic algorithms to solve the traveling salesman problem of a simple program, with the main program, data file
beibaoGA
- 背包问题用遗传算法的一种简单程序,所用语言是c语言。-Knapsack problem with a simple genetic algorithm procedure, the language is c language.
tsp-ac
- 用模拟退火算法编写的解决旅行商问题的一个简单程序,所用语言为c语言。-Prepared by simulated annealing algorithm to solve traveling salesman problem with a simple procedure, the use of language c language.
BP
- 简单的BP神经网络实现程序,采用C语言实现,不知道是否对大家有用-Simple BP neural network program, using C language, do not know if it would be useful
ps
- C 语言实现的基于动物判别产生式系统的程序,程序比较简单,易懂。-C language program production system based on animal discrimination, the procedure is relatively simple and easy to understand.
c
- 一个简单的粒子群算法的C语言程序,不足之处欢迎大家指正-A simple particle swarm algorithm C language program, deficiencies welcome.
C语言描述PID算法程序
- C语言实现PID算法的程序代码,简单易懂(Implementation of PID algorithm in C language)
简单人机对抗的VC6源码
- VC6程序源码,可以和你玩石头剪刀布。原来是在网上看到牛人写的强化学习C语言例子,几十行代码就演示出基于强化学习的人机对抗效果!正在学习这方面,就稍微改了改键盘操作方式,让玩起来更顺畅。