搜索资源列表
migong
- 迷宫问题 任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; [问题描述] 走迷宫是实验心理学中一个古典问题。用计算机解迷宫路径的程序,就是仿照人走迷宫而设计的,也是对盲人走路的一个机械模仿。 [实现提示] 假设迷宫是一个矩形,我们把它分成许多小方格,在每个小方格上或者已筑成墙或者没有,这
labyrinth
- 深度优先算法老鼠走迷宫游戏。 其中包括了使用不同算法编写的多个源代码
09
- 电脑鼠走迷宫,该算法简单,能实现左转右转45°。快速搜索。-Computer Mouse Maze
Maze
- 走迷宫,迷宫搜索算法,对于一个任给的迷宫,给定入口,自动给出出口及走迷宫的路径-Maze, maze search algorithm, for a term to the maze, given the import, export and automatic paper path Maze
puzzleWayOut
- 一个图形界面的设置迷宫,自动走迷宫的算法程序…包含知识有走迷宫算法,图形绘制,文件操作等-failed to translate
Messiah
- 电脑鼠走迷宫的局部搜索算法,找出最短路径后返回起点开始冲刺-Computer Mouse Maze of the local search algorithm to find the shortest path back to starting point after the sprint
maze
- 代码实现了电脑鼠走迷宫,利用右手算法,快速并且准确-Code of the computer mouse maze, using the right hand algorithm, fast and accurate
tankzoumigong
- 坦克走迷宫算法,简单的astar初步,利于学习迷宫算法的思想-Tank Maze algorithm, the initial simplest astar, conducive to learning the maze idea of the algorithm
Maze-classical-algorithm
- C语言的走迷宫算法,经典的C语言学习案例分享,可以运行-Maze C language algorithms, the classic case of the C language to learn to share, you can run
maze
- 用深度优先算法解决的走迷宫问题,使用文件输入输出,其中输入的矩阵中,0表示不可走,1表示可走。-With a depth-first algorithm to solve the maze problem, use the file input and output, where the input matrix, 0 can not go, 1 to go.
maze
- 迷宫算法,用户指定迷宫的大小,然后找出至少一条走出迷宫的出路- find a way to path the maze
a
- 一种电脑鼠走迷宫转弯算法的改进与实现方法。-A computer mouse maze turn Algorithm and implementation
diannaoshusousuo
- 提供一种电脑鼠走迷宫的搜索算法代码,能够为你减少工作量-Search algorithm of a computer mouse
SearchMaze-C
- 完整的电脑鼠走迷宫算法,能完成迷宫搜索,以及迷宫冲刺的功能。-The computer mouse maze algorithm to complete the maze search, and maze sprint functionality.
Maze
- 电脑鼠走迷宫的智能算法,基于lm615arm单片机的电脑鼠-Intelligent algorithm of the computer mouse maze, microcontroller-based lm615arm computer mouse
good
- 这是一个电脑鼠走迷宫算法基本成熟的程序,可以实现部分迷宫搜索功能,而不是全宫搜索-This is a computer mouse maze algorithm basically mature procedures, can achieve some of the maze search function, rather than the entire palace search
Maze
- 本代码实现了最简单的走迷宫算法,迷宫是一个二维数组,暂时没实现自动生成迷宫,只是实现了自动找到出口的一个算法,感兴趣的可以下载下来研究,说不定会带给你一些灵感。-The source implementation of the easiest maze algorithm, the maze is a two-dimensional array, temporarily not automatically generated maze, just an algorithm to automati
migong11111111111123
- C++利用堆栈实现走迷宫算法: 迷宫 算法堆栈c链表it 迷宫图案,白色代表通道,黑色代表墙。 迷宫入口坐标(1,1),出口坐标(8,8) 0 1 2 3 4 5 6 7 8 9 0■■■■■■■■■■ 1■□□■□□□■□■ 2■□□■□□□■□■ 3■□□□□■■□□■ 4■□■■■□□□□■ 5■□□□■□□□□■ 6■□■□□□■□□■ 7■□■■■□■■□■ 8■■□□□□□□□■ 9-C++ use st
迷宫算法
- 给定一个迷宫,输入入口出口,得到走出迷宫的正确路线(Given a maze, enter the entrance, exit, get the route)
数据结构——走迷宫
- 走迷宫算法的C++实现,可直接运行可执行文件 不需要重新编译(Maze algorithm C++ implementation, can run directly executable files do not need to re compile.)