-
MFC点对点聊天实例
该程序使用socket进行通信,使用了TCP和UDP,同时通过OpenCV打开摄像头,并通过上面所说的UDP进行了视频图像的传输。由于本机上只有一个摄像头,而摄像头是独占设备,尚未在多台机器上测试。代码显得简单粗糙,但是其中的某些源代码和大体思想我相信还是可以给大家一些帮助的。
- 2022-04-24 14:26:24下载
- 积分:1
-
java版实现了文件的传输功能,大家参考下
java版实现了文件的传输功能,大家参考下-java version of the document to achieve the transmission function, refer to the following U.S.
- 2022-08-26 04:51:06下载
- 积分:1
-
简单的FTP服务器,只支持匿名访问,
直接装文件夹拖到该文件上即可打开以此文件夹为根目录的FTP服务...
简单的FTP服务器,只支持匿名访问,
直接装文件夹拖到该文件上即可打开以此文件夹为根目录的FTP服务-Simple FTP server, only support anonymous. drag a directory onto it will open an FTP server root at that directory
- 2022-12-27 08:15:03下载
- 积分:1
-
剪贴板的使用,使用剪贴板在两个进程间进行通信
剪贴板的使用,使用剪贴板在两个进程间进行通信-How to use Clipboard
- 2022-01-25 17:38:04下载
- 积分:1
-
from the Internet stable and reliable source of the download
从Internet上稳定可靠的下载文件的代码-from the Internet stable and reliable source of the download
- 2022-04-17 21:44:03下载
- 积分:1
-
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端...
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:clientls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : client ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
- 2022-06-30 17:04:28下载
- 积分:1
-
一个局域网的IP地址扫描器,可扫描到局域网的所有机器的名称,IP地址及MAC地址...
一个局域网的IP地址扫描器,可扫描到局域网的所有机器的名称,IP地址及MAC地址-a LAN IP address scanners, can scan all the LAN to the machine name, IP address and MAC address
- 2022-08-08 01:58:24下载
- 积分:1
-
使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping
使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping -Implementing Ping using the function in ICMP.DLL not the function in Ws2_32.D
- 2022-03-06 13:55:28下载
- 积分:1
-
一个简单的Email收发工具
一个简单的Email收发工具-a simple tool Email TX
- 2022-03-19 17:47:04下载
- 积分:1
-
采用mfc框架的 ftp 服务器端。支持断点续传等功能
采用mfc框架的 ftp 服务器端。支持断点续传等功能-Mfc framework using ftp server-side. Features such as support for HTTP
- 2022-01-25 19:39:39下载
- 积分:1