搜索资源列表
服务器和客户端通信
- 服务器和客户端通信-server and client communication
TCP服务器与客户端源代码
- 基于VC 6.0工程文件,测试TCP方式进行网络通信,包括服务器和客户端程序。
使用TCP控件实现服务器和客户端通信
- 使用TCP控件实现服务器和客户端通信。是一个简单的控件使用程序。-a process about tcp progressing
UDP传输,包含客户端和服务器端两个CPP
- UDP传输,包含客户端和服务器端两个CPP。实现客服端与服务器的双向通信。,UDP server
Delphi Tcp/IP 服务器客户端通信例子
- Delphi Tcp/IP 服务器客户端通信例子-Delphi Tcp/IP server examples of client communications
Socket
- delphi开发的一款用于服务器和客户端远程通信的程序,可以嵌入其他程序中使用-delphi for the development of a remote server and client communication procedures, other procedures can be embedded in the use of
CAsyncSocket
- 基于C/S架构的主机与客户端通信的回声测试程序,以及socket的简单试验开发。-Based on C/S structure of the host and client communications echo test procedures, as well as pilot the development of a simple socket.
server_Client_CSharp
- C# 开发的服务器与客户端通信程序 适合初学者学习-C# development server and client communications programs for beginners to learn
HTTP Client
- http客户端通信程序实例!希望对你有用! 很不错的哦!-http example client communication program!hope to using for you!
client
- 服务端通信实现的代码,实现服务器和客户端的通信,(Server-side communication code)
Socket聊天程序(一个服务端,多个客户端)
- C/S架构,采用socket通信方式,一个服务器对多个客户端通信,支持广播以及点对点通信(C / S architecture, using socket communication, a server for multiple client communications, support for broadcast and point-to-point communication)
Android客户端与pc服务端程序demo
- 实现android 手机端 与 PC 端 通信(android with PC connect and communication)
android WIFI下客户端和服务端互相通信
- android WIFI下客户端和服务端互相通信(Android WIFI client and server communicate with each other)
Android即时通信系统的实现(客户端+服务器)
- 基于安卓的即时通信系统,包括客户端和服务端两个部分(An android based instant messaging system that includes both client and server parts)
WpfApplication40
- C#客户端通信,简单的socek,端口检测,与客户端进行通信,心跳粘包等功能(C# client communication, simple socek, port detection, communication with the client, heart beat and other functions)
棋牌客户端通信模块功能
- 棋牌游戏客户端SOCKET 通信模块,功能完整,纯C++ 跨平台
Socket客户端
- 基于Linux的socket客户端程序,可以执行简单的网络通信功能。(socket Client on Linux)
TCP通信
- tcp实现服务器端和客户端简单聊天通信,利用c++和MFC实现(TCP implementation of server - side and client - side chat communication)
C# Socket简单例子(服务器与客户端通信)
- C# Socket简单例子(服务器与客户端通信)(C# Socket simple example (server to client communication))
SocketServerAcceptMultipleClient
- 使用Socket实现一个socket服务器与多个socket客户端通信 在分布式调度系统中,如果要实现调度服务器与多台计算节点服务器之间通信,采用socket来实现是一种实现方式,当然我们也可以通过数据存储任务,子节点来完成任务,但是往往使用数据作为任务存储都需要定制开发,要维护数据库中任务记录状态等等。开发的东西还是有点多,而且还不够灵活。因此,我个人是比较偏向于使用socket来实现任务的调度工作。原因:使用socket实现调度比较灵活,而且扩展性都比较好。 实现思路:调度服