搜索资源列表
migong
- 基于人工智能的迷宫程序设计,包括程序代码内容与说明、程序各个全局变量的声明、主体程序的实现、执行结果演示、设计心得体会、程序源代码。
migong
- 老鼠走迷宫问题,VC++6.0开发平台,实现图形的界面。-IEEE MicroMouse Maze Algorithm Research and Implementation of The Algorithm
migong
- 这是一个实现的迷宫程序,也是数据结构的迷宫程序,在很多习题中都有,可以参考!-This is a realization of the maze procedure, is also a data structure of the maze procedure, there are a lot of exercise, can refer to!
migong
- 迷宫 0或1 0:表示可通 1:表示不通 @:表示走过但不通 *:表示通过的路径 -Maze 0 or 1 0: indicated that they could pass 1: that the barrier @: that through the barrier*: that the path through
migong
- 用C++的方法实现迷宫希望对大家有用 -C++, the method to achieve a maze hope for all of us thank you
migong
- 迷宫的源代码,随即生成,运行完毕,可以使用-THIS IS A SCOUR FOR MIGONG
manbumigong
- 数据结构中很经典的例子,相信多学习计算机专业的同学需要把!-migong
migong4
- 自制的迷宫程序,只要改变数组大小,就可以走出任意形状的迷宫-migong chengxu
migong
- 迷宫源代码,游戏的程序,希望给以给编程爱好者一些启发,或互相交流-a game to exchange with the people who love to edit program
migong
- 随便输入一个入口坐标和出口坐标,求出一条从入口到出口的路径,如果不存在或者存在要做出相应的判断,存在时将路径用坐标的形式表现出来。-Just enter an entrance coordinates and export coordinates, find a path from the inlet to the outlet does not exist or exists to make the appropriate judgment, there the path in the for
migong
- 迷宫问题是取自心理学的一个古典实验。实验中,把一只老鼠从一个没有顶的 大盒子的门放入,在盒中设置了许多墙,对行进的方向形成了多处阻挡。盒子仅仅 有一个出口,在出口处放置了一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。 重复对老鼠进行上述实验,看老鼠能在多久找到出口。 请设计一个算法实现迷宫问题求解。 -maze problem
