搜索资源列表
宫迷求解
- 这是一个我自己写的,请多多指教.是关于迷宫的求解问题.-This is one I wrote it myself, exhibitions. The maze is on solving problems.
maz
- 用c++实现迷宫程序,自动找到迷宫路径,且能找到最一条最短路径。希望能满足一些人的需要-used to achieve the maze procedure, automatically find the maze path and can find the most a shortest path. Hope to meet the needs of some
mazexy
- in.txt是存放迷宫矩阵的读入文件。 in.txt文件中间的第一行的第一个数是迷宫的行数,第二个数是迷宫的列数。 从第二行开始都是迷宫矩阵。 注: 1)“0”是通路,“1”是挡板; 2)可以任意更改数据,但是迷宫的行数和列数一定要在第一行中正确标明; 3)每个迷宫数据之间有1个空格,两行之间没有空行; 4)in.txt跟puzzle.cpp一定要放在同一个目录下。 -in.txt maze matrix was deposited into the docume
WalkInTheMazeAS2
- 小迷宫,利用vc++编的,利用数组实现,有动画效果。-small maze, using vc series, the use of the array, and it is animation.
LIUSHENG
- 本程序为一个迷宫程序,利用C做图,效果比较好,有人工手动和自动两种方式-the procedures for a maze procedure, and use C to do map, the results were quite good, by manual and automatic two ways
alog7-1
- 迷宫-maze.
2006081223131713066
- 迷宫地图的生成也有很多种方法,但是有些算法在生成较大维度时的计算速度很慢,尤其是如果用在电子词典之类上可能很成问题的。还有一个较大的问题就是很多算法生成的迷宫并不是真正意义上的迷宫,即路径不唯一。 用离散数学的集合观点来生成一个迷宫。 首先是M*N的一个矩阵,生成为M*N个集合,然后每次循环就合并一个集合,这样在M*N-1次合并之后就成了一个集合,也就是这M*N个元素连通了。算法首先得问题的是选择哪个元素来合并,我在这里是随机选择相邻集合。算法的关键是要记录合并的次序,否则你最后得到的只
maze8
- 可求出迷宫所有解和最优解,步骤:先创建迷宫:0表示通路,1表示障碍;再按m键计算;q键退出。-maze can be obtained for all solutions and the optimal solution, steps : first create the maze : 0 indicates that access, said one obstacle; Key then calculated m; q Key withdrawal.
ex1-maze
- 迷宫问题的递推算法 波形音频数据传送速率,其值为通道数×每秒数据位数×每样 本的数据位数/8。播放软件利用此值可以估计缓冲区的大小。
maze
- realize a maze with mfc,with two maps in the code
maze
- 随机生成迷宫的深度遍历算法 以用使用了A*算法的小DEMO-The depth of a randomly generated maze traversal algorithm to use the A* algorithm using a small DEMO
MazeSolverDemo
- 走迷宫的一个仿真平台,在C#上开发,用于模拟电子鼠走迷宫-Maze, a simulation platform, the C# On the development, used to simulate the electronic mouse Maze
maze-1.0-source-binaries
- C#迷宫程序 C#迷宫程序 C#迷宫程序 C#迷宫程序 -C# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# mazeC# maze
maze
- 迷宫游戏1.从文件中读出迷宫数据,寻找并打印路径通路;存储迷宫数据到文件。 2.文件中迷宫地图数据格式为: 长 宽 入口 出口 迷宫地图数据 迷宫地图数据由01二进制组成,1表示墙壁,0表示通路 3.可以采用字符显示迷宫地图和路径,比如□表示通路, ▇表示墙壁, ※表示找到的路径. -Maze game from a file read out the maze of data to find and print the path pathway storage maze
Maze-game
- 迷宫游戏程序,程序可以生成迷宫游戏的相关界面。-Maze Game program, the program can generate maze game related interface.
MAZE
- borlandc C++ 3.1 实现可视化迷宫算法-borlandc C++ 3.1 maze algorithm visualization
Maze
- 迷宫搜索动态演示程序,比对分析深度,宽度和A*搜索的效率-Maze searching dynamic presentation program, comparative analysis of the depth, width, and A* search efficiency
maze
- Microsoft c# 官方教学 迷宫游戏工程文件-Microsoft c# project file official teaching maze game
Maze
- 为了理解数据结构而设计的迷宫问题,随机生成一个迷宫,若走得通则给出,走不出则提示。-In order to understand the maze of data structure and design, randomly generated a maze, if General gives go, get out of the tips.
maze
- 迷宫小程序:以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍,前进的方向有4个,分别是上、下、左、右。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论-Labyrinth applet: with a m × n rectangular matrix representation of the maze, 0 and 1, respectively, said the maze of access and obstacles, the directi