搜索资源列表
migongwenti
- 经典的问题 经典的算法 思路清晰 开阔眼界 -classic problems of classical algorithm clear ideas to broaden their horizons
migongwenti.cpp
- 计算迷宫问题, 在c窗口中输出并画出所走的路线
migongwenti
- 数据结构课程设计_迷宫问题 会有所帮助得
migongwenti
- 经典的问题 经典的算法 思路清晰 开阔眼界 -classic problems of classical algorithm clear ideas to broaden their horizons
migongwenti.cpp
- 计算迷宫问题, 在c窗口中输出并画出所走的路线 -Calculation of maze problems, in the c output window and draw the route
migongwenti
- 数据结构课程设计_迷宫问题 会有所帮助得-Data Structure Course Design _ maze problem will be helpful to have
migongwenti
- 迷宫问题,寻求走出迷宫的一条通路。计算机专业数据结构课程的重点内容之一。-Maze to find a pathway out of the maze. Computer data structure course, one of the key elements.
migongwenti
- 是软件技术数据结构方向的现成的课程设计,里面一应俱全,-Ready-made curriculum design, which were readily available ~ ~
migongwenti
- 自己编写的迷宫问题功能很强基本能实现需要谢谢下载-I have written a very strong function of the maze problem to achieve the basic needs Thank you to download
migongwenti
- 数据结构课设,tc下图形界面迷宫,可自动生成迷宫,具有人工探索和自动探索,wintc下编译通过-Class-based data structure, tc maze under the graphical interface can be automatically generated maze with a manual and automatic exploration exploration, wintc adopted und
migongwenti
- 迷宫问题。以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 起点就是方阵中的(1,1)终点就是(m-1,n-1) -Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. D
migongwenti
- 数据结构课程设计,迷宫问题求解,用VC++ 实现,-Data structure the curriculum design, problem solving maze
migong
- 迷宫问题,使用回溯,递归算法,一二维数组为存储结构,在给定的数组值中找出口,成功则打印数组,失败报错-migongwenti,shiyonghuishu
migongwenti
- 迷宫问题 的求解,运用在vc6.0德尔c++编译程序中-mogongwenti
migongwenti
- 对迷宫问题进行求解,数据结构课程设计可能用的上。-On the maze to solve the problem, the data structure may be used on the course design.
migongwenti
- 完整的代码,每个模块的流程图,截图,可以运行-Complete code, each module flowchart, screenshots, you can run
migongwenti
- 迷宫问题,希望能帮到有需要的朋友,大家支持下啊,缺分值啊-Maze, hoping to help a friend in need, we support, ah, ah missing scores
migongwenti
- 迷宫问题的求解,在源代码中创建迷宫,按照步骤输出迷宫。-Maze problem solving, in the source code to create a maze, follow the steps to output the maze.
migongwenti
- 利用二维数组来表示迷宫,用1表示一堵墙,用0表示通路,为了不出界在迷宫的周围需添加一堵墙 先创建迷宫,然后给出要求通路的起点和终点,求出一条通路。-2D array to represent the maze, with 1 denotes a wall, and passage is represented by 0, no need to add a sector around the maze wall first create
MIGONGWENTI
- 设计数据结构存储迷宫; 设计存储结构保存从人口到出口的通路 设计算法完成迷宫问题的求解; 分析算法的时间复杂度。-Design data structures stored maze designed to save storage structure is completed to solve the maze of passages from the population to export design algori