搜索资源列表
实例14-FTP客户端
- 简单的ftp客户端软件,实现登录,浏览,下载,上传服务-simple ftp client software, logged in, browse, download and upload services
MINI FTP客户端
- 基于winsock的ftp客户端程序,实现用户登陆,获取服务文件列表,上传下载文件-protocols of the ftp client, enabling user landing, access documents list uploading and downloading files
可接收多客户机的服务端
- 可接收多客户机的服务端-can receive more client-server
最简单的SDK服务端与客户端程序
- 最简单的SDK服务端与客户端程序-most simple SDK server and client programs
易语言编写的P2P服务端客户端
- 易语言编写的P2P服务端客户端,UDP通信模式,内网打洞成功。-Easy language of P2P server client, UDP communication patterns within the network successfully dug the hole.
qt_SimpleChatRoom.跨平台多线程聊天室程序客户端及服务器端
- 跨平台多线程聊天室程序客户端及服务器端。 服务端分三个功能模块。 1.端口监听,单独一个线程。 2.聊天室消息分发,单独一个线程。 3.收发客户端消息,每连接一个线程。 客户端分有两个功能模块。 1.UI,单独一个线程。 2.收发消息,单独一个线程。 ,A simple chatroom Server & Client. Design with Qt 4.5. Multithread & Platform-independent.
linux下采用多路复用技术的聊天室的客户端与服务端
- linux下采用多路复用技术的聊天室的客户端与服务端,multiplexing under linux using the chat room client and server
Char 聊天室服务端和客户端程序
- 一个聊天室服务端和客户端程序,可以设置服务器和端口,A chat room service client and the client program, you can set the server and port
chat4.zip
- 聊天程序,分客户端和服务端,Chat program, sub-client and server
telnet
- telnet用c++实现包括客户端和服务器的源代码程序-telnet using c++ implementation, including client and server source code program
wind
- winsock服务端与客户端发送消息(支持多客户端)-winsock service client and the client send messages (to support multi-client)
MyClient
- 网络客户端,可以连接网络服务端进行通信,只要远程服务端提供端口号码即可-net client ,can connect to a server remote ,if the remote provite a socket
TCp
- 多线程实现TCP客户端,可制定服务端地址自由连接服务端-multithreading TCP socks
MyProjects
- 仿QQ聊天程序 包含客户端和服务器端 功能简单 仅供参考-fsl jflds j fdsal fdsj a jfdsa jgdfls fds
Soket-experiment
- 基于socket的客户端服务端通信 两个小程序 一个客户端 一个服务端 VC通过-Socket-based client server communication are two small programs a client by a server VC
eyuyan_server_clent
- 易语言服务端客户端互换收发数据源码 服务器与客户端的通讯例程-Easy language exchange server send the client data source server and client communication routines
tftp源码
- tftp客户端和服务端代码,自己测试过很好用(TFTP client and server code)
c#socket客户端服务端编程
- c#的socket进行客户端与服务端编程(Client and server programming)
vc网络聊天室源代码
- 实现局域网客户端,服务端,实现多客户端互相群聊(Realize LAN client, server, multi client chat with each other)
telnet服务器和客户端
- 其中包含了telnet的服务端和telnet的客户端,在ubuntu18.0下编译成功