从24位真彩色bmp图上读取迷宫数据,然后找出路径,再在图上标出路径
上传时间: 2017-05-16
上传用户:fxf126@126.com
数据结构,求迷宫最短路径问题,C++写的
上传时间: 2014-01-07
上传用户:日光微澜
一个迷宫游戏。随机生成一个迷宫,入口在迷宫的左上角,你要穿过迷宫到达迷宫右下角的出口。
上传时间: 2017-05-17
上传用户:zhengjian
关于迷宫问题的几种解法,请大家参考参考,多指点指点
标签: 迷宫
上传时间: 2017-05-17
上传用户:lili123
传统的老鼠走迷宫程序 通过堆栈来实现的 C++ 程序
上传时间: 2013-12-29
上传用户:zhuyibin
走迷宫程序,小球进入迷宫,然后自动去寻找出口.
上传时间: 2017-05-28
上传用户:kristycreasy
Java Maze3D迷宫游戏源码,浏览器上只要安上JAVA解释器就能运行,三维显示迷宫,点击 "New" 按钮开始迷宫之旅, 找不到出口的时候点击"Solve" 按钮显示红色的出口线路,点击"Clear" 清除解答。按上、下、左、右光标键可以单步找出口。
上传时间: 2014-08-14
上传用户:chongcongying
数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。
上传时间: 2013-12-30
上传用户:moshushi0009
迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more grid (diagonal * jump is not allowed). * Your program should print a series of grid coordinates that start from m[0][0] * and go to m[9][9] * Hint: No need to find the shortest path, only need to find one path that gets * you to desitination. */
上传时间: 2013-12-27
上传用户:Divine
迷宫探险算法,一个CPP文件实现。在TC下编译生成。生成的程序是dos exe。LEFT/UP/RIGHT/DOWN 在迷宫中向左、上、右、下走一步。走过的路线显示为黄色,回头路显示为红色。
上传时间: 2017-06-10
上传用户: