搜索资源列表
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. .
传教士和野人过河
- 在VC的环境下,用C++编程实现人工智能中的A*树的搜索算法,得到一个最优的过河方案。-in VC environment, the C programming AI * A tree search algorithms, to be an optimal program of the river.
传教士与野人问题
- 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missiona
传教士和野人过河问题程序
- 传教士和野人过河问题程序- The missionary and the savage cross river the question procedure
传教士野人过河问题
- 设有3个传教士和3个野人来到河边,打算乘一只船从右岸渡到左岸去。该船的负载能力为两人。在任何时候,如果野人人数超过传教士人数,那么野人就会把传教士吃掉。他们怎样才能用这条船安全地把所有人都渡过河去?
chuanjiaoshiheyeren
- 产生式系统中传教士和野人问题的java版-production system missionaries and savage version of the java
传教士和野人过河问题程序
- 传教士和野人过河问题程序- The missionary and the savage cross river the question procedure
传教士与野人渡河问题深度优先搜索
- 学习人工智能作的一个小设计,用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 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
- 人工智能中经典问题,传教士与野人问题的A*解法。不受传教士和野人数目的限制。简单易懂。-Classic problem in Artificial Intelligence, missionaries and Savage A* Solution issues. Savage from the missionaries and the number of restrictions. Easy-to-read.
NNK
- 野人传教士NNK 产生式系统简单实例 非常经典的算法 -Savage missionaries NNK production system is a classic example of a simple algorithm
frame
- 用回溯法解决不是很麻烦的传教士和野人问题-By backtracking to solve is not very troublesome issue of missionaries and Savage
upload1
- 传教士与野人问题。完美版。getStrategy函数参数是N和k,返回的是一个字符串数组,代表一个状态序列,数组中的每一个元素代表一个状态,每一个状态表示为(a,b,c),其中a表示左岸的传教士数目,b表示左岸的野人数目,c表示船是否在左岸,c=1为船在左岸,c=0为船在右岸。如果问题无解,返回只有一个元素 “no solution”的数组。-Missionaries and savages the problem. Perfect v
chuanjiaoshi
- 1. 野人与传教士过河问题:有传教士和野人各三人需要过河,他们都会划船。现只有一条船,一次只能载两人。假设野人多于传教士时传教士就会被吃掉。编程求出所有能确保全部安全的过河的计划,并给出Visual Prolog程序-1. Savage and missionaries across the river problem: There are three missionaries and savages the need to cross
渡河问题
- 内附有传教士和野人渡河问题的MATLAB代码和详细注释(With the missionaries and wildlings crossing the river problem MATLAB code and detailed comments)