搜索资源列表
UDPDemo
- 无连接通信是通过“用户数据报协议”(User Dadagram Protocol,UDP)来完成的。它不保障可靠数据的传输,但能够向若干个目标发送数据,接收来自若干个源的数据。本例程是一个UDP示例程序。使用UDP异步通讯,并利用事件机制判断数据的接收。-Connectionless communication is through the " User Datagram Protocol" (User Dadagram Protocol, UDP) to complete.
TCP
- 网络编程代码,含有消息机制,事件机制,完成端口,重叠io的示例代码-Network programming code, with message-based, event mechanism, the completion port, sample code overlap io
SocketLib
- This is a semi-async socket stream library. It is basically event based system, which is called whenever data is received but not requested. It also supports name resolution (sync or async). It supports TCP. No Winsock or BSD headers are exposed.
modbus_udp
- 程序用winSock实现udp通讯,其中发送采用人为操作,接受为事件处理接收-The program uses udp communication winSock, which sent a human operator, accept for the event handler to receive
SR
- TCP 滑动窗口的实现,用Java,并且采用了事件模拟的方式,是美国大学的网络作业。-TCP sliding window implementation, written in Java, and uses the event simulation approach is the American University network operations.
FTPSample
- 使用FTP上传和下载,用到了事件,多线程同步,内存读写,文件操作。-The use of FTP upload and download, use the event, multi thread synchronization, memory read and write, file operations.
TCP_Socket_1.6
- 这个程序是一个非常干净的代码,由有经验的程序员编写,使用C ++类cSocket,在C ++平台上编写,并且附带一个MFC演示应用程序。 cSocket类很容易使用,即使是初学者也没有问题。(Event driven (non blocking, asynchronous) Winsock programming is a very complex topic. It is definitely NOT for beginners! I needed such code and searched