搜索资源列表
-
0下载:
windows下的socket编程,例子,可以发送tcp,udp报等,适合于初学者看看,里面共有server和client的详细实现-windows under the socket programming, for example, can send tcp, udp reported, suitable for beginners look at the total inside the server and client to achieve detailed
-
-
0下载:
用VC对WINDOWS的SOCKET做了一个很好的封装,然后通过一个服务端和客户端通信的具体应用作为使用说明-VC right Windows Socket done a very good package. Then a server and client communication as a specific application for use
-
-
0下载:
基于API的套接字编程,可以检测到服务器和当前客户机的IP地址和端口号,并接收客户端信息。
-
-
0下载:
一个windows SOCKET client端测试程序,与Remote Server 连接后可以发送和接收TCP Packet。在作网络程序开发时,我们用它做网络测试程序。基于microsoft visual studio 开发。
-
-
0下载:
这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model
-