-
c++五种排序算法
c++五种排序算法-5 methods of sorting algorithm with C++
- 2022-02-26 18:14:27下载
- 积分:1
-
最新的学生选课源代码,用购物车实现的,SESSION的编译方法,是学生课程设计的最好材料,最佳参考...
最新的学生选课源代码,用购物车实现的,SESSION的编译方法,是学生课程设计的最好材料,最佳参考-The newest student enrollment source code: implemented with shopping cart and session compile method. This is the best materials and reference for student project development.
- 2023-06-15 03:55:05下载
- 积分:1
-
This article presents different ways of im plementing factories, each with their...
This article presents different ways of implementing factories, each with their own advantages and disadvantages -This article presents different ways of im plementing factories, each with their own advantages and disadvantag es
- 2022-12-21 21:15:03下载
- 积分:1
-
组件开发,用于多人合作
组件开发,用于多人合作-component development for more than cooperation
- 2023-01-10 01:35:04下载
- 积分: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
-
include some Java applications, many of which are run, very helpful for beginner...
包括了一些Java的应用程序,其中很多都是可以运行的,对于初学者很有帮助.-include some Java applications, many of which are run, very helpful for beginners.
- 2022-05-22 09:30:25下载
- 积分:1
-
This is a list used to achieve the reported number of people one by one out of t...
这是一个用链表来实现报数的人一个一个出队,输入一个要报的数,并且现输入几个数,则输出按这个报的数依次出队的数-This is a list used to achieve the reported number of people one by one out of teams to enter a number of newspapers, and now enter a few a few, then the output according to the reported number of the team followed a number of
- 2022-08-09 00:34:22下载
- 积分:1
-
用Delphi开发一个简单Windows NT Service的范例.rar
用Delphi开发一个简单Windows NT Service的范例.rar-with a simple Windows NT Service model. Rar
- 2023-04-11 18:35:03下载
- 积分:1
-
VS2010简单的大文件读取源码
vs2010编写的简单的大文件读取数据的源码,主要是测试读取2G以上的大文件,分块进行读取,只是简单的测试程序
- 2022-02-15 19:03:11下载
- 积分:1
-
通过鼠标左键进行点击,所点击的两点之间可自动形成一条直线...
通过鼠标左键进行点击,所点击的两点之间可自动形成一条直线-conducted by the left mouse button click, click between the two points can automatically create a straight line
- 2022-11-10 02:20:03下载
- 积分:1