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

Search list

[Othermigong

Description: 解决迷宫问题的程序,能求出迷宫的输出路径。-Solve the maze procedure to derive the output path of the maze.
Platform: | Size: 1027072 | Author: 毛宗禹 | Hits:

[Data structsmigong

Description: 数据结构中栈算法的简单应用,通过程序模拟迷宫的生成和寻找出口的动态演示过程-Data structure in a simple stack algorithm applications, the adoption of procedures for the generation and simulation of a maze to find the export dynamic demonstration
Platform: | Size: 3636224 | Author: seaman | Hits:

[Documentsmigong

Description: 这是一个实现的迷宫程序,也是数据结构的迷宫程序,在很多习题中都有,可以参考!-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!
Platform: | Size: 2048 | Author: lgf | Hits:

[Data structsmigong

Description: 可以在一个给定的迷宫中找出出口,迷宫类型为一个数字迷宫,设有入口和出口-Can be given in a maze to find the export of a number maze type maze, with import and export
Platform: | Size: 1024 | Author: 张春林 | Hits:

[GUI Developmigong

Description: 迷宫 已经定义好迷宫的障碍 找出所有可以走出迷宫的路径-Maze has been an obstacle to the definition of a good maze to find out all we can get out of the path of the maze
Platform: | Size: 1024 | Author: sunmiaoa | Hits:

[OS Developmigong

Description: 关于数据结构的课程设计:迷宫问题,提供了广度优先和深度优先两种算法。-On the data structure of curriculum design: the maze problem, provides a breadth-first and depth-first two algorithms.
Platform: | Size: 3072 | Author: 小海燕 | Hits:

[Othermigong

Description: 编写一个程序求解迷宫问题。迷宫由m行n列的二维数组设置,0表示无障碍,1表示有障碍。设入口为(1,1),出口为(m,n),每次只能从一个无障碍单元移到周围四个方向上任一无障碍单元。编程实现对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 算法输入:代表迷宫入口的坐标 算法输出:穿过迷宫的结果。 -The preparation of a program to solve maze problems. Maze by m lines n set out in two-dimensional array, 0, said barrier-free, 1 that there is an obstacle. Entrance located (1,1), exports (m, n), each from a barrier-free unit can only move in four directions around the office of a barrier-free unit. Programming the maze of arbitrary, derived from the entrance to an export pathway, or no access to draw conclusions. Algorithm input: the representative of the coordinates of the entrance of the maze algorithm output: the results through the maze.
Platform: | Size: 537600 | Author: 罗子 | Hits:

[Othermigong

Description: 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Look at the line, the initialization stack, application cycle coordinates for each point on the four directions to determine, if the points put up Add to stack the point of information, or go back to the coordinates of a point after the stack, and finally to reach the final if the export, then the stack is stored in the path out of the maze
Platform: | Size: 1024 | Author: 吕璐 | Hits:

[File Formatmigong

Description: 迷宫 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
Platform: | Size: 2048 | Author: 谢山 | Hits:

[Data structsmigong

Description: 数据结构迷宫算法 数据结构迷宫算法-Data structure algorithm data structure maze maze algorithm
Platform: | Size: 1024 | Author: 张雍 | Hits:

[Data structsmigong

Description: 迷宫求解,数据结构,用二维数组存储迷宫,回朔法-Maze solving, data structure, with two-dimensional array storage maze, back to New Law
Platform: | Size: 1024 | Author: lirunxe | Hits:

[Data structsmigong

Description: 数据结构,迷宫求解。用Visual C++编写,通过调试-Data structure, solving the maze. Using Visual C++ Prepared, through the debugging
Platform: | Size: 3072 | Author: 姜丹 | Hits:

[Othermigong

Description: C语言的迷宫程序 只能实现查找路径 需要自己构造迷宫-C language maze procedure only to find the path to achieve the needs of their own maze constructed
Platform: | Size: 1024 | Author: hehe | Hits:

[Othermigong

Description: 运用c++ 实现迷宫问题,算法比较紧简单,-Use c++ Achieve maze problem, the algorithm relatively simple,
Platform: | Size: 1024 | Author: | Hits:

[Data structsmigong.txt

Description: 用数据结构编写的迷宫问题 基本上是自己编写的小程序 希望大家喜欢-Data structure used to prepare the maze problem is basically I have written a small program I hope you like
Platform: | Size: 1024 | Author: 黄正远 | Hits:

[Data structsmigong

Description: 数据结构课程设计报告及代码 C语言环境 迷宫问题的设计 -Data structure curriculum design reports and code C language environment maze design issues
Platform: | Size: 428032 | Author: 熊彪 | Hits:

[Data structsMIgong

Description: 利用回溯法求解迷宫问题,数据结构使用链表。 这是一次数据结构作业-Use of backtracking maze solving problems, the use of linked list data structure. This is a data structure operation
Platform: | Size: 908288 | Author: jinyu | Hits:

[Data structsmigong

Description: 数据结构课程设计 迷宫 自行画图-Data structure course design their own maze drawing
Platform: | Size: 2048 | Author: 有道义 | Hits:

[Windows DevelopMIGONG

Description: 迷宫的完整设计过程报告,包括调试结果。在编程软件上得到验证过的,完全可以使用-Maze complete design process, including debugging results. In the programming software has been verified, can be used
Platform: | Size: 40960 | Author: 洋洋 | Hits:

[source in ebookmigong

Description: 实现迷宫问题的寻找路径!详情源码头有说明-The question of the realization of the maze to find the path! First described the details of source
Platform: | Size: 5120 | Author: Freedom | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »

CodeBus www.codebus.net