搜索资源列表
简单Socket通讯
- TCP通讯测试小程序(客户端),可选择保持连接或一次收发完毕后自动断开。-small TCP communications test procedures (client), or may choose to stay connected after a transceiver automatically disconnected.
服务器端应用程序
- 一个简单的服务器端应用程序,功能:监听客户端的连接请求,为客户端连接请求建立SOCHET队列,处理各客户端发送来的数据,并向相应的客户端发送应答消息,更新服务器的端口号-a simple server-side applications and functions : listening to the connecting client requests for client requests to establish SOCHET queue address the client to sen
SimpleSocket
- 简单的SOCKET的DLL通信编程,基于WINSOCKET类实现了3中不同的监听模式 集客户端与服务器端于一体-simple DLL communications program, based on the realization WINSOCKET category three different sets of listening mode client and server integrates
httpclt
- http client 简单易懂的HTTP客户端例子代码, 很好的学习例子程序.-http client easily understood HTTP client code examples, good examples of the learning process.
networktest
- 一个基于TCP/IP的客户端与服务端的简单模拟程序-a TCP / IP client and the server's simple simulation program
chatroomclientkaifa
- 一个简单的聊天室客户端开发,适用于初学者~-a simple chat room client development, applicable to beginners ~
SocketCommunication
- 简单的通信系统,应用到Socket,包括客户端与服务器端
VC_chat
- VC版本的简单聊天程序,包括服务器端和客户端,支持多线程
TcpClient
- 一个很简单的利用TCP/IP实现双机通讯的实例的客户端,可以供学习用。
客户端和服务器端通信程序
- 一个简单的服务器端和客户端聊天的源代码,希望大家下载
FtpClientCS
- 这是用C#写的一个简单实用的FTP客户端DEMO,支持上传,下载,文件夹管理,文件管理等操作.
liaotianchengxu
- 学习Indy控件时写的一个简单例子,使用UDPServer进行通讯, 服务器进行数据转发,也可以直接进行客户端到客户端的通讯, 修改一下即可实现。 呵呵,太简单了,高手不用看。
WinSock
- /******************************************************************************* 关键说明 服务器端 1,SocketServer中,有个uo_Socket_Server类型的数组Connects,实现多个连接管理。 2,uo_Socket_Server实例是通过w_1.tab_1.OpenTab()打开的。 3,SocketNotify为自定义事件pbm_custom01。 4,ue_Soc
clint
- 简单易用的OPC客户端源码,可嵌入自用系统直接使用
简单的TCP,UDP服务器,客户端(入门学习用)
- WIN API开发的基于SOCKET的简单TCP,UDP通信程序,对初学者使用SOCKET很有帮助
vcsocket
- 这是一个利用vc socket类写的简单的聊天程序。很简单,分客户端和服务器端,便于上手。-This is a category of use vc socket write a simple chat program. Very simple, sub-client and server-side, easy to use.
CLient
- UDP客户端,简单实用,是您进阶的好帮手-UDP CLIENT
lancs
- vc++实现的简单的cs架构程序,服务器端分登录和注册服务器,通信服务器,及客户端三部分程序。-vc++ server and client c/s lan chatroom
Sumary_CPP_Socket_Programming
- socket编程小总结,包括简单客户端、服务器、点对点通讯、端对端传输文件等。只有代码,简单说明-a summary of programing using socket, including server ,client, comunication and transfer files and so on
MFC socket编程简单示例
- socket编程示例,实现服务器和客户端简单通信