搜索资源列表
asynsocket1
- 该代码讲述了异步Socket的工作机制,包括服务器和客户端代码-the code on the Asynchronous Socket working mechanisms, including the server and client code
Email
- UDP实现邮件系统,利用Java实现,包括服务器和客户端
TCP_chatting
- 一个VC下的tcp多人网络聊天程序的源码,包括服务器端源代码和客户端源代码
TCP
- 一个网络编程的程序代码,实现TCP聊天功能,包括服务器端和客户端
tcp
- 一个简单网络通信系统,实现通信双方的消息收发,主要包括服务器和客户机的设计。实现客户端接收键盘输入的字符串,并向服务器发送;服务器接收后,将字符串以逆序返回给客户端; 客户端显示服务器返回的逆序字符串。
tcpClient-tcpSrv
- 一个简单网络通信系统,实现通信双方的消息收发,主要包括服务器和客户机的设计。实现客户端接收键盘输入的字符串,并向服务器发送;服务器接收后,将字符串以逆序返回给客户端; 客户端显示服务器返回的逆序字符串。TCP的.
chat
- 聊天室入门程序,基于tcp/ip协议,包括客户端和服务器端的程序,集成,便于调试学习
telnet
- telnet进程代码,包括客户端和服务器端代码。简洁明了。-telnet server code source
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
TCP
- TCP 收发数据编程 C语言版 包括客户端和服务器端-TCP send and receive data programming C language version of both client and server side
socket
- Socket通信的实现,聊天程序例子,包括客户端和服务器段-Socket Communications to achieve, chat program examples, including the client and server segments
Filesharing
- 一个文件共享程序,包括客户端和服务器端,学习C++网络编程很有用。-A file-sharing program, including client and server-side, learning C++ network programming is useful.
tttt
- 用C#语言实现基于TCP协议的聊天系统,包括客户端和服务器端-TCP chat system
udp_communication
- Linux下的UDP局域网通信例程,包括客户端和服务器两个程序的源代码-the UDP LAN communication routines of Linux, including client and server two program source code
FiveChess
- 设计五子棋需要实现的内容包括1)五子棋的界面即绘制棋盘2)网络的链接采用C/S结构即客户端与服务器3)五子棋的落子即走棋4)界面即服务器端界面和客户端的界面5)五子棋输赢规则。-Design backgammon need to achieve, including 1) backgammon interface that draw chessboard 2) network link using C/S structure that the client and server 3) backg
onvif
- 这个是onvif协议,其中包括客户端和服务器,可以在windows和Linux环境中,并且其中使用vc打开工程,其中包括发送xml信息,还有实现了设备的发现,基本信息发送和设备退出-This is onvif agreements, including client and server, you can windows and Linux environments, and which use open vc works, including sending xml message, as w
Network-file-transfer-system
- 网络文件传输系统程序源代码,采用 windows socket开发,包括客户端和服务器端程序代码。-Network file transfer system source code that is used windows socket to develop, include client and server programs.
socket
- 使用Python制作的简单socket通信程序,包括客户端和服务器端-a simple program of socket communication,inclued the client and the server program.
multiprocess.tar
- linux 网络编程 实现讯息传播的多进程,包括客户端和服务器端-Linux network programming to achieve the multi process of message propagation,including client and server side
点对点通讯举例_TCP
- 演示了labview的tcp通讯 包括客户端和服务器端编程示例通讯,对labview中tcp通讯有很好的了解(labview tcp server/client)