搜索资源列表
migong_12119
- dev c++使用方法迷宫的基本编程问题,小型的迷宫 做的界面不好-dev c++ use basic programming maze problem, a small maze interface to do well
mahe
- 用VC写的,用栈解决了数据结构基本的迷宫问题,没有用到MFC类库,-Written in VC, use the stack can solve the problem of data structure basic maze, don t use the MFC class library,
easy road
- 1.问题描述 若用无向图来表示高速公路网,其中顶点表示城市,边表示城市之间的高速公路,试设计一个找路程序,获取两个城市之间的所有简单路径。 2.输入数据 输入结点个数n,输入城市的编号,由于是四位数字,为了简便统一起见,设置为int类型,通过输入两个城市的编号表示这两个城市之间有高速公路。最后找路的时候输入两个城市的编号,表示该路的起点和终点。 3.输出数据 输出由城市编号组成的所有可能路径,类型为int型。(1. problem descr iption If we use und