文件名称:Multi-thread-communication
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-06-07
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- m***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
多线程通信,服务器运行后等待客户端连接,连接成功,客服端发送自己的名字及字符串信息给服务器 服务器将收到的字符串信息反向排列后发回给客户端,一个服务器可以对应多个客户端-The multi thread communication and that the server is running waiting for client connection, the connection is successful, the client sends his name and string information to the server. The server will receive string reverse arrangement sent back to the client, a server can be corresponding to a plurality of client
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LINUX下多线程通信\cilent.c
.................\server.c
LINUX下多线程通信