-
open ended project to develop an object oriented library system
开发面向对象图书馆系统的开放式项目
- 2023-04-14 17:35:03下载
- 积分:1
-
为C++程序员制作的小测验
C程序员问答
- 2022-02-02 22:09:56下载
- 积分: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
-
integrity of the project document details please refer to : http://bankbill.51.n...
项目文件完整性详情请参考:http://bankbill.51.net/upload邮箱:sywsl@hotmail.com
- 2022-03-23 08:13:43下载
- 积分:1
-
简单的宾馆管理系统,实现最简单的功能,适合初学者参考!...
简单的宾馆管理系统,实现最简单的功能,适合初学者参考!-Simple hotel management system, to achieve the most simple function for advanced users!
- 2022-02-13 18:38:59下载
- 积分:1
-
windows CE下cypress USB driver的例程, 很不错的。
windows CE下cypress USB driver的例程, 很不错的。-windows CE cypress USB driver"s routines, very good.
- 2022-02-01 06:27:06下载
- 积分:1
-
牛人写的类似于IE中的滚轮鼠标图形的实现,很好用,强烈推荐...
牛人写的类似于IE中的滚轮鼠标图形的实现,很好用,强烈推荐-An MFC control for adding middle mouse button scrolling to any CWnd derived window
- 2022-03-21 03:00:25下载
- 积分:1
-
Decomposition and reconstruction example 1
Decomposition and reconstruction example 1
- 2022-11-28 01:35:03下载
- 积分:1
-
基于多线程的窗口建立
Win 32 区分两种不同类型的线程,一种是用户界面线程UI(User Interface Thread),它包含消息循环或消息泵,用于处理接收到的消息;另一种是工作线程(Work Thread),它没有消息循环,用于执行后台任务。用于监视串口事件的线程即为工作线程。本程序基于单文档框架,建立了两个线程,具有很好的效果!
- 2022-05-12 17:20:42下载
- 积分:1
-
修补程序 v.1.5.RC2 + src
有用的补丁制作工具,很容易自定义。特点:
* 标志 (320 × 90)
* MIDI/XM 音乐
* NFO 文件
* 主要图标
* 恢复功能
* CRK 导入/导出支持
版本历史记录:
1.5 RC2 (2006/4/21) — — 公众:
* 新设计的修补程序制造商实用程序
+ 保存的设置选项
+ XM 音乐支持 (未压缩修补程序大小由 15 k 增加)
+ 输出压缩修补程序
+ 版本历史记录
- 2022-02-05 09:06:46下载
- 积分:1