搜索资源列表
农夫过河问题算法实现
- 农夫过河问题算法实现,可以直接下载,不用解码的.-farmer river issues algorithm can be downloaded directly without decoding.
农夫过河问题
- 农夫过河问题的广度优先搜索算法的PASCAL程序-farmer across the river in breadth - first search algorithm procedures PASCAL
农夫过桥向量应用
- 农夫过河问题的解决方法-farmer across the river the solution to the problem
农夫过河
- 一个农夫过河问题的算法-a farmer crossing the algorithm
模拟过河问题
- 小时候,我看到过这样的一道智力题: 一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条船,由于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊要吃菜,请问农夫如何才能使三样东西平安过河。经过不难的推理,相信读者都能轻而易举的解出这道题。但是,我们是否能用计算机解这一道题呢?答案是肯定的。本文就让读者去领略一下计算机快速解决问题。-was a kid, I saw the intelligence that one : a farmer with a wolf, a goat
农夫过河问题
- 上传一个程序大家互相交流啊! 主要是农夫过河问题的解法,大家可以相互交流。-upload a procedure they exchange ah! Farmers across the river is the main problem solution, we can exchange.
队列解决农夫过河问题
- 数据结构 数值算法与实现-队列解决农夫过河问题-numerical algorithm data structure and implementation-Queue solve farmers problems river
nfgh.rar
- 用于实现农夫过河问题,使农夫 狼 羊 蔬菜可以安全过河,For the realization of farmers across the river, so that the wolf sheep farmer vegetables can safely cross the river
stackqueue
- 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
farmer
- 数据结构实验:这个是C语言求解农夫过河问题-Experimental data structure: This is the C language to solve the problem the farmer across the river
bft_acrossRiver
- 用图的广度优先搜索算法实现农夫过河问题求解-Breadth-first search with a map to achieve problem solving across the river
famercrossriver
- 农夫过河问题描述的是一个农夫带着一只狼、一只羊和一棵白菜,处于河的南岸,而他要将这些东西带到北岸。但是他面前只有一条小船,而每次他只能带一件东西过河,由于食物链的关系,他不能将狼和羊同时留下,也不能将羊和白菜同时留下,但可以将狼和白菜同时留下。编写一段代码,描述农夫所采用的过河方法。 -Problem descr iption farmer across the river is a farmer with a wolf, a sheep and a cabbage, in the sout
AcrossTheRiver
- 关于农夫过河问题。能实现所有的情况,效果还不错-Farmer cross the river on the issue. To achieve all cases, results were pretty good
shujujiegouzonghesheji
- 数据结构中的综合大程序设计:背包问题的求解;约瑟夫环问题的求解;教学计划的编制;八皇后问题;农夫过河问题的求解-Complex data structures Programming: Knapsack Problem Joseph Central Problem teaching plans eight queens problem farmer across the river Problem
guohe
- 农夫过河问题,农夫,菜,羊要渡过河,羊要吃菜,狼要吃羊,农夫要保护他们-nongfuguohewenti
tree3
- 树结构及其应用,扩充二叉树与哈夫曼树 树结构的存储实现 树的周游与农夫过河问题 -tree structure!
crossriver
- 解决农夫过河问题的C语言代码,较容易理解-Farmer across the river to solve the problem of C language code, easier to understand
内部排序问题
- 简单农夫过河问题,利用栈来解决农夫过河问题(Simple farmer crossing the river)
农夫过河算法与数据结构设计a
- 农夫过河问题讲述的是一位农夫带着一只狼,一只羊和一颗白菜要渡过一条河,只有农夫能开船,且每次农夫只能带最多一样东西,并且农夫不在的时候,狼和羊,羊和白菜不能共存,我们需要在这个前提下找到渡河的最短路径。(About the farmer across the river is a farmer with a wolf, a sheep and a cabbage to cross a river, the farmer can only sail, and each farmer can onl
the problem of farmer crossing the river
- 用图的深度优先搜索实现农夫过河问题的解答(The solution of the problem of farmer crossing the river by the depth first search of the graph)