文件名称:AI

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

人工智能中的八数码问题:附有详细的注释

我们可以将八数码问题看成移动空格的问题.在不断的移动空格过程当中不断改变棋盘的布局,使之到达目标状态.

用一个open表(本程序采用序栈)的节点,从中选择一个总体代价最小的节点(不妨设为A节点,栈不为空时)是否是目标状态,如果不是则将A节点的有效的儿子节点(不在open表及closed表中出现过,不违反移动规则)插入有序表open表中,并将A节点插入closed表中.然后重复以上操作.

-Artificial Intelligence 8 digital issues: with detailed annotations, we can be eight issues as the digital mobile space problems. In the continuous process of the mobile space changing the layout of the chessboard to make it reach the target state. With one open Table (This procedure using sequence stack) node, and select an overall cost of the smallest node (may wish to set the A node, when the stack is not empty) it is the target state, if not A node will be the son of an effective node (not open table and closed the table, there were no violations of the mobile rules) into an orderly table open table, and insert the closed node A table. and then repeat the above operation.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

AI程序

......\Debug

......\stack1.h

......\stackok.cpp

......\stackok.dsp

......\stackok.dsw

......\stackok.exe

......\stackok.ncb

......\stackok.opt

......\stackok.plg

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org