搜索资源列表
传教士与野人渡河问题深度优先搜索
- 学习人工智能作的一个小设计,用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.
liejskjfs
- 野人过河问题属于人工智能学科中的一个经典问题,问题描述如下: 有三个牧师(也有的翻译为传教士)和三个野人过河,只有一条能装下两个人的船,在河的任何一方或者船上,如果野人的人数大于牧师的人数,那么牧师就会有危险. 你能不能找出一种安全的渡河方法呢?的matlab程序!-Savage river belongs to the problem of artificial intelligence disciplines a classic p
problem1
- 传教士野人渡河问题C++代码实现,更改N和K即可实现不同数目问题的求解
savage
- 传教士和野人渡河问题盲目搜索算法 一个典型的人工智能算法-missionaries and Savage cross river blind search algorithm of a typical artificial intelligence algorithms
传教士野人过河问题
- 设有3个传教士和3个野人来到河边,打算乘一只船从右岸渡到左岸去。该船的负载能力为两人。在任何时候,如果野人人数超过传教士人数,那么野人就会把传教士吃掉。他们怎样才能用这条船安全地把所有人都渡过河去?
savage
- 传教士和野人渡河问题盲目搜索算法 一个典型的人工智能算法-missionaries and Savage cross river blind search algorithm of a typical artificial intelligence algorithms
传教士与野人渡河问题深度优先搜索
- 学习人工智能作的一个小设计,用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.
liejskjfs
- 野人过河问题属于人工智能学科中的一个经典问题,问题描述如下: 有三个牧师(也有的翻译为传教士)和三个野人过河,只有一条能装下两个人的船,在河的任何一方或者船上,如果野人的人数大于牧师的人数,那么牧师就会有危险. 你能不能找出一种安全的渡河方法呢?的matlab程序!-Savage river belongs to the problem of artificial intelligence disciplines a classic p
mc
- 野人与传教士 用回溯的方法解决n,k下的传教士野人问题。 输入为n和k, 输出是一个字符串的数组,表示渡河的过程,第i个元素表示第i步摆渡后的状态 第0个元素表示初始状态,如 "(3,3,1)" …………………… 最后一个元素表示最终状态,即 "(0,0,0)" 如果没有解,返回一个只有一个元素"no solution"的字符串数组-Savage and missionari
PriestsAndDevils
- 传教士与野人过河问题:三个牧师(也有的翻译为传教士)和三个野人过河,只有一条能装下两个人的船,在河的任何一方或者船上,如果野人的人数大于牧师的人数,那么牧师就会有危险. 找出一种安全的渡河方法-Priests And Devils
ferry
- 野人与传教士(渡河)问题,输入参数n和k,从文件中读入,答案输出到文件。-Savage and missionaries (crossing) problem, the input parameters n and k, read from the file, the answer is output to a file.
code
- 利用C解决传教士与野人问题。有N个传教士和N个野人来到河边准备渡河,河岸有一条船,每次之多可供k个人乘渡。传教士为了安全起见,任何时刻,河两岸以及船上的野人数目总是不能超过传教士的数目(传教士数目为0除外)。求解一个可以令传教士和野人安全从左岸全部摆渡到右岸的过程。-Missionaries and savages in C to solve the problem. There are N and N Savage missionar
mc-problem
- N个传教士和野人的渡河问题,采用递归算法-Missionaries and the savages of N crossing problem, using a recursive algorithm
Missionaries-and-Cannibals-problem
- 传教士和野人渡河问题,经典的人工智能,深度优先算法-Missionaries-and-Cannibals problem
渡河问题
- 内附有传教士和野人渡河问题的MATLAB代码和详细注释(With the missionaries and wildlings crossing the river problem MATLAB code and detailed comments)