-
List all the files and directories on the hard disk, include hided items.
该程序可以遍历本机硬盘内容,包括隐藏内容,准确快速!-List all the files and directories on the hard disk, include hided items.
- 2022-06-30 12:44:59下载
- 积分:1
-
用visual c++编写的程序,适合刚入门的MFC的程序员们.
用visual c++编写的程序,适合刚入门的MFC的程序员们.-with visual c prepared by the procedure, just for the portal were MFC programmers.
- 2022-03-19 14:33:55下载
- 积分:1
-
springMVC+mybatis实现数据的增删改查及登录
采用springMVC+mybatis实现简单的数据增删改查及用户登录功能,采用mysql数据库,数据库建立非常简单的两个表,可自行建立
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-04-24 19:50:03下载
- 积分:1
-
TCP的源库,好
TCP的源库,好-TCP source-sink, good Dongdong
- 2022-03-11 07:07:02下载
- 积分:1
-
UDP调试工具
一个接收udp通信的简单工具,一般用于调试wince时接收日志信息.
接收框最后还是会有大小限制,几M是有吧,不能长期接收大量日志,要手动清一下。
加入了TCP连接,但是不支持长链接
- 2022-04-09 22:10:35下载
- 积分:1
-
人脸识别算法。
Algoritmos pra reconhecimento facial
- 2022-08-18 05:56:26下载
- 积分:1
-
网络编码理论英文版
作者:RaymondYeung, S.
网络编码理论英文版
作者:RaymondYeung, S.-Y.R. Li, N. CaiandZ.Zhang-Network Coding Theory
Author: RaymondYeung, S.-YR Li, N. CaiandZ. Zhang
- 2022-03-02 18:31:51下载
- 积分: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
-
multiplicacion en c++
multiplicacion en c-multiplicacion en c++
- 2022-12-20 10:35:03下载
- 积分:1
-
各种排序法的比较:利用数据结构各种算法,实现的算法比较,C++版...
各种排序法的比较:利用数据结构各种算法,实现的算法比较,C++版-Comparisons of different sorting methods :use
different algorithms in data structure to compare
their efficiency .
- 2022-03-16 00:53:13下载
- 积分:1