搜索资源列表
TCP的客户服务器通信程序
- TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\\\client\\\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communicatio
Server-Client
- 我做的客户端,服务器端通讯编程的例子,供大家参考。-client, server communications programming examples for reference.
javawork_chat
- 本java聊天室,实现了多线程编程,实现多可客户聊天,*消息 或者单发消息。并且实现了服务器端管理客户端的功能,详细请看程序的说明文档。-the java chat room and realized the multithreaded programming, customers can achieve multi-chat, single or repeated news updates. To reach the server-client management functions, p
JRTPDemo
- jrtplib 的server/client demo,原来的demo存在内存泄露问题-jrtplib the server / client demo, the original demo of memory leakage problems
AutoUpdateDemo
- socket编程示例,分为server,client两个程序,实现程序的自动升级。-socket programming paradigm into server, client two procedures to achieve the automatic escalation procedures.
JAVA网上发牌源代码
- 本软件是一个基于服务器/客户端的应用程序,因此,若想实现本程序,必须先运行服务器,而且在客户端必须达到三个才能开始工作。本软件具有如下主要功能: ·联机发牌 ·简单的出牌 -this is a software-based server / client applications, so if you want to achieve the procedure, must first run the server, but the client must meet three can
Login Server
- 用VC6++写的网络通讯程序,即可以做服务器端,也可以做客户端-with VC6 write network communication process that can be done server, the client can do
maprg
- 一个用VB开发的*程序,服务器端与客户端!-a VB development of the Trojan program, the server-client!
A_simple_IOCP_ServerClient_Class
- 要求读者已经熟悉cpp,winsock,mfc和多线程. 简单而能大的server/client程序演示iocp的使用-asked readers already familiar with cpp, winsock, mfc and multithreading. Simple and can be large server / client procedures for the use of demonstration It
C++NPv1
- 日志服务器客户端与循环式服务器的设计 日志服务器客户端与反应式服务器的设计 -log server client and the server-cycle design log server client and the server response Design
HttpAgent
- 基于ACE实现的一个代理服务器以及相应的客户端程序,代理服务器可以把客户端的请求转发给指定服务器,并把该服务器的应答转发给客户端。是学习ACE库的好例子-achieve a proxy server and the corresponding client, proxy server client can transmit the request to the designated servers, and the server's response relayed to the cli
Program_for_socket
- 一个简单的Socket服务器程序 这个服务器程序只是简单的接受客户方传送的字符串,然后显示它们。 从一个简单的Socket客户机发送消息:-a simple socket server this procedure is a simple server client side of the transmission string and then display them. From a simple Socket client send messages :
A_SocketSe187394482005
- When it comes to writing high performance server / client applications that use the TCP/IP protocol, this class will handle everything for you.-When it comes to writing high performance s SP / client applications that use the TCP / IP protocol, this
ChatRoom_forNT
- C/S(服务器/客户机),VC++平台,能够语聊和文字聊天-C / S (Server / Client), VC platform language to chat and text chat
fileclient-server.c
- Very simple file transferring client.-Very simple file transferring client.
chatclient-server
- Chatroom client using fork Chatroom client using select Chatroom server using select-Chatroom client using fork Chatroom clien t using select Chatroom server using select
TCP-server-client
- 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on t
Server&Client
- 简单的客户端服务器程序,java编写,功能十分简单-simple client-server process, the preparation of java, a very simple function
C++ TCP/UDP Server & Client examples
- TCP and UDP server & client example codes. Open source code then change default IP and port values. It is ready to be used!
B4Jserver+client
- 基于jrdc2的远程数据库的服务器和客户端的开发源代码,已经调试通过
