-
This is an algorithm to achieve the lift, two elevators, six floors to VC 6.0
这是一个电梯算法的实现,有两部电梯,六层楼,以VC++6.0实现-This is an algorithm to achieve the lift, two elevators, six floors to VC 6.0
- 2022-06-27 22:44:50下载
- 积分:1
-
VxD源码,,,,又来传哦,MY GOD 我UP。。。
我再UP
VxD源码,,,,又来传哦,MY GOD 我UP。。。
我再UP-VxD source,,,, again Chuan Oh, MY GOD I UP. . . I UP
- 2022-05-31 15:40:09下载
- 积分:1
-
C语言的源代码,是学习用的,适合初学者,包括了各类小程序...
C语言的源代码,是学习用的,适合初学者,包括了各类小程序-C language source code, is learning to use, suitable for beginners, including a variety of small programs
- 2022-02-28 09:28:02下载
- 积分:1
-
windows from the development of customer relationship management systems, as wel...
windows from 开发的客户关系管理系统
使用工具 vs2005 以及SQL数据库-windows from the development of customer relationship management systems, as well as the use of tools for SQL database vs2005
- 2023-01-19 13:00:03下载
- 积分:1
-
vc高级编程技巧与实例,学习VC编程的可以参考一下,分享
vc高级编程技巧与实例,学习VC编程的可以参考一下,分享-vc high-level programming techniques and examples, learning VC programming reference sharing
- 2022-01-25 14:23:43下载
- 积分:1
-
Ip phone业务质量及Cisco3640
Ip phone业务质量及Cisco3640-Ip phone business quality and Cisco3640
- 2022-05-30 15:45:12下载
- 积分:1
-
VISTA风格控件!全力打造 绝对经典 VISTA风格控件!全力打造 绝对经典...
VISTA风格控件!全力打造 绝对经典 VISTA风格控件!全力打造 绝对经典-VISTA style control! To create VISTA style controls the absolute classic! To create an absolute classic
- 2022-01-26 04:43:45下载
- 积分:1
-
VC access through OnGetCOMObject () function to achieve access to communications...
VC++获取通过OnGetCOMObject() 函数实现获取通讯端口对象。-VC access through OnGetCOMObject () function to achieve access to communications ports targets.
- 2023-05-26 12:55:02下载
- 积分:1
-
给出四个整数,找出24点解法,二进制状态枚举
给出四个整数,找出24点解法,二进制状态枚举-Give four integers, find the 24-point method, the binary status enumeration
- 2022-02-12 15:08:52下载
- 积分:1
-
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows:
Input Format:
The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges
Second row, enter information in each vertex, that enter each vertex character
Start typing in the third line of each side, each side in the form of two vertices
- 2022-01-26 03:32:41下载
- 积分:1