-
VC环境下,几种不同的组播发送和接收程序,可以在两台机器上实现通讯....
VC环境下,几种不同的组播发送和接收程序,可以在两台机器上实现通讯.-VC environment, several different procedures to send and receive multicast, you can realize communications on two machines.
- 2022-07-03 15:28:57下载
- 积分:1
-
ARQ协议实验的实现,模拟发送方和接收方,将文件1中的数据发送到文件3,其中文件2保存中间内容...
ARQ协议实验的实现,模拟发送方和接收方,将文件1中的数据发送到文件3,其中文件2保存中间内容-ARQ protocol implementation experiment to simulate the sender and receiver, a data file sent to the paper 3, in which the middle of the contents of the file to save two
- 2022-03-16 06:15:34下载
- 积分:1
-
email验证系统 可以验证emai的地址的正确性
email验证系统 可以验证emai的地址的正确性-the system can tell you wether your address is correcr or not
- 2022-08-16 10:20:12下载
- 积分:1
-
BotNet first simulated network environment, and then tested on the network, and...
首先模拟了BOTNET的网络环境,然后对这个网络进行检测,最后分析检测所得的数据,分析出是否botnet-BotNet first simulated network environment, and then tested on the network, and finally analyzed the data collected, analysis of whether the botnet
- 2022-04-18 11:07:16下载
- 积分:1
-
vnc桌面共享,开发环境vc++,希望大家多多研究。
vnc桌面共享,开发环境vc++,希望大家多多研究。-for desk share,devolepment enviroment is vc++.
- 2022-04-15 22:43:14下载
- 积分:1
-
简单的ftp软件,实现基本的功能,开发环境vb6.0
简单的ftp软件,实现基本的功能,开发环境vb6.0-Simple ftp software to realize the basic functions, development environment VB6.0
- 2022-03-24 06:12:31下载
- 积分:1
-
我自己用Visual C++6.0编写的简单的聊天程序,比较简单,特别适合初学者学习借鉴之用。...
我自己用Visual C++6.0编写的简单的聊天程序,比较简单,特别适合初学者学习借鉴之用。-I am using Visual C++6.0, prepared by the chat program easy, relatively simple, especially suitable for use for beginners to learn from.
- 2022-02-07 06:05:51下载
- 积分:1
-
mutilerthread
基于VC的多线程编程,是网络编程中实例的源代码-mutilerthread
- 2022-06-19 00:20:09下载
- 积分:1
-
Socket API procedures
SocketAPI的程序-Socket API procedures
- 2022-02-20 05:19:27下载
- 积分:1
-
MFC下基于流套接字的网络通信客户端程序
网络应用软件利用计算机间的连接,来实现双方的通信。连接的计算机做为一个节点,通过IP地址来标识该计算机。通信时向对方发送一个连接请求包含端口号和IP地址。在Client/Server模式下,客户端 需先建立Socket,初始IP地址和端口号;向指定的服务器端IP地址和端口发送连接请求;连接成功后,向服务器端发送命令或数据;发送完毕,关闭连接。
- 2022-03-20 15:18:00下载
- 积分:1