搜索资源列表
socket_vc_demo
- 这是tcp/ip通讯的vc++控件及范例源码,包含一组非常优秀的socket控件源码,demo程序包括客户端程序和服务端程序,实现tcp/ip通信的数据接收发送。-This is the tcp / ip communication and control vc example source code, contains a set of socket excellent source control, demo procedures including client and server pr
shiyan5
- (1)设计TCP服务器程序,在完成绑定、监听等操作后,利用线程函数接收客户端的连接请求,并为每一个客户启动一个新线程进行收发服务。 (2)利用几个客户端程序同时进行并发连接,测试服务器是否能完成并发式服务。-(1) design program, in complete TCP server after operation, listening to bind, using thread function receives client connect requests for every
ZhangZiyangCSharpwebapplication
- 主要讲述了基于套接字(Socket)进行网络编程的基本概念,其中包括TCP协议、套接字、聊天程序的三种开发模式,以及两个基本操作:侦听端口、连接远程服务端;第二篇讲述了一个简单的范例:从客户端传输字符串到服务端,服务端接收并打印字符串,将字符串改为大写,然后再将字符串回发到客户端,客户端最后打印传回的字符串;-Mainly about the socket-based (Socket) to the basic concepts of network programming, including
myTCP
- tcp客户端与服务端测试程序,内附接收以及发送线程(TCP client and server test procedure, enclosed receiving and sending thread)