文件名称:CityPlan
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-09-26
- 文件大小:
- 16kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
邻接矩阵表示两个城市之间是否有通路,试判断两个城市之间有几种路径
输入:3 1 2
1 1 1
1 1 1
1 1 1
输出:2-Adjacency matrix representation between the two cities have access, try to determine the path between the two cities have several inputs: 312111111111 Output: 2
输入:3 1 2
1 1 1
1 1 1
1 1 1
输出:2-Adjacency matrix representation between the two cities have access, try to determine the path between the two cities have several inputs: 312111111111 Output: 2
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CityPlan
........\CityPlan.vcproj
........\CityPlan.vcproj.bqrm-PC.bqrm.user
........\Debug
........\.....\BuildLog.htm
........\.....\CityPlan.exe.embed.manifest
........\.....\CityPlan.exe.embed.manifest.res
........\.....\CityPlan.exe.intermediate.manifest
........\.....\main.obj
........\.....\mt.dep
........\.....\vc90.idb
........\.....\vc90.pdb
........\main.cpp
........\问题描述.txt