搜索资源列表
局域网多用户通信
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本文在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。-TCP / IP-based network communications technology to achieve a connection-oriented users and server asynchronous point-
asynchrony
- 实现了Tcp异步通信功能。 用WSAAsyncSelect函数将socket转换为异步socket,并创建相关的消息函数。 具体可查看msdn
tcp异步选择 通信
- 采用select的tcp异步通信示例代码
tcpayncchat
- 采用C# TCP 异步通信开发的 聊天室系统 服务端和客户端都有
lan_multiuser_com
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the
LANusersCom
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the
局域网多用户通信
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本文在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。-TCP/IP-based network communications technology to achieve a connection-oriented users and server asynchronous point-to
345645322
- 聊天基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。-chatting on TCP/IP network communication technology to achieve a connection-oriented users and server, peer-to-peer
asynchrony
- 实现了Tcp异步通信功能。 用WSAAsyncSelect函数将socket转换为异步socket,并创建相关的消息函数。 具体可查看msdn-Tcp realize the asynchronous communication features. WSAAsyncSelect function with socket converted to asynchronous socket, and create related news
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
TCP
- 利用VS2008 C#构建的使用异步通信的TCP数据传输通信-Using asynchronous communication TCP data transmission communication
AsynchronousSocket
- C# TCP/IP 异步通信类 事件驱动-C# TCP/IP class of event-driven asynchronous communication
E03-AsyncChat
- TCP/IP网络异步通信,类QQ网络即时聊天工具,服务器端和客户端界面和程序编写。-TCP/IP network asynchronous communication, like instant messaging tool QQ network, server and client interface and programming.
SOCKET-TCP-UDP-
- SOCKET实现异步通信,两个主机通过socket套接字,实现TCP,UDP协议-SOCKET asynchronous communication, the two host through socket socket, TCP, UDP agreement
TCP
- TCP协议同步通信和异步通信系统的实现 服务器和客户端-A synchronous communication and asynchronous communication system implementation of the TCP protocol server and the 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!
AsyncTest
- TCP异步编程完整代码,可以看看,适合网络编程入门(TCP asynchronous programming complete code)
Socket同步、异步通信
- TCP通信源码。通过串口到客户端通信、客户端与服务器通信等同步、异步源码