搜索资源列表
solution-for-maze
- 一个迷宫问题路径寻找的求解源程序代码,有注释,用VC++编写,-a maze path for solving the source code, a note prepared by VC,
qishimigong
- 很好的求解骑士迷宫的的代码,可以在vc6.0环境下运行的c语言代码-good for the Knights maze of code can run under vc6.0 the c language code
ALGO3-9
- 用递归求解迷宫算法原代码-using recursive algorithm to solve the maze-source
datastruct_example
- 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
sixmazeproblem
- 求解数据结构中迷宫问题的C语言源程序,代码精炼,已通过运行-Data structure to solve a maze problem in C-language source code
Maze
- 迷宫问题求解,一个经典的算法。包含完整的程序代码,可以直接运行。-Maze problem solving, a classical algorithm. Contains the complete code can be run directly.
linkqunue
- 迷宫问题c语言解决,队列 站 迷宫求解问题,最短路径同时求解 迷宫代码-failed to translate
maze
- 用VC6.0编写的生成和求解迷宫的程序,利用堆栈实现,代码比较简单,可以用来参考。-Written by VC6.0 generate and solve the maze procedure, and use the stack, the code is relatively simple, can be used to refer to.
maze
- 本代码实现的是一个简单迷宫问题。以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,豁得出没有同路的结论。 基本要求为: 首先实现一个以链表做存储结构的栈类型,然后编写一个求解迷宫的非递归程序,求得的通路一三元组(i,j,d)的形式输出,其中:(i,i)指示迷宫中的一个坐标,d表示走到下一坐标的方向。-The implementation of the code is a simple maze. A m* n t
maze
- 简单的迷宫求解原理,代码间接,通俗易懂.-Simple maze solving principles, code indirect, straightaway
maze
- 数据结构课程设计——迷宫问题求解代码(已测试,可直接运行)-Curriculum design- maze problem solving code (already tested, can be directly run)
2315584
- 一个迷宫问题路径寻找的求解源程序代码,有注释,用VC++编写,-Solve a maze problem path searching for the source code, with comments, written in vc++,
Maze
- 用链栈求解迷宫问题。这是数据结构学习过程中的一个重要实例,我写的代码可供学习者参考-Deal with Maze by Link Stack.
sourbvthm
- 一个迷宫问题路径寻找的求解源程序代码,有注释,用VC++编写,(Solve a maze problem path searching for the source code, with comments, written in vc + +,)