-
蓝牙连接
应用背景测试蓝牙连接的demo,学习蓝牙连接,给初学者一个思路。关键技术C++,DEMO,连接,蓝牙,buletooth。
- 2022-06-29 04:12:39下载
- 积分:1
-
An interface todayscreen today to prepare a small program
一个编写今日界面todayscreen的一个小程序-An interface todayscreen today to prepare a small program
- 2022-06-28 12:15:06下载
- 积分:1
-
这是一本比较深入介绍windows编程的书 不适合初学者 比较倾向于低阶...
这是一本比较深入介绍windows编程的书 不适合初学者 比较倾向于低阶 -This a book which introduces how to program in windows platform. It is not fit for the beginner and is tend to low level .
- 2022-08-15 15:38:03下载
- 积分:1
-
最小化窗口
Minimize window on C-- for windows.
- 2023-02-05 15:05:03下载
- 积分:1
-
The program used for statistical section of the article appears in the English w...
该程序用来统计一段英文文章中出现单词的种类和各个单词出现的次数,并按字典序排列输出到文件。-The program used for statistical section of the article appears in the English word types and the number of times each word appears, according to the dictionary order arrange the output to a file.
- 2022-02-21 08:30:05下载
- 积分:1
-
MFC控件,树形,像资源管理器一样,实现树形获取文档的功能...
MFC控件,树形,像资源管理器一样,实现树形获取文档的功能-MFC control, tree, like the Explorer, the same access to the document to achieve the function tree
- 2022-03-24 10:42:46下载
- 积分:1
-
很经典的FC游戏大家一定要下载PSP里玩很有意思的
很经典的FC游戏大家一定要下载PSP里玩很有意思的-FC is the classic game everyone must download the PSP playing a very interesting
- 2023-08-10 22:25: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
-
advertisement type retrievel
advertisement type retrievel
- 2022-04-27 09:22:20下载
- 积分:1
-
对delphi中常用的函数调用,参数,进行详细的说明。
对delphi中常用的函数调用,参数,进行详细的说明。-right commonly used function call, parameters, for detailed explanations.
- 2022-03-09 13:47:43下载
- 积分:1