搜索资源列表
Socket(ClientServer)
- Socket服务器端-客户端程序:客户端链接服务器后,向服务器发送数据;服务器端建立连接后可以接受客户端数据,互相通信
ClientServer
- 这是一款不用数据库的即使通讯聊天软件,该软件通过对文件的读写,存储数据,而且对网络编程给予充分的运用。是网络编程的经典应用。
ClientServer
- Client 和Server 配套的网络连接程序。-Client and Server matching network linking procedures.
ClientServer
- 两个源码,客户端和服务器端,对于入门的朋友很有好处的-2 source code, the client and server side, the entry of a very good friend
使用共享内存在ClientServer间通讯
- 使用共享内存在ClientServer间通讯-use shared memory communication in Qinhuangdao
ClientServer
- 简单的TCP、UDP客户服务器编程例子,可编译,超值好用-Simple TCP, UDP client-server programming examples can be compiled, easy to use value
ClientServer
- Stun Client to determine Public IP of Client behind NAT and type of NAT
clientserver
- 使用c底层实现的socket通信程序,可以实现类似远程运行CMD部分控制命令-The underlying implementation using c socket communication program, you can achieve a similar part of the remote control command to run CMD
clientserver
- 利用 winsock 來作 client server 通訊, 寫成 類, 可以直接使用, 相當不錯的範例-Use winsock for client server communication, written in class, can directly use, pretty good example of
clientserver-1.2.tar
- simple client server program.
CLientServer
- 网络编程最基本最常用的网络端和客户端的程序实现,对于网络开发的学习者会有帮助的。-Network programming the most fundamental and most commonly used network client and the client program implementation, network development for learners would be helpful.
clientserver
- 远程控制编程技术该书的最后编写出来*的源代码,具有简单的控制屏幕等功能-Remote Control Programming Finally the book are written by Trojan source code, with simple control features such as screen
ClientServer
- 通信网络测量中客户和服务器端的测量,是当时上课时的老师给的源代码,不错的-Measurement of customer communications networks and server-side measurement, was the teacher in class to the source code, a good
clientserver
- 基于java的多机协作流量检测。用Java语言,编程实现基于高层协议的多机通信。在无人的状态下,使用时间片轮换为事件驱动,能使多台机器相互唤醒而达到协作完成 监测网络流量工作的目的。-Java-based collaboration of multi-flow detection. Using Java language, programming high-level agreements based on multi-machine communication. In the absence
Clientserver
- This a client server program using tcp.-This is a client server program using tcp.
clientServer
- 客户端服务器实例代码,包括文档说明,源码,jar文件。可以很好的示例socket应用-Examples of client-server code
clientserver
- This contains various programs on client server connectivity using TCP and UDP packets. It is executable in linux environment.
clientserver
- 客户端程序向服务器提出TCP连接的请求,当连接建立后,从服务器的端口5050接收数据并进行显示,然后断开与服务器的连接 服务器端的程序当有客户提出连接请求时,在端口5050与客户端进行TCP连接, 连接成功后,显示客户IP地址和端口号,并给客户端发送" Hello! I am a server." 字符串。如果发送正确则显示所发送的字节数 命令格式:server -Client TCP connection to the server made the request
ClientServer
- 服务端和客户端通过TCP/IP连接.服务端监听端口,客户端通过连接端口和IP接收客户端发送的波形。-Server and Client connected use TCP/IP
Linux-socket-TCP-ClientServer
- 编写Linux下socket协议TCP的ClientServer程序-Under the agreement Linux TCP socket write the ClientServer program