搜索资源列表
lan_multiuser_com.rar
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client
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.
lan_multiuser_com
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
ddvip
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client -Based on TCP/IP network communications technology for connecting users with point-to-point asynchrono
async-0.4.tar
- linux下的异步通信库 支持TCP和UDP异步通信 编译和使用前先读readme.-linux asynchronous communication library under TCP and UDP support asynchronous communication and use of the compiler before reading readme.
code
- TCP异步通信编程实例,基于C#语言开发,实现异步通信面向连接的程序设计。-failed to translate
Socket
- TCP通信的示例程序 使用异步socket, 包括服务器端和客户端-The example of the TCP Socket Communication
TCPS
- tcp服务器,采用异步socket通信,比较简单的例子程序-tcp server using asynchronous socket communication, relatively simple example program
toUp
- 在lnux中TCP/IP通信的程序,使用socket、select实现异步操作,包括服务端和客户端.-In lnux TCP/IP communication procedures, using socket, select asynchronous operation, including server and client.
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!
AsyncSocket
- MFC程序,适用于局域网,分为服务端/客户端。 采用TCP协议。 服务端支持同时和多个客户端通信。 主要用于学习,一个初步Demo。 使用Windows socket。 异步通信关键API:WSAAsyncSelect。
TCPAsyncSync
- 使用C#的TCP同步方法和异步方法,分别实现简单的基于TCP的通信程序。-Using C# TCP synchronous method and the asynchronous method, respectively, to achieve a simple TCP-based communications program.
TCPChatRoom
- 基于VS2012一个简单的小测试程序,支持服务器对某客户端,服务器对所有客户端,客户端之间的通信。TCP Socket基于CAsyncSocket的非阻塞异步通信。效果图详见:http://blog.chinaunix.net/uid-28394603-id-5163195.html-Based on VS2012 a simple and simple small test procedures, support for a server to a client, the server for
VideoServices
- 应用boost_1_56_0搭建的一个网络服务器框架,服务器框架中用到boost::asio::ip::tcp::socket、boost::singleton_pool内存池、boost::shared_ptr智能指针、 读写锁、异步通信-Application of boost_1_56_0 to build a network server framework, server framework used in boost:: asio:: ip:: tcp:: socket, boo
NonblockingTcpServer-master
- 实现异步的通信模型,采用TCP/IP协议,C++语言编写的通信服务器,基本不丢包并且能自动进行消息包的纠错效验。(Realize the asynchronous communication model, communication server using TCP/IP protocol, C++ language, basic packet loss and can automatically check error message packets.)
AsyncTest
- TCP异步编程完整代码,可以看看,适合网络编程入门(TCP asynchronous programming complete code)