文件名称:Socket
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 245kb
- 下载次数:
- 0次
- 提 供 者:
- n***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
基于C/S结构的Socket程序设计
即通信双方一方作为服务器等待客户提出请求并予以响应。客户则在需要服务时向服务器提出申请。服务器一般作为守护进程始终运行,监听网络端口,一旦有客户请求,就会启动一个服务进程来响应该客户,同时自己继续监听服务端口,使后来的客户也能及时得到服务。-Based on C/S structure Socket programming that is both side of communication as a server waiting for client request and response. Customers in need of services to the server application. Server in general has always been run as a daemon, listening network port, once the customer has requested, it will start a service process to respond to the client, at the same time continue to monitor their own service port, so that later customers can receive timely services.相关搜索: 守护进程
端口
进程
socket
服务端
客户
即通信双方一方作为服务器等待客户提出请求并予以响应。客户则在需要服务时向服务器提出申请。服务器一般作为守护进程始终运行,监听网络端口,一旦有客户请求,就会启动一个服务进程来响应该客户,同时自己继续监听服务端口,使后来的客户也能及时得到服务。-Based on C/S structure Socket programming that is both side of communication as a server waiting for client request and response. Customers in need of services to the server application. Server in general has always been run as a daemon, listening network port, once the customer has requested, it will start a service process to respond to the client, at the same time continue to monitor their own service port, so that later customers can receive timely services.相关搜索: 守护进程
端口
进程
socket
服务端
客户
(系统自动生成,下载前可以参看下载内容)
下载文件列表
基于CS结构的Socket程序设计
..........................\Client.exe
..........................\Server&Client
..........................\.............\Client
..........................\.............\......\Client.cpp
..........................\.............\......\Client.dsp
..........................\.............\......\Client.dsw
..........................\.............\......\Client.opt
..........................\.............\......\Client.plg
..........................\.............\......\Debug
..........................\.............\......\Release
..........................\.............\include
..........................\.............\.......\functions.h
..........................\.............\Server
..........................\.............\......\Debug
..........................\.............\......\Release
..........................\.............\......\Server.cpp
..........................\.............\......\Server.dsp
..........................\.............\......\Server.dsw
..........................\.............\......\Server.opt
..........................\.............\......\Server.plg
..........................\Server.exe
..........................\说明.doc
..........................\Client.exe
..........................\Server&Client
..........................\.............\Client
..........................\.............\......\Client.cpp
..........................\.............\......\Client.dsp
..........................\.............\......\Client.dsw
..........................\.............\......\Client.opt
..........................\.............\......\Client.plg
..........................\.............\......\Debug
..........................\.............\......\Release
..........................\.............\include
..........................\.............\.......\functions.h
..........................\.............\Server
..........................\.............\......\Debug
..........................\.............\......\Release
..........................\.............\......\Server.cpp
..........................\.............\......\Server.dsp
..........................\.............\......\Server.dsw
..........................\.............\......\Server.opt
..........................\.............\......\Server.plg
..........................\Server.exe
..........................\说明.doc