搜索资源列表
WinSockServer
- TCP/IP,UDP/IP,SOCKET
Source
- MirUnleashed vb.net Module modMainServer Public WithEvents Socket As New WinsockServer Public WithEvents StatusSocket As New WinsockServer Dim MonsterThread As New System.Threading.Thread(AddressOf Mon
WinSockServer
- vb利用winsock控件进行通讯的服务器程序
Source
- MirUnleashed vb.net Module modMainServer Public WithEvents Socket As New WinsockServer Public WithEvents StatusSocket As New WinsockServer Dim MonsterThread As New System.Threading.Thread(AddressOf Mon
WinSockServer
- vb利用winsock控件进行通讯的服务器程序-vb using winsock controls communications server program
WinSockServer
- 基于tcp的socket应用程序服务器端,使用c++编写。-Tcp the socket-based server-side applications, the use of c++ to prepare.
WinSockServer
- winsock-tcpip通讯服务端程序,在VC++6.0编译通过,非常简单实用,初学者的好帮手-winsock-tcpip communications server program, compiled by VC++6.0 is very simple and practical, a good helper for beginners
WinSockClient
- 简单的WinSocket客户端的源程序,与“WinSockServer.zip”配合使用,适合初学者学习WinSock编程。-WinSocket simple source client, and " WinSockServer.zip" with the use, for beginners to learn WinSock programming.
WinSockServer
- WinSocket服务器端简单源代码,适合初学者学习WinSocket编程使用。该源码与“WinSockClient.zip”配套使用。-WinSocket simple server-side source code, suitable for beginners to learn to use WinSocket programming. The source with the " WinSockClient.zip&quo
iocp-winsockserver
- 这是完成端口模型服务器端的代码希望对大家有里面的代码需要boost文件-it is server iocp mode,and it need boost files
VB_winsock
- Winsock控件建立在TCP、UDP协议的基础上,完成与远程计算机的通信。即使对TCP/IP不太熟悉的用户,使用该控件也可以在十几分钟内创建一个简单的客户机/服务器程序。下面我们对Winsock控件的事件、方法、属性按其在程序中出现的顺序分别作详细的介绍,以便更好地理解程序源代码。 - Private Sub Form_Load() textsend.Visible = False text