-
school guides Advisory System
学校导游咨询系统-school guides Advisory System
- 2022-03-23 05:22:49下载
- 积分:1
-
转换成十进制数的二进制数转换成十进制到二进制代…
convert binary numbers into decimal numbers and anthor convert decimal into binary
- 2022-08-08 15:13:26下载
- 积分:1
-
this is a airline system
this is a airline system
- 2022-01-30 11:04:39下载
- 积分:1
-
PIC进行AD转换示例
学习PIC18系列单片机的AD转换步骤,通过采集电压来进行展示。
- 2022-01-26 03:36:55下载
- 积分:1
-
发送短信的服务程序,又需要的俄可以参考。windows服务
发送短信的服务程序,又需要的俄可以参考。windows服务-Send message service procedures, it can refer to the needs of Russia. windows services
- 2022-04-09 08:25:55下载
- 积分:1
-
windows消息使用详解 一个很好的了解windows消息的资料
windows消息使用详解 一个很好的了解windows消息的资料-The detailed explanation of the using Windows Message,a good document to know the Windows Message
- 2023-08-24 02:05:04下载
- 积分:1
-
travel management system
它是一个基于web的应用程序,主要目的是使这个过程易于管理学校的运作
- 2022-05-20 14:33:25下载
- 积分:1
-
openfalshchart的使用方法和demo
openfalshchart的使用方法和demo-openfalshchart the use of methods and demo
- 2023-03-08 07:15:03下载
- 积分:1
-
很好的万年历
很好的万年历源代码,很有学习和指导意义,欢迎指出其中的不足 ,我们一起学习,代码有显示 阳历,阴历的功能,能查询日历,返回今天的功能,有出现节日的功能!!
- 2022-03-04 20:49:51下载
- 积分:1
-
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,...
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,边的输入按照边的顶点序号从小到大的顺序排列,如下图的边的输入顺序为0 1,0 2,0 3,1 2,1 3,2 4,3 4共七条边,邻接表的边结点采用头插法。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接表,格式为首先输出第一个顶点,接着输出该顶点的所有的临界点的序号,换行,然后输出下一个顶点及邻接点,以此类推
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Description:
Adjacency list using said directed graph to complete the map creation, map of the depth-first traversal, breadth-first graph traversal operations. In which vertex information is character, the graph vertices in order arranged by character number, while the input side of the vertex according to serial number from small to large order, the following graph of the input side of the order of 0 1,0 2,0 3,1 2,1 3,2 4,3 4 a total of seven edge, the edge-node adjacency list using the first interp
- 2022-01-28 23:09:39下载
- 积分:1