搜索资源列表
xyzzyzzz
- 产生式系统中传教士和野人问题的java版 产生式系统中传教士和野人问题的java版-production system missionaries and Savage java version of the Production S ystem missionaries and savage version of the java
传教士与野人渡河问题深度优先搜索
- 学习人工智能作的一个小设计,用VC++6.0来基本实现传教士和野人渡河问题,这个算法是应用深度优先搜索算法。-study artificial intelligence for a small design, VC 6.0 to achieve missionaries and savage river, the algorithm is the use of depth-first search algorithm.
野人传教士问题
- 这是关于人工智能中关于传教士和野人问题的详细说明,请大家参考,提出修改意见-on Artificial Intelligence missionaries and Savage on the details, please refer to proposed amendments. .
修道士与野人1.9
- 用C++实现传教士与野人问题,其中规定有一个野人不会划船的人工智能问题-C and Savage realize missionaries, which is not a savage row of artificial intelligence problem
野人-传教士
- 用c++实现的人工智能中野人和传教士问题,有注释部分!-achieve with the AI Savage and missionaries, a Notes!
传教士与野人问题
- 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missiona
prayer
- 野人传教士问题的一种简单实现方法,用的是标准模板库实现的BFS-Savage missionaries of a simple method, using the standard template library of the BFS
liejskjfs
- 野人过河问题属于人工智能学科中的一个经典问题,问题描述如下: 有三个牧师(也有的翻译为传教士)和三个野人过河,只有一条能装下两个人的船,在河的任何一方或者船上,如果野人的人数大于牧师的人数,那么牧师就会有危险. 你能不能找出一种安全的渡河方法呢?的matlab程序!-Savage river belongs to the problem of artificial intelligence disciplines a classic p
chuanjiaoshiheyeren
- 产生式系统中传教士和野人问题的java版-production system missionaries and savage version of the java
AI030
- 传教士野人坐同一船只过河问题的C语言程序-missionaries Savage sit the same river vessels of the C Programming Language
MCProblem
- 传教士野人问题 用链表类保存路径,并删除无用路径节点-missionaries Savage spent objectlist preserve trails and delete useless path nodes
MCProcDemo
- 人工智能实验---求解传教士与野人问题,并画出状态图做动态演示.-experimental artificial intelligence -- for missionaries and savage, and the mapping out of the state plans to do dynamic demonstration.
MC_PROBLEM
- 人工智能教科书里面传教士与野人问题的VC++源代码,有详细注释。已经通过调试-AI textbook missionaries and savage inside the VC source code, a detailed notes. Through debugging
chuanjiaoshi
- C/C++求解野人与传教士问题。自定义野人和传教士人数。-C / C for savage problems with the missionaries. Since the definition of savage and the number of missionaries.
MCBoat
- 传教士和野人问题,最简单的宽度优先搜索方法实现-missionaries and savage, the most simple width priority search method
mnc
- Missionaries and cannibals algorithm
MCproblem
- 人工智能解决野人传教士本实验研究了用人工智能的理论求解传教士(Missionaries)与野人(Cannibals)过河问题(M-C问题)。实验设计采用产生式系统的概念,将问题用状态空间表示,搜索技术采用状态空间启发式搜索的A*算法,规则设计采用产生式规则,用C语言实现了A*算法求解M-C问题,加深了对人工智能的认识与理解。过河问题。-Of artificial intelligence to solve Savage missiona
Missionaries-With-Savage-Problems-
- 在人工智能中用A*算法解决传教士与野人问题,最后输出解决方案-Using the A* algorithm to solve the Missionaries With Savage Problems
Missionaries-across-the-river
- 传教士过河问题,不仅得出可行的方案数,而且列出具体的方案。-Missionaries across the river
Missionaries-and-Cannibals-problem
- 传教士和野人渡河问题,经典的人工智能,深度优先算法-Missionaries-and-Cannibals problem