-
This is a pretty good game source code, is to learn from good information,
这是一款相当不错的小游戏源代码,是学习的好资料,-This is a pretty good game source code, is to learn from good information,
- 2022-09-19 06:05:03下载
- 积分: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
-
单独树和钓鱼窗口的内核安全编程源码,适合…
寒江独钓 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
-
网卡 物理地址读取 VB
网卡 物理地址读取 VB-card physical address read VB
- 2022-05-29 15:52:19下载
- 积分:1
-
这是一个可以实现一个任意矩阵的行和列的快速转换的小程序,大家请指教...
这是一个可以实现一个任意矩阵的行和列的快速转换的小程序,大家请指教-can achieve an arbitrary matrix of rows and columns of small rapid conversion process, please enlighten
- 2022-02-12 01:00:11下载
- 积分:1
-
学习C++的最好帮手 最经典的书籍C++ PRIME PLUS
学习C++的最好帮手 最经典的书籍C++ PRIME PLUS-Learning C++ Best help the most classic books C++ PRIME PLUS
- 2022-08-23 13:54:52下载
- 积分:1
-
Jigsaw puzzle source code
拼图游戏源码-标准的算法,对学习者很有用的-Jigsaw puzzle source code-standard algorithm
- 2022-02-13 04:03:41下载
- 积分:1
-
本SDK适合REALmagic EM847x芯片的板卡,如神龙卡,XCARD等等。该SDK专门为开发自动播出系统、广告截播系统、字幕系统等而设计;其独特的文件连...
本SDK适合REALmagic EM847x芯片的板卡,如神龙卡,XCARD等等。该SDK专门为开发自动播出系统、广告截播系统、字幕系统等而设计;其独特的文件连播功能,使多个文件回放过程中无缝连接,不会有停顿或马赛克;而且该SDK支持多卡操作,让用户轻松识别某块所在的PCI SLOT上。
该SDK是模仿广州高创公司的PYTHON XP SDK制作的,用过PYTHON XP的用户可轻松地把该SDK应用已有的播出系统上。
-REALmagic EM847x the SDK for the chip card, such as the Dragon Card, XCARD and so on. The SDK for the development of automatic broadcast system, broadcast advertising cut-off system, such as subtitles and system design 连播its unique features of documents to process multiple files playback seamlessly, there will be no pause or mosaic and the SDK support multi-card operation, to allow users to easily identify where a piece of the PCI SLOT. The SDK is based on Guangzhou" s high-creators produced PYTHON XP SDK, used PYTHON XP users can easily have the SDK application of the broadcast system.
- 2022-03-16 20:14:54下载
- 积分:1
-
由3个Label控件显示立体字,你可以把它作成一个控件
由3个Label控件显示立体字,你可以把它作成一个控件-Label controls from the three shows that three-dimensional characters, you can control it to make a
- 2022-06-12 20:48:25下载
- 积分:1
-
DELPHI宿舍管理系统
DELPHI宿舍管理系统-quarters Delphi Management System
- 2022-01-25 22:29:42下载
- 积分:1