搜索资源列表
Socket
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
socket client
- socket client sample code with tcp protocol
Client_Server
- tcp/ip协议,vc,在局域网或广域网可实现客户端/服务器端远程控制.-tcp/ip protocol, vc, in the local area network or wide area network can be realized client/server-side remote control.
listen
- 简易socket服务端,实现简单的 TCP协议server端侦听发送-Simple socket server, TCP protocol to achieve a simple server-side listener to send
TCP-IP-Socket
- 实现远程连接开关,客户端代码,实现发送连接请求,接收服务器信息功能,服务器实现通过客户端请求并连接,处理事务功能。-achieve the remote TCP/IP socket