文件名称:findpath
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-11-16
- 文件大小:
- 3.6mb
- 下载次数:
- 0次
- 提 供 者:
- X**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
路径查找使用一个队列
1。为了给你实施的队列抽象数据类型(ADT)使用acircular阵列的经验。
2。为了解决一个真正的问题,使用队列。
您将首先执行一个模板队列ADT采用圆形阵列。然后,您将使用
队列找到一条最短路径的三维网格来构建应用程序。-Path Finding Using a Queue 1. To give you experience in implementing a queue abstract data type (ADT) using acircular array. 2. To solve a real problem using a queue. You will first implement a templated Queue ADT using a circular array. Then , you will use the Queue to build an application of finding a shortest path in a three-dimensional grid.
1。为了给你实施的队列抽象数据类型(ADT)使用acircular阵列的经验。
2。为了解决一个真正的问题,使用队列。
您将首先执行一个模板队列ADT采用圆形阵列。然后,您将使用
队列找到一条最短路径的三维网格来构建应用程序。-Path Finding Using a Queue 1. To give you experience in implementing a queue abstract data type (ADT) using acircular array. 2. To solve a real problem using a queue. You will first implement a templated Queue ADT using a circular array. Then , you will use the Queue to build an application of finding a shortest path in a three-dimensional grid.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test.cpp
queue.h
queue.cpp
p1.cpp
p1
Makefile
grid.txt
diff.out
data6.out
data6.in
data5.out
data5.in
data3.in
6.out
5.out
txt_test\1.txt
........\2.txt
........\4.txt
........\3.txt
........\5.txt
........\data1.txt
........\data2.txt
........\data3.txt
Makefile-Demo\factorial.cpp
.............\functions.h
.............\hello.cpp
.............\main.cpp
.............\Makefile
.............\hello
txt_test
Makefile-Demo