搜索资源列表
WindowsSocketsFunctions
- 文件包含的3个模块涉及了所有和 winsock 相关的函数-document contains the three modules and involving all relevant protocols of the function
tcp_ip_develop
- 本文是关于嵌入式TCP/IP协议栈的简要说明,介绍了SOCKET编程相关的函数
asynchrony
- 实现了Tcp异步通信功能。 用WSAAsyncSelect函数将socket转换为异步socket,并创建相关的消息函数。 具体可查看msdn
CMulticastSocket-VC-4-demos
- UDP组播VC例程 修正了原PUDN上的UDP组播例程的BUG 简单说明: 一共4个可执行文件。 CMulticastSocket-仅发送测试.exe CMulticastSocket-仅接收测试.exe CMulticastSocket-发送和接收.exe 组播实现一例:监听程序,可同时运行多个进程接收.exe 其中,1~3是对话框版,改自同一版本,最早是个只能绑定一次组播地址:端口对的,后来根据实例4的思想改为了支持多个进程的版本(显然多个线
TCPUDPSocket
- TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP sock
TCP_Client
- 采用windows socket 实现TCP客户端,并对TCP通信相关函数进行了封闭,程序具有良好的编程风格,具有一定的实用价值。-The program is base on windows socket, which is use in tcp communication.
