搜索资源列表
ant
- 蚂蚁算法.这是人工智能中的蚂蚁算法,用applet实现。
954304TicTacToeGame
- [VC界面一字棋.rar] - 用人工智能的αβ剪枝算法实现,界面整洁漂亮,人机各为一方,三子连成一线即赢.. [FHC.rar] - 一个简单的聚类界面 是FHC和FCM的聚类算法比较 (FHC...
BaShuMa2
- 用java实现人工智能中经典的A*算法,实现八数码问题,
Syncretism
- 人工智能经典问题之 最一般合一算法JAVA实现
GeneticAlgorithm
- 介绍人工智能中的遗传算法,是人工智能的重要方法
JavaANNToolkit
- 人工智能-神经网络算法,包含BP算法等多种神经网络算法。对人工期智能感兴趣朋友,可以研究一下。
artificialintelligence.
- 人工智能代码JAVA程序,包括神经网络,遗传算法
JavaANPR是一个自动车牌识别程序
- JavaANPR是一个自动车牌识别程序,此程序采用了的了人工智能、机器视觉业绩神经网络的算法。,JavaANPR is an automatic number plate recognition software, which implements algorithmic and mathematical principles from field of artificial intelligence, machine vision and neural networks.
src
- 人工智能之APHA-Belta剪枝算法之java实现,输入输出均已标准化-APHA-Belta pruning algorithm of Artificial Intelligence.Java implementation.
mcshenduyouxian
- 传教士与野人过河问题的深度优先搜索算法,人工智能课的大作业,供大家分享-AI shenduyouxian
ChePaiShiBieByJava
- 这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别。-Very Very Good!
hill
- 爬山算法是一种局部择优的方法,采用启发式方法,是对深度优先搜索的一种改进,它利用反馈信息帮助生成解的决策。 属于人工智能算法的一种。-Climbing algorithm is a partial merit-based approach, using heuristic methods, is a depth-first search of an improvement, which uses feedback information to generate solutions to help
javaeight
- 八方块的人工智能算法主要用于研究人工智能的,并且是一个可以运行的例子-Eight-box algorithm is mainly used in artificial intelligence research in artificial intelligence, and is an example of running
MC_java
- 人工智能,回溯方法解MC问题,java语言。主要算法在MC.java中,test.java是测试程序,运行test.java程序即可。-Artificial intelligence, backtracking method to solve the MC problem, java language. MC.java in the main algorithm, test.java is a test program, run test.java procedures.
EightPuzzle
- A*算法实现八数码问题的解决,清华的人工智能课的作业,相信对后面的人有用。-A* Algorithm 8 digital solution to the problem, Tsinghua AI homework assignment, I believe that right behind him useful.
AI1
- 人工智能,一个8数码问题的解决,Java实现,采用A*算法。-a solution to eight number qusetion
simulated_annealing
- 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
8puzzle
- 8 puzzle是西人喜欢玩的一个小游戏,这段小程序用四种人工智能算法来实现这个小游戏。 首先是A*查找,包括Nilsson’s sequence score;Tiles Out of Place;Manhattan Distance;另外还有一种算法是air distance-8 puzzle a foreigner like to play a little game, this small program with four kinds of artificial intelligen
solve
- 独粒钻石棋求解属于计算机人工智能中的博弈问题, 本文介绍了一种基于遗传算法的解决方案并用Java语言加以实现.-failed to translate
MyAstar
- 人工智能主观贝叶斯算法,根据充分性度量LS、必要性度量LN、E的先验概率P(E)和H的先验概率P(H)作为前提条件,分析P(H/S)和P(E/S)的关系。-Artificial intelligence subjective Bayesian algorithm