Welcome![Sign In][Sign Up]
Location:
Search - maze

Search list

[OtherMouseintothemaze

Description: 在一个随机的迷宫里,小白鼠如何能最快地从起点走到终点。可采用科学的神经网络或遗传算法来实现,也可以采用基本的办法:每条路都试探。-At a random maze, the mouse, how can the fastest from the starting point of an end. Neural network can be scientific or genetic algorithm to achieve, but also the basic approach can be used: each road test.
Platform: | Size: 4096 | Author: 冷秋 | Hits:

[Other GamesMousePacket

Description: 老鼠,此老鼠的地道很深,很复杂,就像迷宫一样,地图根据当前老鼠所在位置智能移动, -Mouse, the rat tunnel deep, very complex, like a maze, the map location of the light of the current smart mobile mouse,
Platform: | Size: 140288 | Author: 张伟林 | Hits:

[Data structsMaze

Description: 数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 -Data structure to solve the problem in the maze, the maze problem. Vcproj This is using an application wizard to generate the VC++ project the main project document. It contains the document to generate Visual C++ version information, as well as applications relating to the use of the wizard select the platform, configuration and project features. Maze problem. Cpp This is the main application source file. StdAfx.h, StdAfx.cpp these files used to generate a maze called the question. Pch precompiled header (PCH) files and named StdAfx.obj type of pre-compiled files.
Platform: | Size: 155648 | Author: 张艳彬 | Hits:

[Data structsMaze

Description: 迷宫算法(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. */ -/* 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. */
Platform: | Size: 1024 | Author: JerryJiang | Hits:

[source in ebookmaze

Description: 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic idea for solving the problem: If the current position can be adopted, in pressure, otherwise the next location to explore, if a dead end, then back to New Moon, the size of the maze: M* N. maze set up a custom. A simple maze to solve the problem is: starting from the entrance, along a certain direction to explore, can walk, then continue to move forward otherwise return along the same route, a direction for further exploration, until all possible pathways are exploring to date. In order to avoid going back to have access points (including the current path and current path in the point), all the points should be entered mark.
Platform: | Size: 34816 | Author: Tantan | Hits:

[Data structsmaze

Description: 典型的迷宫算法,用数据结构——栈来实现,很好的代码-maze
Platform: | Size: 2048 | Author: 任雪菲 | Hits:

[Othermaze

Description: 老鼠走迷宫。。。用回溯法求解。。。。矩阵记载迷宫资料-Maze rats. . . Method with backtracking. . . . Recorded in the maze of information matrix. . . .
Platform: | Size: 1024 | Author: star | Hits:

[Windows DevelopMazeDemo

Description: 一个vc下实现的走迷宫游戏,预设一个简单的迷宫环境,用户输入移动方向,走出迷宫-Under a vc game of the Maze, by default a simple maze environment, the user enters the direction of movement out of the maze
Platform: | Size: 492544 | Author: qianchen | Hits:

[OtherExp4

Description: 利用栈制作的控制台的迷宫,静态二维数组初始化迷宫-Making use of the console stack maze, a maze of static two-dimensional array initialization
Platform: | Size: 7168 | Author: zhaolu | Hits:

[AI-NN-PRmigongxunlu

Description: 实现迷宫自动寻路的一个机器人算法,使用了递归算法及堆栈操作,很具有参考价值-Automatically achieve the maze routing algorithm for a robot, the use of a recursive algorithm and the stack operation, is a reference value
Platform: | Size: 4096 | Author: 赵长风 | Hits:

[DirextXMaze

Description: 利用C++和D3D写的第一人称场景,用键盘和鼠标控制视野,类CS-The use of C++ and D3D scene first person to write with the keyboard and mouse control of vision, type CS
Platform: | Size: 5564416 | Author: 陈思昊 | Hits:

[JSP/JavaMaze

Description: A Maze created in Java. Great algorithms
Platform: | Size: 2048 | Author: dreamer | Hits:

[Windows Developlabyrinth

Description: 迷宫游戏(8086 汇编)可随机生成地图或者使用固定地图,至少要有五关,每关地图至少为 5*5,地图中要有一个入口和一个出口,入口到出口之间要有通路-Maze Game (8086 compilation) can be randomly generated map or use the fixed map, at least five passes and map at least every Guan 5* 5, the map should have one entrance and one exit, the entrance to the export pathway must be between
Platform: | Size: 7168 | Author: cgy | Hits:

[Othermaze

Description: 这是一个迷宫程序,用户可以自行玩迷宫.程序可以自动生成迷宫-maze program
Platform: | Size: 27648 | Author: 丽丽 | Hits:

[JSP/Javamaze

Description: 实现走迷宫的功能,能够随机生成路径,确保只有一条可行路径-To achieve the functions of Maze, the path can be randomly generated to ensure that there is only one feasible path
Platform: | Size: 3377152 | Author: pig | Hits:

[OpenGL programworms

Description: Maze code in OpenGL. Good one.
Platform: | Size: 5120 | Author: xabcdy | Hits:

[Windows Developmaze

Description: 迷宫通路算法实现 希望对大家有用 大家自己看看把 -maze complete算法实现 希望对大家有用 大家自己看看把
Platform: | Size: 1024 | Author: cc | Hits:

[Other GamesMaze

Description: 用链表实现的迷宫游戏,该链表TList是一个模板类链表-Achieved with the maze game list, the list is a template class TList list
Platform: | Size: 2048 | Author: 胡斌 | Hits:

[GDI-BitmapMaze

Description: 迷宫自动生成程序,并且可以将生成的迷宫以BMP文件格式保存下来。需要输入的参数为迷宫的长度、宽度和长宽格数。-Automatic generation of the maze procedure, and the maze can be generated in BMP file format saved. Parameters need to enter the maze of the length, width and length and width of the cells.
Platform: | Size: 40960 | Author: 鲁锐 | Hits:

[JSP/JavaMaze

Description: Maze solving using java
Platform: | Size: 46080 | Author: James | Hits:
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »

CodeBus www.codebus.net