资源简介
使用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编写21点游戏(附源代码)
- 森林冰火人单人版(源码)
- 50个java小游戏源代码
- Java控制台实现猜拳游戏小游戏
- JAVA潜艇大战小游戏源码
- java实现的水果忍者游戏
- java小游戏jar
- android 纸牌游戏
- Java小游戏之数字彩虹雨
- Java小球躲避小游戏
- Java小游戏扑克牌
- Java实现坦克大战小游戏.zip
- Android小游戏144405
- 320X240Java小游戏
- Java仿微信飞机大战--Swing界面
- Java实现人机猜拳小游戏
- java实现象棋
- java取球小游戏人机交互
- Java课设:Java小游戏 内+PPT
- JAVA Swing小游戏与代码
-
用java Jfr
ame,JPanel写的大鱼吃小鱼小 - android扫雷小游戏源码
- Android游戏源码仿涂鸦跳跃DoodleJump的小
- Android游戏源码五合一连连看小游戏源
- JAVA开源小游戏-魔法城
- 基于JAVA实现的贪吃蛇小游戏包含用户
- JAVA类小游戏集合压缩包
- Android 开发 五子棋小游戏
- 接苹果Android小游戏源码
- 自然语言处理小应用程序开发——汇
评论
共有 条评论