資源簡介
使用Java編寫的The Wumpus World程序。
The Wumpus World是人工智能中的經典問題,涉及到一階謂詞邏輯(FOL)的方法。
本程序適用于人工智能的初學者。

代碼片段和文件信息
package?Test;
import?java.awt.Point;
import?javax.swing.JOptionPane;
import?theWumpusWorld.Tools;
public?class?RandomTest?{
/**
?*?@param?args
?*/
public?static?void?main(String[]?args)?{
//?TODO?Auto-generated?method?stub
Tools?tool?=?new?Tools();
Point?p?=?tool.getRandomPoint(4?4);
JOptionPane.showMessageDialog(null?p);
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????390??2011-11-18?15:05??theWumpusWorld\.project
?????文件???????6887??2011-11-25?20:02??theWumpusWorld\src\theWumpusWorld\Mainfr
?????文件???????3449??2011-11-25?15:50??theWumpusWorld\src\theWumpusWorld\Cell.java
?????文件??????14038??2011-11-29?11:43??theWumpusWorld\src\theWumpusWorld\Game.java
?????文件??????14089??2011-11-29?11:54??theWumpusWorld\src\theWumpusWorld\Role.java
?????文件???????1517??2011-11-25?15:50??theWumpusWorld\src\theWumpusWorld\Tools.java
?????文件???????1798??2011-11-25?14:19??theWumpusWorld\src\theWumpusWorld\AStarNode.java
?????文件???????4783??2011-11-25?15:47??theWumpusWorld\src\theWumpusWorld\AStarManager.java
?????文件???????4603??2011-11-29?12:06??theWumpusWorld\src\theWumpusWorld\TalkContentCN.java
?????文件???????4650??2011-11-25?22:59??theWumpusWorld\src\theWumpusWorld\ClassGraph.uml
?????文件??????21088??2011-11-25?22:59??theWumpusWorld\src\theWumpusWorld\ClassGraph.umldi
?????文件????????378??2011-11-19?10:01??theWumpusWorld\src\Test\RandomTest.java
?????文件???????1741??2011-11-25?15:50??theWumpusWorld\bin\theWumpusWorld\Tools.class
?????文件???????9682??2011-11-29?11:54??theWumpusWorld\bin\theWumpusWorld\Role.class
?????文件???????7100??2011-11-25?20:02??theWumpusWorld\bin\theWumpusWorld\Mainfr
?????文件????????724??2011-11-25?20:02??theWumpusWorld\bin\theWumpusWorld\Mainfr
?????文件???????1542??2011-11-25?20:02??theWumpusWorld\bin\theWumpusWorld\Mainfr
?????文件??????10907??2011-11-29?11:43??theWumpusWorld\bin\theWumpusWorld\Game.class
?????文件???????3670??2011-11-25?15:50??theWumpusWorld\bin\theWumpusWorld\Cell.class
?????文件???????2212??2011-11-25?14:19??theWumpusWorld\bin\theWumpusWorld\AStarNode.class
?????文件???????5181??2011-11-25?15:47??theWumpusWorld\bin\theWumpusWorld\AStarManager.class
?????文件???????5779??2011-11-29?12:06??theWumpusWorld\bin\theWumpusWorld\TalkContentCN.class
?????文件????????724??2011-11-25?20:02??theWumpusWorld\bin\theWumpusWorld\Mainfr
?????文件????????809??2011-11-25?20:02??theWumpusWorld\bin\theWumpusWorld\Mainfr
?????文件????????990??2011-11-25?20:02??theWumpusWorld\bin\theWumpusWorld\Mainfr
?????文件????????947??2011-11-25?20:02??theWumpusWorld\bin\theWumpusWorld\Mainfr
?????文件????????948??2011-11-25?20:02??theWumpusWorld\bin\theWumpusWorld\Mainfr
?????文件????????948??2011-11-25?20:02??theWumpusWorld\bin\theWumpusWorld\Mainfr
?????文件???????4650??2011-11-25?22:59??theWumpusWorld\bin\theWumpusWorld\ClassGraph.uml
?????文件??????21088??2011-11-25?22:59??theWumpusWorld\bin\theWumpusWorld\ClassGraph.umldi
............此處省略14個文件信息
- 上一篇:各種Hash函數JAVA版
- 下一篇:morph-1.1.1.jar
評論
共有 條評論