搜索资源列表
yxyIPCSocket
- 客户端和服务器的基于事件机制的异步多线程TCP通信
asynchrony
- 实现了Tcp异步通信功能。 用WSAAsyncSelect函数将socket转换为异步socket,并创建相关的消息函数。 具体可查看msdn
E03-AsyncChat
- TCP/IP网络异步通信,类QQ网络即时聊天工具,服务器端和客户端界面和程序编写。-TCP/IP network asynchronous communication, like instant messaging tool QQ network, server and client interface and programming.
code
- TCP异步通信编程实例,基于C#语言开发,实现异步通信面向连接的程序设计。-failed to translate
201151021395131
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 -The source code uses the asynchronous Socket methods to achieve TCP network communication can be increased by thei
TCPScoket
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端-This source USES asynchronous Socket way realization TCP network communication, can, through their own correspondin
SOCKET-TCP-UDP-
- SOCKET实现异步通信,两个主机通过socket套接字,实现TCP,UDP协议-SOCKET asynchronous communication, the two host through socket socket, TCP, UDP agreement
Ex7_2
- C++/CLI编写的基于tcp协议的异步通信完整项目,包括服务端和客户端-Complete asynchronous communication project based on the tcp protocol, written by C++/CLI, including server and client
Tcp-talk
- 简单的TCP异步通信例子。基于MFC对话框,实现服务器与客户端通信。-Simple TCP examples of asynchronous communication. MFC dialog-based, server and client communications.
asyncsocket
- tcp异步通信,实现了客户端和服务器,拿来就用,作为参考具有一定的价值!-tcp asynchronous communication, the client and server, brought on by, has a certain value as a reference!
TCPAsyncSync
- 使用C#的TCP同步方法和异步方法,分别实现简单的基于TCP的通信程序。-Using C# TCP synchronous method and the asynchronous method, respectively, to achieve a simple TCP-based communications program.
TcpClientRecive
- 基于TCP/ip协议的socket通信,此代码为自己写的一个类,只要传入服务端的地址和端口就可以,此为异步通信方式(TCP/ip protocol based on the socket communication, this code for yourself to write a class, as long as the incoming server address and port can be, this is asynchronous communication mode)