搜索资源列表
ServerSocket和ClientSocket控件源码
- ServerSocket,ClientSocket控件源码,讲述内部实现原理-ServerSocket, ClientSocket control source, Principle on internal
VoiceChatRoom
- 语音聊天实例 主框架程序Example2_ChatRoom.cpp/Example2_ChatRoom.h 负责处理各种消息,尤其是音频响应消息 服务器Socket程序ServerSocket.cpp/ServerSocket.h 在服务器内,负责监听网络连接 客户端Socket程序ClientSocket.cpp/ClientSocket.h 负责收发聊天数据,包括文字聊天数据和语音聊天数据
ClientSocketX
- 这是一个基于API自己定义的ClientSocket封装基类。-This is an API based on their own definition of ClientSocket Packaging base class.
我的socket通讯工具
- 采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类clientsocket。由于将服务端类和客户端类的调用在一个工程中实现,所以一个程序既可以作为服务端也可以作为客户端。代码中加入了基本的错误处理功能。-using Microsoft Visual C preparation. Based on the way the dialog interface. Socket type of softwar
socketQQ
- 利用ServerSocket和ClientSocket实现的一个聊天程序!-ServerSocket and ClientSocket use to achieve a chat program!
ClientSocket
- Csharp .Net Socket Client Cla-Csharp. Net Socket Client Class
NetServerProcess
- 一个非常不错的TCP通讯类 SERSOCKET CLIENTSOCKET ACCEPTSOCKET -A very good type of TCP communication SERSOCKET CLIENTSOCKET ACCEPTSOCKET
socket
- 详细说明:采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类clientsocket。由于将服务端类和客户端类的调用在一个工程中实现,所以一个程序既可以作为服务端也可以作为客户端。代码中加入了基本的错误处理功能。--using Microsoft Visual C preparation. Based on the way the dialog interface. Socket type of s
MyProjects
- 环境:Windows XP SP3、 VC++ 6.0、 Windows 2003 SDK 使用步骤: 1、下载解压之后,使用VC++ 6.0打开两个工程:一个是SocketServer和一个ClientSocket工程。 2、首先运行服务器端工程,选默认的端口1008 3、然后运行客户端工程,选默认的端口1008和默认的服务器地址 4、再运行多个客户端进程 5、如果一切正常,可以每个客户端的消息发送,我们可以在服务端和各个客户端同步看到消息 -Environment
TCPIPinfo
- Delphi源码编写的 TCP/IP网络通信和监听实例,使用delphi6编写的,原理主要是利用serversocket和clientsocket进行网络通信,还可进行简单的监听以及聊天信息发送和接收-Delphi source code written in the TCP/IP network communication and listening instance, use delphi6 written, the principle is to use serversocket and
TCP
- 局域网内的完全通信,实现数据的传输与交换,将服务端和客户端完全集中在一个项目文件中,局域网中完美实现通信!TCP通信,用SERVERSOCKET和CLIENTSOCKET实现-yes,it is good!
ClientSocket
- tcp client programing source
ClientSocket
- 一个使用C#语言在Visual Studio2010环境下编译的客户端通信程序,可在控制台下运行测试-A use of C# language in Visual Studio2010 environment compiled client communication procedures, tests can be run in console
SocketServer-listener
- SocketServer监听程序,用serversocket和clientsocket-SocketServer listen
MyProjects
- 1、下载解压之后,使用VC++ 6.0打开两个工程:一个是SocketServer和一个ClientSocket工程。 2、首先运行服务器端工程,选默认的端口1008 3、然后运行客户端工程,选默认的端口1008和默认的服务器地址 4、再运行多个客户端进程 5、如果一切正常,可以每个客户端的消息(1, Download decompression, use VC++ 6 to open two projects: one is SocketServer and a ClientSocke
