-
中国象棋源码(C++)
中国象棋源码(C++),可以下象棋,全部程序 ,和图片都上次了,就和我们网上玩的中国象棋一样
- 2022-06-30 19:19:43下载
- 积分:1
-
高速whois查询系统
高速whois查询系统 -- whois query system- whois query system-w hois Inquiry System
- 2022-03-21 06:20:41下载
- 积分:1
-
texas holdem tips for advanced players
texas holdem tips for advanced players
- 2023-01-15 20:30:04下载
- 积分:1
-
单独树和钓鱼窗口的内核安全编程源码,适合…
寒江独钓 Windows内核安全编程的源代码
适合驱动开发初学者学习-Trees and fishing alone Windows kernel security programming source code suitable for beginners to learn Driven Development
- 2022-05-16 03:55:58下载
- 积分:1
-
windows背景小程序
windows背景小程序-small programs
- 2022-10-20 16:35:03下载
- 积分:1
-
离散数的的讲义是计算机基础学习的好书,我找了很久才弄到的...
边缘检测例程,包含了常用的图像处理函数,可作为图像编程学习之用-Edge detection routines, including the commonly used image processing functions
- 2022-08-25 06:22:12下载
- 积分: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
-
用VC打造自己的资源浏览器,有注释,是学习VC的一个好例子。你可以从中学到和巩固很多知识。...
用VC打造自己的资源浏览器,有注释,是学习VC的一个好例子。你可以从中学到和巩固很多知识。-VC to create its own browser, notes, learning VC is a good example. You can learn from a lot of knowledge and consolidation.
- 2023-04-23 08:45:02下载
- 积分:1
-
钩子函数联系代码
钩子函数联系代码-hook function link code
- 2023-02-15 12:35:03下载
- 积分:1
-
一个模拟给出计算机名字然后就可以获得计算机it地址的小程序...
一个模拟给出计算机名字然后就可以获得计算机it地址的小程序-A computer simulation are given access to the computer name and then it addresses the small program
- 2023-03-28 07:35:03下载
- 积分:1