搜索资源列表
服务器和客户端通信
- 服务器和客户端通信-server and client communication
TCP服务器与客户端源代码
- 基于VC 6.0工程文件,测试TCP方式进行网络通信,包括服务器和客户端程序。
基于JavaSoundDemo的多客户端语音通信
- 基于JavaSoundDemo的多客户端语音通信-JavaSoundDemo based on the multi-client voice communications
服务器和客户端通信
- 服务器和客户端通信-server and client communication
一个简单的实现客户端和服务器端聊天的C程序
- 一个简单的实现客户端和服务器端聊天的C#程序,网络通信-a simple realization of client and server-side chatting C# procedures and network communications
200405181013101213聊天程序(客户端)
- 200405181013101213聊天程序(客户端),及时通信开发-process of chat (client), communicating in time
TCP的客户服务器通信程序
- TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\client\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP
Server多客户
- 该例是实现一个服务器,多个客户端之间的通信,采用了多线程机制。实现效率高-the cases is a server, a number of client communications between the use of multi-threaded mechanism. To achieve high efficiency
客户端服务器端的通信程序
- JAVA程序设计来实现了多个客户端和一个服务器端的通信程序-JAVA procedures designed to achieve a number of client and a server-communication program
客户端与服务器端使用串口通信的程序源码
- 客户端与服务器端使用串口通信的程序源码,好东西!-client and server use serial communication procedures source, the good stuff!
Chatroom4645228
- 是个好东西,实现服务端与客户端的通信。可以模仿QQ聊天软件。-is a good thing, server and client communications. QQ Chat can be copied software.
socketwin
- CAsyncSocket_ClientTcp,服务端,与客户端通信-CAsyncSocket_ClientTcp, server and client communication
UDP
- 设计一个简单网络通信系统,实现通信双方的消息收发,主要包括服务器和客户机的设计。实现客户端接收键盘输入的字符串,并向服务器发送;服务器接收后,将字符串以逆序返回给客户端; 客户端显示服务器返回的逆序字符串。udp的.-Design a simple network communication systems, to achieve communication between the two sides to send and recei
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.
Socket聊天程序(一个服务端,多个客户端)
- C/S架构,采用socket通信方式,一个服务器对多个客户端通信,支持广播以及点对点通信(C / S architecture, using socket communication, a server for multiple client communications, support for broadcast and point-to-point communication)
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实现调