资源列表
fisher
- 实现fisher线性判别分类,模式识别经典算法(realization of Fisher linear discriminant classification)
acm_math
- 一些关于程序的基本算法 一些关于程序的基本算法-math with acm
crafty23
- 超强国际象棋软件,代码编写规范,算法先进,值得学习。-Super chess software, coding norms, it is worth studying.
WordSimilarity
- 基于《知网》的相似度计算的工具,可以直接用其中的.exe文件,得到词语的义原等-HowNet word similarity
Channel
- 用jake模型分析通信中多径传播的影响,内容包括所有源程序和文档报告-Communication with jake model the impact of multipath propagation, including all source code and documentation reports
java蚁群算法
- 本代码是基于java语言,通过蚁群算法的实现了对最优路径查找的功能。
PCrenjiboyi
- 这是一个讲述人际博弈的初级书籍,入门级的,希望对大家有用-This is a game about interpersonal primary books, entry level, we hope to be useful
neural-network-Introductory-books
- 关于神经网络的入门书籍,书后附有相关的算法程序。-Introductory books on neural networks, the book is attached to the algorithm program.
A-star.c
- 实现A*算法,用C语言写的超好超实用,大家好好看看。-A* algorithm, written in C language, the ultra-practical, we take a good look.
nongfuguohe
- 人工智能的农夫过河问题,为了避免重复,我们将搜索过的状态放到set中,之后避开搜索这个状态即可。 我们使用深度优先搜索。搜索过程为:农夫做往返运动,当农夫从左岸到右岸时,优先选择带货物过河,当农夫从右岸到左岸时,优先选择不带货物过河。做出选择之后,前进一步,看看是否达到目标状态,如果没有达到,则农夫继续往返,知道搜索到目标状态,或者找不到解为止。-AI farmer river issues
Ganja-v1.1.0
- Ganja v1.1.0 IRC bot
PSO-matlab
- MATLAB编写的粒子群优化算法,好用!