搜索资源列表
mysocket
- 这是一个封装了socket的CWSocket类,包括了服务端,客户端,超时控制等,方便使用。-This a package of the socket CWSocket categories, including the server, client, overtime control, ease of use.
MySocket(C++CLI)
- C++/CLI代码,基于Socket的服务和客户端程序。VS2005环境。-C / CLI code, based on Socket services and client procedures. VS2005 environment.
MySocket
- vc网络编程最简单的例子,有利于理解和记忆。
mysocket
- 一个简单的利用socket通讯原理实现的聊天程序
oolan chat 聊天室
- 聊天室功能 以tcp建立(mysocket类) 私聊和搜索局域网功能 由udp协议建立 (serchsocket类) qq表情功能 应用qq中的ImageOle.dll接口 重载richedit 加入insertface函数 文件传送 由serchSocket发出请求 ,然后以filesocket建立连接,一个一个文件传送 将文件拖到程序窗口就能向连接框中的ip发送文件
MySocket
- 用vb.net socket实现一个异步通信的服务器端源代码-vb.net socket
mysocket
- 基于SOCKET的客户端和服务端的发短信程序,操作GSM WAVEOCM短信模块,实现对EXCEL中手机号的*-SOCKET-based client and service side of the text messaging programs, operating GSM WAVEOCM SMS module enables the mobile phone number in the SMS EXCEL mass
mysocket
- 用Qt实现Socket通信,比如两个计算机之间的聊天,这是一个服务器端,将两个服务器端装在不同的机器上面,就可以通信了-Socket Communications to achieve with Qt, such as a chat between two computers, a server-side, two server-side mounted on top of different machines, you can communicate the
MySocket
- socket 多线程,包括测试代码,socket server socket client-multi-threaded socket, including test code, socket server socket client
MySocket
- 多线程的socket编程,服务器可以处理多个客户端的请求,并创建线程进行处理。-Multithreaded programming socket, the server can handle multiple requests from clients, and create the thread processing.
MySocket
- vc++开发的socket通信类(含客户端和服务端)-socket communication(include client and server)
MySocket
- supersocket服务器发送客户端实列-supersocketservers
mySocket
- TCP提供一种面向连接的、可靠的字节流服务。面向连接意味着两个使用TCP的应用(通常是一个客户和一个服务器)在彼此交换数据包之前必须先建立一个TCP连接。这一过程与打电话很相似,先拨号振铃,等待对方摘机说"喂",然后才说明是谁。在一个TCP连接中,仅有两方进行彼此通信。(108/5000 Simple and fast: customer request service to the server, only need to send the request metho
