-
基于TCP的FTP文件传输协议
本系统分为客户端和服务器端,采用服务器监听客户端发来的Sockets连接请求,服务器端监听到请求后可与客户端建立网络连接,服务器端的文件显示在其所设置的下拉列表中,客户端可以选择自己所需的文件,从服务器端下载文件。文件传输完成后,进行连接释放即可。
- 2022-06-26 23:36:24下载
- 积分:1
-
这个程序很好的,是关于霍夫曼编码的小程序,在多媒体技术的实验当中可以用到的。...
这个程序很好的,是关于霍夫曼编码的小程序,在多媒体技术的实验当中可以用到的。-This program very good, is a small program on the Huffman coding, in which multimedia technology can be used in the experiments.
- 2022-07-25 13:31:07下载
- 积分:1
-
c#抓包源码
是个txt文件,改个后缀名就可使用
c#抓包源码
是个txt文件,改个后缀名就可使用-c# capture source is a txt file, changed to use a suffix of
- 2022-01-25 17:52:31下载
- 积分: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
-
WinPcap源代码包
包含所有头文件和链接库
WinPcap源代码包
包含所有头文件和链接库-WinPcap source code package contains all header files and link libraries
- 2022-01-29 00:29:42下载
- 积分:1
-
本例子实现了在windows下的h.264解码器的程序,很不错
本例子实现了在windows下的h.264解码器的程序,很不错-H.264 decode source code for Windows.
- 2022-02-21 09:22:55下载
- 积分:1
-
编写msn messenger程序需要的idl,和typelib
编写msn messenger程序需要的idl,和typelib-Msn messenger program requires the preparation of the idl, and typelib
- 2022-07-14 13:11:22下载
- 积分:1
-
butterfly on nature
butterfly on nature-butterfly on nature
- 2022-03-28 13:47:16下载
- 积分:1
-
酒店管理系统
这是为您的企业提供的酒店管理系统。只需单击即可跟踪所有事务。此应用程序由visualbasic.Net开发
- 2022-07-13 13:31:57下载
- 积分:1
-
BCB实现资源管理器功能
用BCB开发的简单资源管理器主要是给新手一些BCB控件使用的帮助
- 2022-02-26 08:46:47下载
- 积分:1