搜索资源列表
传教士与野人渡河问题深度优先搜索
- 学习人工智能作的一个小设计,用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.
修道士与野人1.9
- 用C++实现传教士与野人问题,其中规定有一个野人不会划船的人工智能问题-C and Savage realize missionaries, which is not a savage row of artificial intelligence problem
传教士与野人问题程序
- 一个自己写的传教士与野人问题程序。程序结构比较清楚。完全安装人工智能的里面的结构编写的。-himself wrote a missionary with the Savage issue procedures. Program structure more clearly. Complete installation of artificial intelligence inside the structure.
传教士与野人问题
- 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missiona
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
CjsAYr
- 这是传教士与野人精典问题的一个简单实现传教士与野人的个数可以输入,船的容量可以输入为交作业写,很马虎,请高手赐教!-This is the classic missionaries and savage the realization of a simple missionary with the Savage Number input, the boat will be able to import perpendicular ope
传教士与野人渡河问题深度优先搜索
- 学习人工智能作的一个小设计,用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.
传教士与野人问题程序
- 一个自己写的传教士与野人问题程序。程序结构比较清楚。完全安装人工智能的里面的结构编写的。-himself wrote a missionary with the Savage issue procedures. Program structure more clearly. Complete installation of artificial intelligence inside the structure.
传教士与野人问题
- 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missiona
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
ferry
- 人工智能当中经典的传教士与野人渡河问题,C++实现-Artificial Intelligence missionaries among the classic problems with the Savage River, C++ Realize
MC_problem
- 人工智能中经典问题,传教士与野人问题的A*解法。不受传教士和野人数目的限制。简单易懂。-Classic problem in Artificial Intelligence, missionaries and Savage A* Solution issues. Savage from the missionaries and the number of restrictions. Easy-to-read.
A_Star_M_C
- 使用A*算法解决传教士与野人的问题,内含源代码直接编译即可运行。-The use of A* algorithm to solve the problem of the missionaries with the Savage, including the source code compiled to run directly.
MACPS
- 传教士与野人过河,刚开始有3个传教士和3个野人,如果野人的数量大于传教士的数量,则失败-Missionaries And Cannibals Puzzle Solver
mcshenduyouxian
- 传教士与野人过河问题的深度优先搜索算法,人工智能课的大作业,供大家分享-AI shenduyouxian
m-c
- 人工智能中的传教士与野人(m-c)问题java编程解决,简便易行。-m-c problem in Artificial Intelligence has been solved, and the process is easy.
upload1
- 传教士与野人问题。完美版。getStrategy函数参数是N和k,返回的是一个字符串数组,代表一个状态序列,数组中的每一个元素代表一个状态,每一个状态表示为(a,b,c),其中a表示左岸的传教士数目,b表示左岸的野人数目,c表示船是否在左岸,c=1为船在左岸,c=0为船在右岸。如果问题无解,返回只有一个元素 “no solution”的数组。-Missionaries and savages the problem. Perfect v