-
The program presnts an macro which
The program presnts an macro which
- 2023-08-22 17:00:04下载
- 积分:1
-
此功能是有关JS方面的代码,谢谢大家的使用和建议!
此功能是有关JS方面的代码,谢谢大家的使用和建议!-This feature is related to aspects of JS code, thanks everyone for the use and suggestions!
- 2022-01-30 20:02:55下载
- 积分:1
-
用户自定义消息窗口
使用微软 Visual C# 2008 编写的自定义 MessageBox 程序模块,该程序可有三个调用参数、agr1 agr2 和 agr3分别为:显示信息字符串,显示停留时间,Logo选择。该程序给有两种Logo可选,可以扩充。该消息显示窗为渐进渐出,一到九秒显示后自动消失。
- 2023-01-17 09:25:04下载
- 积分:1
-
这是一个打字源程序
这是一个打字源程序-This is a source of typing
- 2022-09-05 15:15:03下载
- 积分:1
-
JAVA程序设计
JAVA程序设计-JAVA Programming
- 2022-04-17 11:15:41下载
- 积分:1
-
Visual C++ 6.0项目开发指南
Visual C++ 6.0项目开发指南-Visual C 6.0 project development guidelines
- 2022-03-30 04:46:03下载
- 积分:1
-
图象中间的窗口可以有小变大,中间的红心逐渐出现,并流下变化的痕迹.按照屏幕的提示,进行操作...
图象中间的窗口可以有小变大,中间的红心逐渐出现,并流下变化的痕迹.按照屏幕的提示,进行操作-windows in the middle of the image can resized,the red heart will appear slowly,and left the imprint of changing,follow the instruct and operate
- 2022-04-07 21:02:08下载
- 积分:1
-
一个复合控件,其中可以输入文件或者文件夹的名称,右边的浏览按钮可以选择路径。...
一个复合控件,其中可以输入文件或者文件夹的名称,右边的浏览按钮可以选择路径。-A composite control, which could enter the file or folder name, the right of the Browse button to select a path.
- 2023-05-12 08:55:04下载
- 积分:1
-
windows系统文件详解,w indows系统文件详解
windows系统文件详解,w indows系统文件详解-Detailed windows system files, w indows system files Detailed
- 2022-05-29 02:49:39下载
- 积分: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