搜索资源列表
电脑鼠走迷宫最新算法
- 电脑鼠走迷宫最新算法电脑鼠走迷宫最新算法电脑鼠走迷宫最新算法电脑鼠走迷宫最新算法电脑鼠走迷宫最新算法
电脑鼠走迷宫算法
- 电脑鼠走迷宫程序 内含搜寻 建立等高表 冲刺
IEEE电脑鼠走迷宫代码第二版
- IEEE电脑鼠走迷宫代码第二版,此版为参加省赛所用的代码,依旧采用高速转弯方案,本方案所采用的调校方案较为保守,速度不是特别快,但是稳定性较高,可以顺利走完16*16迷宫,并可以进行简单修改走8*8迷宫,另外,如果对迷宫算法不满意可以单独提取转弯部分代码进行自行改编。-IEEE Computer Mouse Maze Code Second Edition, this version of the game used to participate in the provincial code,
SearchMaze
- 代码实现了电脑鼠走迷宫,利用“洪水”算法,快速并且准确-Code to achieve a computer mouse maze, using the " flooding" algorithm, fast and accurate
IEEE_MicroMouse
- IEEE电脑鼠走迷宫(完整参赛代码) 电脑鼠”,英文名叫做MicroMouse,是使用嵌入式微控制器、传感器和机电运动部件构成的一种智能行走装置(微型机器人),电脑鼠可以在不同“迷宫”中自动记忆和选择路径,采用相应的算法,快速地达到所设定目的地。-IEEE Computer Mouse Maze (full entry code) computer mouse " , the English name is called MicroMouse, is the use of embed
Maze
- IEEE电脑鼠走迷宫程序(带有记忆功能和智能算法)-IEEE Computer Mouse Maze procedure (with memory function and intelligence algorithm)
src
- 电子鼠走迷宫比赛程序(16*16),包括寻找最短路径算法,有记忆返回终点。
Maze
- 电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
mazecrossing
- 这是一个走迷宫算法的C++源程序,必须给出地图的宽度、高度,以及入口和出口坐标作为输入。-This is a Maze algorithm C++ Source must be given the map width, height, as well as import and export of coordinates as input.
zou_migong
- 超酷小鼠走迷宫问题,经典算法与数据结构问题-Cool mouse Maze problems, the classic algorithm and data structure issues
release
- 走迷宫的A*算法,用的是数组,个人的练习作品-Maze of the A* algorithm, using the array, the individual s practice work
algorithm
- 一些常用的算法, 包括 汉诺塔、走迷宫等-Some commonly used algorithms, including the Tower of Hanoi, Maze, etc.
zmg
- A* 算法实现走迷宫通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-A* algorithmthrough the preparation of the maze procedure to skillfully master A* algorithm.* A full understanding of algorithms and heuristic function of
maze_back
- 电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
axing
- 利用a星算法来走迷宫的C++实例。console下运行,a星算法比较简洁明了,便于学习-The use of a satellite algorithm to Maze in C++ examples. console running, a star algorithm is relatively simple and clear, easy to learn
unknownpalace
- 一个小人走迷宫,描述了如何走出的迷宫的具体的走法与算法-A villain Maze, describes how to get out of the maze of concrete walk method and algorithm
迷宫算法
- 到达每个点所走的步数都是最少的,多条路同时试着走,走到一个点,这个点就被占用了,不能再通过别的路走到这个点了()
迷宫算法
- 给定一个迷宫,输入入口出口,得到走出迷宫的正确路线(Given a maze, enter the entrance, exit, get the route)
基于网络通信&多路径&死胡同的java迷宫
- 1.基于网络通信的走迷宫 2.算法为栈,深度优先搜索遍历 3.基于线程 4.多路径的寻找 5.死胡同的判别 6.基于GUI实现(1. the maze of maze based on network communication 2. algorithm is the stack, the depth first search traversal 3. based on threads 4. The search for themultipath 5. Discriminat
数据结构——走迷宫
- 走迷宫算法的C++实现,可直接运行可执行文件 不需要重新编译(Maze algorithm C++ implementation, can run directly executable files do not need to re compile.)