资源简介
使用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
相关资源
- 基于Java打砖块小游戏
- java推箱子小游戏源码完整版
- 人工智能 动物产生式系统 java
- JAVA-连连看
- java编写的游戏(源码、注释)
- java小游戏
- JAVA做的小游戏,蛮有趣的
- android入门的数独小游戏
- android小游戏“二十一点”源码 注释
- 动物识别系统java版、C版
- 基于Java的桌球小游戏
- 用模拟退火算法实现旅行商问题Java
- Java 2D 射击小游戏
- java A*算法解决八数码、十五数码
- Java赛车小游戏简单,适于初学者
- 打地鼠小游戏 java课程设计
- 精典java游戏合集 欢迎大家
- Java编写的吃豆人小游戏
- 苏苏爱自由-java扫雷小游戏
- Java小游戏贪吃蛇 完整
- java语言解决八数码问题完整版
- Java图形界面编程小游戏 --- 10 * 10 扫雷
- java 幸运52游戏
- Android 堆房子简单小游戏
- Java模拟拼图小游戏
- 人工智能自动扫雷
- 用java实现2048小游戏的实验报告
- java连连看游戏源代码
- javaFX写的推箱子小游戏
- JAVA实现GUI计时器+贪吃蛇+扫雷
评论
共有 条评论