搜索资源列表
migongxunjing
- 迷宫寻找出口 采用穷举法 实现 ,就是 数据 结构中 说的 爬山法
数据结构经典算法
- 数据结构经典算法,约瑟夫环问题,迷宫,哈夫曼编码等
migong
- 这是一个实现的迷宫程序,也是数据结构的迷宫程序,在很多习题中都有,可以参考!-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!
Maze
- 数据结构的课程设计,利用堆栈的后进先出保存从起点开始的每一步行走。可以自定义迷宫地图,并在地图上标明,和用坐标表示行走路线。-Data structure of the curriculum design, use of the LIFO stack to preserve from the starting point for each walk away. Can customize the maze map and marked on the map, and the use of coo
migongwenti
- 数据结构课程设计,迷宫问题求解,用VC++ 实现,-Data structure the curriculum design, problem solving maze
003
- 一个用c++以及数据结构思想编写的一个关于迷宫的代码。-A c++ and data structures thought to write the code a maze.
migonglaoshu
- 数据结构,迷宫老鼠问题求解 迷宫是一个矩形区域,它有一个入口和一个出口。在迷宫的内部包含不能穿越的墙或障碍。迷宫的入口在左上角,出口在右下角。假定用n*m的矩阵来描述迷宫,位置(1,1)表示入口,(n,m)表示出口,n和m分别代表迷宫的行数和列数。迷宫中的每个位置都可用其行号和列号来指定。在矩阵中,当且仅当在位置(i,j)处有一个障碍时其值为1,否则其值为零。(即0表示能通过,1 表示不能通过。)现假设老鼠从左上角[1,1]进入迷宫,编写算法,寻求一条从右下角[m,n] 出去的路径。 迷
11
- 数据结构课程设计,从需求分析到设计到代码等,详细说明了迷宫遍历等的开发-Data structure curriculum design, from requirements analysis to design to code, and a detailed descr iption of the development of the maze traversal
exam
- 这是我的一个课程设计,关于数据结构的迷宫求解和哈希表的实现。-This is one of my curriculum design, maze solving and hash table data structure to achieve.
The-maze-established
- 数据结构,迷宫建立,c语言实现,找出迷宫路径。-Data structures, the maze established, c language, find out the maze path.
park
- 迷宫数据结构de 迷宫方程实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序-De labyrinth maze data structure equations for the realization of a linked list storage structure of the stack type, and then write a program to solve a maze of non-recursive
Maze
- 数据结构课程设计迷宫问题完整报告,里面附有源代码和实验结果截图。-Curriculum design maze full report, which is attached to the source code and experimental results screenshots.
数据结构-迷宫
- C语言数据结构的一次实验报告——迷宫。包含算法和源代码。可直接使用。(Data structure experiment report - maze)
C语言课程设计实例精编
- C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages