登录
首页 » c++ » 农夫过河问题

农夫过河问题

于 2022-01-21 发布 文件大小:1.92 MB
0 41
下载积分: 2 下载次数: 1

代码说明:

农夫过河问题,用C++做 一个农夫带着—只狼、一只羊和—棵白菜,身处河的南岸。他要把这些东西全部运到北岸。他面前只有一条小船,船只能容下他和—件物品,另外只有农夫才能撑船。如果农夫在场,则狼不能吃羊,羊不能吃白菜,否则狼会吃羊,羊会吃白菜,所以农夫不能留下羊和白菜自己离开,也不能留下狼和羊自己离开,而狼不吃白菜。请求出农夫将所有的东西运过河的方案。 实现上述求解的搜索过程可以采用两种不同的策略:一种广度优先搜索,另一种深度优先搜索。这里介绍在广度优先搜索方法中采用的数据结构设计。 用状态表,程序应在屏幕上得到如表3所示的结果。 表3 测试结果 步骤 状态 南岸 北岸 0 农夫 狼 羊 白菜 1 狼 白菜 农夫 羊 2 狼 农夫 白菜 羊 3 农夫 狼 羊 白菜 4 羊 农夫 狼 白菜 5 农夫 羊 狼 白菜 6  农夫 狼 羊 白菜

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • test
    wince6.0 烧写镜像 可测试DM3730核心板 wince6.0系统 (wince6.0 image testDM3730 wince6.0 system)
    2016-03-22 09:41:48下载
    积分:1
  • c语言实现json库
    包含完整的用于实现c语言打包json的库文件和使用例程
    2022-08-23 19:50:43下载
    积分:1
  • TI-RFID-antna
    ti关于rf天线的设计、调试方法,13.56M精讲( ti on rf antenna design, debugging method, 13.56M succinctly)
    2016-07-01 12:31:01下载
    积分:1
  • OQPSK
    基于OQPSK调制的瑞丽衰落信道的性能分析与仿真(Performance analysis and Simulation of Rayleigh fading channel based on OQPSK modulation)
    2017-12-11 08:49:22下载
    积分:1
  • 我的作業代碼
    我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了我們老師的作業,不知道要寫啥了
    2022-07-14 23:48:24下载
    积分:1
  • 3.3
    数据结构中关于单链表的算法,将两个链表有序链合并成一个非递归有序的单链表,并不占用其他的存储空间(data structure of single-chain algorithm Listless and orderly of the two chains merged into a non- recursive and orderly single linked list, does not occupy other storage space)
    2006-12-03 21:16:10下载
    积分:1
  • 8枚硬币问题
    基于8枚硬币问题的实验报告    报告内附有源码
    2022-10-07 08:25:03下载
    积分:1
  • qinwajiaohuan
    青蛙交换游戏,用c语言编写的,亲测可行!亲们,可以下载学习下~!!!(Frog exchange game, with the c language, pro-test possible! Pro, you can download to learn the next ~!!!)
    2011-11-28 23:20:28下载
    积分:1
  • Matlab-CPP
    Matlab C++数学库对元组阵列的操作(======================================================================== CONSOLE APPLICATION : cellArrayCreate ======================================================================== AppWizard has created this cellArrayCreate application for you. This file contains a summary of what you will find in each of the files that make up your cellArrayCreate application. cellArrayCreate.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. cellArrayCreate.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named cellArrayCreate.pch and a precompiled types file named StdAfx.obj. ////////)
    2011-05-06 13:30:03下载
    积分:1
  • WM8978声卡边录边播
    本设计系统基于WM8978语音编解码芯片,可以实现录音与放音的功能,用DMA搬移数据,节省了大量CPU的时间,数据传输非常快。
    2022-03-23 04:48:23下载
    积分:1
  • 696518资源总数
  • 104326会员总数
  • 25今日下载