搜索资源列表
cs_sdk_src.zip
- 一个Client/Server Socket类
Server-Client
- 我做的客户端,服务器端通讯编程的例子,供大家参考。-client, server communications programming examples for reference.
chat-Client
- 用C++ Builder编写的聊天的客户端程序,可以实现收发消息的功能-with C + + Builder chat client procedures can be achieved transceiver features news
zgy-client
- 用VC6写的简单控制台客户端程序,学习用。-with VC6 write a simple console client, to study.
FTP-client-io
- 这是一个ftp下载的客户端,希望大家交流-This is a ftp download the client, we hope that the exchanges
Client
- 一个客户端和服务器文件传输的例子,对网路编程有帮助,类似FTP-a client and server file transfer example, the Internet programming help, similar to FTP
xmlrpc-client-3.1.jar
- xmlrpc client lib class and so on
client-server
- client-server客户机/服务器设计源码
简单Client
- VC编的简单Client端程序-VC series of simple procedures Client -
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
CLIENT-SERVER1101
- 客户机/服务器模型是为了解决通信中的聚合问题。如果不采用客户机/服务器模型很难实现正常的通信,只有在一方作为服务器采用被动方式,始终等待对方与其通信;另一方作为客户机采用主动通信的方式,主动发起通信过程,才能最终完成通信。-client / server model is to solve the communication problems polymerization. If we do not use the client / server model is very difficult
Server&Client
- 简单的客户端服务器程序,java编写,功能十分简单-simple client-server process, the preparation of java, a very simple function
基于IPv6的tcp/udp网络通信程序
- 这是一个基于IPv6的tcp/udp网络通信程序的工程。 该工程包括TCP Server端程序,TCP Client端程序,以及UDP Server端程序和UDP Client端一共4个程序,建立在同个工程中一起提供。
Client db
- Client db file
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!
client and webserver
- client server code in C language
FTP Client
- Client FTP: Connection File FileTransferType Mode Asynchronous
client使用TIdTCPClient组件 Server使用TIdTCPServer组件
- 首先执行:server/pchat.exe 再执行: Client/Proserver.exe
B4Jserver+client
- 基于jrdc2的远程数据库的服务器和客户端的开发源代码,已经调试通过