文件名称:Eidffakght

  • 所属分类:
  • 其它资源
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2008-10-13
  • 文件大小:
  • 13.27kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 刘**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

利用BFS算法解八数码问题

在3*3的方格上放着1-8数码,有一空格为0变化规则为空格可以和上,下,右,左四个相邻的数字互换,

至到和目标状态相等,

每一种状态用一个结点表示

而每个结点每次变化最多有四种结点,将这些结点依次入队列中,

例如初始结点S0,入队列后出队,将S0变化最多产生的四种结点S01,S02,S03,S04依次入队列中,

当S01出队后,产生的四种结点S11,S12,S13,S14(实际上不会有四种结点)依次入队,

每次出队时与结束结点相比较,如果相等则退出,

为了,防止已经入队的结点再次入队,(这样会造成列循环),将每次入队的结点设置一个标识号,

四种变化即:向上,向下,向右,向左,我们要求向上和向下互斥,向右和向左互斥-use BFS Algorithm for eight in digital 3 * 3, the box copy digital 1-8, 0 for a change in spacing rules for space and can, under the right, left four adjacent digital exchange, and to target state of the same, each state with a node and each said nodes changes each have up to four nodes, and these nodes will be followed into the queue, for example, the initial node S0, out into the queue after the teams will have the most S0 changes of the four nodes S01, S02, SO3, S04-followed cohort, when S01 out teams after the four nodes S11 , S12, S13, S14 (not, in fact, four nodes), followed by the team, each team up with the end node comparison, if the same were to withdraw from, in order to prevent the team has the guitar again joined the team, (this will lead out cycle), each of the team set up a
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 51622455eidffakght.rar 列表
Eight\StdAfx.h
Eight\StdAfx.cpp
Eight\ReadMe.txt
Eight\Eight.dsp
Eight\Eight.dsw
Eight\Eight.ncb
Eight\Eight.plg
Eight\算法说明.txt
Eight\Eight.cpp
Eight\Eight.opt
Eight

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org