文件名称:turtle-maze
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 25kb
- 下载次数:
- 0次
- 提 供 者:
- Da***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
This class models a turtle in the habitat. Each turtle is described by its location and the direction in which the turtle is moving.
The turtle can move to the next cell and turn its direction to the right or to the left.
Also, this class provides methods to check if the next location is empty, to check the color of its next and current location, and to paint its current location.
The turtle can move to the next cell and turn its direction to the right or to the left.
Also, this class provides methods to check if the next location is empty, to check the color of its next and current location, and to paint its current location.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
content
.......\empty.gif
.......\finish-cell.gif
.......\layout-empty.gif
.......\layout-followTheColorSigns.bmp
.......\layout-followTheColorSigns.gif
.......\layout-followTheYellowRoad.bmp
.......\layout-followTheYellowRoad.gif
.......\layout-maze.gif
.......\layout-randomWalker.bmp
.......\layout-randomWalker.gif
.......\layout-wallFollower.gif
.......\start-cell.gif
.......\turtle-0.gif
.......\turtle-1.gif
.......\turtle-2.gif
.......\turtle-3.gif
.......\turtle-error.gif
.......\turtleMazeCommands.html
.......\turtleMazeMain.html
class
.....\Cell.class
.....\Habitat.class
.....\HabitatElement.class
.....\Simulation.class
.....\Turtle.class
.....\TurtleMazeBehaviors.class
.....\TurtleMazeBehaviorsServlet.class
.....\TurtleMazeBehaviorsSimulation.class
work
....\TurtleMazeBehaviors.java
.......\empty.gif
.......\finish-cell.gif
.......\layout-empty.gif
.......\layout-followTheColorSigns.bmp
.......\layout-followTheColorSigns.gif
.......\layout-followTheYellowRoad.bmp
.......\layout-followTheYellowRoad.gif
.......\layout-maze.gif
.......\layout-randomWalker.bmp
.......\layout-randomWalker.gif
.......\layout-wallFollower.gif
.......\start-cell.gif
.......\turtle-0.gif
.......\turtle-1.gif
.......\turtle-2.gif
.......\turtle-3.gif
.......\turtle-error.gif
.......\turtleMazeCommands.html
.......\turtleMazeMain.html
class
.....\Cell.class
.....\Habitat.class
.....\HabitatElement.class
.....\Simulation.class
.....\Turtle.class
.....\TurtleMazeBehaviors.class
.....\TurtleMazeBehaviorsServlet.class
.....\TurtleMazeBehaviorsSimulation.class
work
....\TurtleMazeBehaviors.java