搜索资源列表
TWOAlgorithm
- 包括两个有趣的算法:老鼠走迷宫和运算式中序式转后序式的C和JAVA实现的两个版本-including two interesting algorithm : Mouse Maze and the computation of the order after the order-to-C and JAVA two versions
PathFinder_Applet
- 一个很有意思的互动式的走迷宫程序。你可以用鼠标画出一个迷宫,然后电脑会找出迷宫走法。 当你点击\"Go\"按钮后,蓝色点会在你绘制的迷宫中试图找出通往绿色点的路径。-a very interesting interactions between the Maze procedure. You can use the mouse painted a labyrinth, and then the computer would find the maze in law. When you cli
Maze
- 一套基于人工智能的猫抓老鼠的程序,在web上可以演示,相关的参数可以在web上设置,附上相应的说明文档。-A cat and mouse based on artificial intelligence program, the web can be demonstrated, the relevant parameters can be set in the web, accompanied by appropriate documentation.
migong
- 用JAVA实现的电脑鼠走迷宫,对于学习JAVA很有帮助-Implemented with JAVA computer mouse maze, very helpful for learning JAVA
MicroMouse-r186
- 电脑鼠仿真软件,赠送电脑鼠历届比赛标准迷宫图。 在DOS环境下: 1.进入jar文件所在目录 2.输入如下命令: java -jar xxx.jar 即可 -Micro Mouse Maze Editor and Simulator Revision 186
t16_migong
- 令W[x][y]= = 1,表示空间(x, y)为墙 W[x][y] = = 0,表示空间(x, y)为洞 当W[x][y] = = 0且W[x][y+1] = = 0,表示从点(x, y)到点(x, y+1)有从西向东的通路;当W[x][y] = = 0且W[x+1][y] = = 0表示从点(x, y)到点(x+1, y)到从北向南的通路。迷宫的入口(0, 0),出口是右下角(在本例中是(7, 8)),希望你编写程序搜索一条由入口到出口的路径。迷宫规模: -The littl