c++ 实现迷宫寻址

时间:2012-01-20 05:44:18
【文件属性】:
文件名称:c++ 实现迷宫寻址
文件大小:477KB
文件格式:RAR
更新时间:2012-01-20 05:44:18
迷宫 源码 c++ c++语言编写的迷宫程序, 用户自定义迷宫图, 用文件作为迷宫图, 利用栈操作实现迷宫寻址; 最后打印迷宫路线图; typedef int status; typedef struct postype{ int x; int y; }postype; typedef struct elem{ int ord; postype seat; int di; }elem; typedef struct sqstack{ elem *base; elem *top; int stacksize; }sqstack;
【文件预览】:
迷宫
----迷宫路径.txt(2KB)
----迷宫.ncb(41KB)
----迷宫.opt(48KB)
----迷宫.cpp(4KB)
----迷宫设计.txt(825B)
----Debug()
--------vc60.pdb(132KB)
--------迷宫.pdb(1.06MB)
--------迷宫.exe(532KB)
--------迷宫.obj(302KB)
----迷宫.exe(532KB)
----迷宫.dsp(3KB)
----迷宫.plg(734B)
----迷宫.dsw(533B)

网友评论