搜索资源列表
LANusersCom
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
局域网多用户通信
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本文在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。-TCP / IP-based network communications technology to achieve a connection-oriented users and server asynchronous point-to-point communications, in th
winsocket++
- TCP/IP Winsock编程实例,利用Winsock编程由同步和异步方式,同步方式逻辑清晰,编程专注于应用,在抢先式的多任务操作系统中(WinNt、Win2K)采用多线程方式效率基本达到异步方式的水平,应此以下为同步方式编程要点进行快速通信 -TCP / IP Winsock programming examples, the use of Winsock programming from synchronous and asynchronous, synchronous mode l
TCPIPMessage
- c#中异步基于消息通信的完成端口的TCP IP协议的组件实现(源代码)-asynchronous message-based communications to complete the TCP port IP components to achieve (the source code)
345645322
- 聊天基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。-chatting on TCP / IP network communication technology to achieve a connection-oriented users and server, peer-to-peer - further communication, th
dllHwSocket
- ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.c
tcpayncchat
- 采用C# TCP 异步通信开发的 聊天室系统 服务端和客户端都有
AsynchronousSocket
- C# TCP/IP 异步通信类 事件驱动-C# TCP/IP class of event-driven asynchronous communication
TcpMsgCommunication
- 基于异步通信的TCP开发的聊天程序,源代码包含客户端程序和服务器端程序。-Based on the development of asynchronous communication TCP chat program, the source code contains client programs and server-side programs.
TCP
- 利用VS2008 C#构建的使用异步通信的TCP数据传输通信-Using asynchronous communication TCP data transmission communication
eventThread
- 事件机制的异步多线程TCP通信,包括服务客户端-Multi-threaded asynchronous event mechanism TCP traffic
TCPMultlink
- TCP通讯客户端和服务器端的异步通信架构-TCP messaging client and server-side asynchronous communication architecture
websocket
- 在web下实现 tcp ip通信,异步通讯
Socket
- TCP协议服务端与客户端通信(包括 同步和异步)-TCP protocol server-side and client communications (including synchronous and asynchronous)
Socket-TCP-COM
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClien
TCPScoket
- 使用异步Socket方式实现TCP通讯源码 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端-Asynchronous Socket ways to achieve the TCP source the source Asynchronous Socket ways t
TCP
- TCP协议同步通信和异步通信系统的实现 服务器和客户端-A synchronous communication and asynchronous communication system implementation of the TCP protocol server and the client
CSharp(UDP-TCP)
- C#完整的通信代码详解(点对点,点对多,同步,异步,UDP,TCP)-C# complete communication code Comments (point to point, point to multipoint, synchronous, asynchronous, UDP, TCP)
Socketer
- 实现C#异步网络TCP,UDP通信,接口已经封装好,直接使用即可。-The C# asynchronous network TCP, UDP communication
Asynchronous-TCP-communication-class
- VS c#异步Tcp通信类,包含事件类和通信类-Asynchronous Tcp communication class, including the event class and communication class