搜索资源列表
狼吃羊
- 一个儿童时期玩的小游戏,用VB编写的,主要说明 了一些走棋算法.-a childhood playing small games, prepared by the VB, mainly to explain away some of the chess algorithm.
农夫过河_不游泳的鱼
- C++开发的。农夫过河。一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条一船,由 于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊要吃菜,请问农夫如何才能使三样东西平安过河。 -C development. Farmers across the river. A farmer with a wolf, a goat and some vegetables across the river. Only a
ChooseCar
- 模拟软件体系结构中的MVC实现的一个小游戏:羊与汽车-simulation software architecture of the MVC to achieve a little game : the sheep and cars
顽皮的羊
- 一只可爱小绵羊 在你的屏幕里转悠,深受女孩子的喜爱 -a cute little lamb in your screen cruise, popular girls love
小肥羊火锅店收费系统
- 东莞小肥羊火锅店收银系统,能实现前台收银记帐管理,快速的点菜系统,和桌号管理系统 是一般餐饮店首选程序-Dongguan Xiaofeiyang Pot shop cash register system, able prospects cashier account management, and rapid Ordering System, tables and management system, Food shops are
过河算法
- 过河算法属于面试经典算法,有很多人会被问到,羊虎人咋个过河才安全-algorithm belongs to the river interviews classic algorithm, a lot of people asked that the sheep were 17th Tiger river safe
through_river
- 农夫过河:农夫带着一只狼、一只羊、一颗白菜,要从河的左岸过去河的右岸。狼要吃羊,羊要吃白菜,只有农夫在的的时候才不会右被吃的情况发生,要怎么过河呢?-farmer across the river : a farmer with a wolf, a goat, a Chinese cabbage, from the left bank of the river past the right bank of the river. Wolf
nongfulangyangcai
- 农夫 狼 羊 菜 过河 问题 sdfd-wolf sheep farmer vegetables river issues sdfd
DemoCode
- lcd驱动选用凌羊的splc501,通过调用驱动程序,可一显示各种图形,动态画面等
200710072
- 过河问题大家都知道,不多说了. 解决这个问题的经典方法就是使用有限状态机. 根据人,狼,羊,菜,在不同河岸,可以抽象出N种不同的状态.某些状态之间可以转换. 这些转换就是运算了. 我们的目的就是找到一组这样的运算,可以从初始状态转换到终止状态. 其间的状态必需都是合法的
RiveProblem
- 自己写的一个农夫,狼,羊,白菜过河问题的源代码.
书羊农历控件 V1.5
- 书羊农历控件 V1.5-book sheep Lunar Control V1.5
ok
- quartus下实现的简易人羊白菜过河问题,采用的硬件可能不一样请修改程序中对应的端口
3
- 关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这边和那边两种状态;为方便则定义一个结构,只含一个int型变量n;当在河这边时n设为0;在河那边时n设为1。由于每次过河与返回都要考虑狼能否吃羊或羊能否吃白菜;则需要一个函数来判断每次选择是否满足条件。
模拟过河问题
- 小时候,我看到过这样的一道智力题: 一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条船,由于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊要吃菜,请问农夫如何才能使三样东西平安过河。经过不难的推理,相信读者都能轻而易举的解出这道题。但是,我们是否能用计算机解这一道题呢?答案是肯定的。本文就让读者去领略一下计算机快速解决问题。-was a kid, I saw the intelligence that one
书羊农历控件 V1.5
- 书羊农历控件 V1.5-book sheep Lunar Control V1.5
小肥羊火锅店收费系统
- 东莞小肥羊火锅店收银系统,能实现前台收银记帐管理,快速的点菜系统,和桌号管理系统 是一般餐饮店首选程序-Dongguan Xiaofeiyang Pot shop cash register system, able prospects cashier account management, and rapid Ordering System, tables and management system, Food shops are
peoplesheep8
- 人狼羊菜过河的 C++程序 源代码 vbggdfh-people wolf sheep
renyanglangshucaiguohe
- 人、羊、蔬菜、狼如何过河?这是一个用matlab语言编写的程序来求解他们怎么过河的算法。-Human, sheep, vegetables, how the wolf across the river? This is a program written using matlab to solve them how to cross the river of the algorithm.
Wolf and sheep
- C++实现的一款狼和羊生态系统模拟 有青草、狼和羊狸三种生物。可以用网格表示整个环境,每个格子内用不同字母表示不同事物(A wolf and sheep ecosystem simulation by C ++ .)