正在加载图片...
typedef structint r, c; Pos Type; typedef struct(int ord Postype seat; int di selem Type Typedef int Maze Type MAXRJLMAXCI Status Pass(Maze Type maze, PosType Cur Pos void FootPrint(Maze Type &maze, Pos Type Cur Pos) void MarkPrint(Maze Type &maze, Pos Type CurPos PosType NextPos(Pos Type CurPos, int Dir) Status MazePath(Maze Type &maze, Pos Type start, Pos Type end pboustc. edu. cn 10 中国科学技术大学ypb@ustc.edu.cn 10 中国科学技术大学 typedef struct{int r,c;} PosType; typedef struct{int ord;Postype seat;int di} SElemType; Typedef int MazeType[MAXR][MAXC]; Status Pass(MazeType maze, PosType CurPos); void FootPrint(MazeType &maze, PosType CurPos); void MarkPrint(MazeType &maze, PosType CurPos); PosType NextPos(PosType CurPos, int Dir); Status MazePath(MazeType &maze, PosType start, PosType end) ;
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有