搜索资源列表
会话通信程序1
- 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如
tcpc_1
- TCP/IP协议书通信客户端程序,是学习TCP/IP协议,提高计算机网络程序设计的技能而编写.-TCP / IP Communication Protocol client is studying TCP / IP protocol. improve computer network programming skills and preparation.
udp_clnt
- TCP/IP客户端程序,利用tcp传输通信
使用TCP控件实现服务器和客户端通信
- 使用TCP控件实现服务器和客户端通信。是一个简单的控件使用程序。-a process about tcp progressing
TCPClient.rar
- VS2005下的wince环境中的TCP通信客户端程序,Wince under VS2005 environment TCP communications client program
TCP.rar
- vc++的TCP示例程序,其中包括客户端和服务器代码,可以帮助网络编程的初学者很直观的理解winsocket通信机制。,TCP coding example using VC++,very useful for the programer interest in winsocket
WINSOCK-TCP
- 实现sockTCP聊天功能 ~~!!在Internet上的聊天室程序一般都是以服务器提供服务端连接响应,使用者通过客户端程序登录到服务器,就可以与登录在同一服务器上的用户交谈,这是一个面向连接的通信过程。因此,程序要在TCP/IP环境下,实现服务器端和客户端两部分程序。-Achieve sockTCP chat ~ ~! ! In Internet chat rooms on the procedure is generally based on the server side connecti
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
Socket
- TCP通信的示例程序 使用异步socket, 包括服务器端和客户端-The example of the TCP Socket Communication
WINSocketClient
- 此为基于VC++6.0下的TCP/IP 客户端程序,可以连接到指定IP、端口号的服务器上,是一款不错的网络通信调试工具。-This is based on VC++6.0 under the TCP/IP client program can connect to the specified IP, port number, server, network traffic is a good debugging tools.
TcpClient
- 基于TCP的客户端程序。和TCP的服务器端程序可以相互通信,并有基于对话框的界面显示。-TCP-based client programs. And the TCP server-side program can communicate with each other and have dialog-based interface display.
VC_NetworkComm
- 1.目录TCP.UDP高级编程,是一个高级的聊天程序,程序中集成了TCP和UDP聊天程序,注意程序运行的时候需要设定命令行参数,可以在项目设置中进行设定,或者通过命令行参数直接执行。在书中有说明; 2.目录TCP聊天是程序服务器端程序,其客户端程序在目录TCP聊天客户端中; 3.目录TCP聊天客户端是TCP聊天程序客户端程序,同上一个程序配合使用; 4.目录UDP点对点聊天是一个UDP的点对点聊天程序,程序运行测试的时候,需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设
TCP_SERVER_CLIENT
- 利用BCB工具开发的基于TCP通信的服务器和客户端程序。-Using BCB TCP-based communication tool development server and client programs.
Client-CPlusPlus
- Tcp协议下基于对话框的server/client通信客户端程序-Tcp agreement dialog-based server/client communication client
TCP
- TCP 验证程序 服务器端和客户端程序,可在网络上实现tcp程序的通信-TCP client
IPC_MSGClient
- TCP通信客户端程序,有助于网络编程初学者-TCP communications client program, to help network programming for beginners
tcp_client
- TCP/IP客户端程序,先创建套接字,再连接服务端,然后数据通信-TCP/IP client program first creates a socket, then connect the server side, and then the data communication
TCPclient1
- 基于MFC的TCP通信客户端程序,输入对方IP与端口号即可进行通信-MFC-based TCP communications client program, enter each IP and port number to communicate
VB6.0 tcp通信程序
- 利用winsock控件,实现服务器客户端的通信(Using Winsock control to realize the communication between server and client)
TCP服务器端和客户端程序
- 使用C++ builder的TCP组件开发的服务器端和客户端程序,可以进行二进制形式的通信(The server - side and client - side programs developed using the TCP component of C++ builder can communicate in binary form)