联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All TCP/IP协议栈(495) 
按平台查找All Visual C++(495) 

[TCP/IP协议栈] tcpip3

简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。 客户:(1)客户先创建流套接字,向服务器发起TCP连接。 (2)连接创建成功后,接收服务器返回UDP服务端口号,创建数据报套接字。 (3)分别通过流套接字和数据报套接字与服务器进行通信。 (4)断开与服务器的连接。 服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。     (2)服务器创建数据报套接字,等待接收客户的数据。 (3)当收到一个客户TCP连接请求,创建连接套接字同意与其创建连接。 (4)通过连接套接字返回UDP服务端口号给客户端。 (5)分别使用连接套接字和数据报套接字与客户进行通信。
Simple client/server, server to achieve concurrent response to the customer s UDP communication requirements, but also to respond to the client s TCP communication requirements. Customer: (1) the customer first creates the stream socket, initiates the TCP connection to the server. (2) after the connection is created, the server returns the UDP service port number, and the data is created. (3) to communicate with the server via a stream socket and a data socket. (4) disconnect the server. Server: (1) server to create a listening socket, monitor client TCP connection request. (2) the server to create a data reported socket, waiting to receive the customer s data. (3) when a client TCP connection request is received, the connection socket is created to agree to the creation of the connection. (4) to return the UDP service port number to the client via the connection socket. (5) using the connection socket and the data socket to communicate with the customer. (2016-11-24, Visual C++, 4885KB, 下载3次)

http://www.pudn.com/Download/item/id/1479986037583353.html

[TCP/IP协议栈] Tcp

实现socket的Tcp通讯,有客户端和服务器端
Socket Tcp Communication (2016-04-13, Visual C++, 2711KB, 下载3次)

http://www.pudn.com/Download/item/id/1460531605557830.html

[TCP/IP协议栈] server

基于TCP/IP的网络通讯例程,本例程是服务器端,实现了数据通讯功能。
TCP/IP (2016-02-15, Visual C++, 53KB, 下载1次)

http://www.pudn.com/Download/item/id/1455514382776917.html

[TCP/IP协议栈] TcpClient

基于TCP协议的计算机网络通信程序,服务器部分
TCP-based computer network communication procedures, server part (2013-11-14, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2399887.html

[TCP/IP协议栈] client

基于TCP的客户/服务器通信程序(客户端源程序)
TCP-based client/server communication program (client source code) (2013-11-09, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2396008.html

[TCP/IP协议栈] Server

进程内部的通信服务器端源代码,通过TCPIP实现
The process of internal communication server source code, via TCPIP (2013-05-14, Visual C++, 71KB, 下载3次)

http://www.pudn.com/Download/item/id/2242807.html

[TCP/IP协议栈] socket_C

基于TCPIP服务器客户端通讯源码,很方便。
Based on the TCPIP server-client communication source code, very convenient. (2013-04-25, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/2216897.html

[TCP/IP协议栈] tcp-(cs)

关于使用tcp协议进行客户端与服务器的通信
Tcp protocol client and server communications (2013-01-09, Visual C++, 724KB, 下载8次)

http://www.pudn.com/Download/item/id/2111633.html

[TCP/IP协议栈] common

基本服务器创建例子模型,套接字通讯,基于TCP协议
Basic server to create the example model, socket communication (2012-12-12, Visual C++, 3KB, 下载4次)

http://www.pudn.com/Download/item/id/2080873.html

[TCP/IP协议栈] ClientTcp

TCP和UDP客户端程序,用TCP发送自己的信息到服务器返回一段随机码,然后用UDP发送随机码到服务器
TCP and UDP client program using TCP to send information to the server returns a random code, and then use UDP to send random code to the server (2012-10-15, Visual C++, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/2015996.html

[TCP/IP协议栈] TCPtest

用于tcp 协议的客户端和服务器端的验证
Client and server side validation for the tcp protocol (2012-08-20, Visual C++, 49KB, 下载7次)

http://www.pudn.com/Download/item/id/1970991.html

[TCP/IP协议栈] TCPtime

VC6.0环境,使用套接字编程,实现客户端和服务器端相通信,服务器发送时间给客户端,其中基于协议TCP。
In VC 6.0 environment, use a socket programming, fulfill the client and the server communication, the server sends time to the client, which based on the protocol TCP. (2012-05-12, Visual C++, 1837KB, 下载8次)

http://www.pudn.com/Download/item/id/1867136.html

[TCP/IP协议栈] 200618153540253

udp通信传输的源代码程序,使用VC实现,保固客户端与服务器端
failed to translate (2011-05-10, Visual C++, 446KB, 下载8次)

http://www.pudn.com/Download/item/id/1525227.html

[TCP/IP协议栈] tcpipDemo

tcpip演示程序,实现了客户端和服务器端的通信,仅作初学者入门参考
tcpip demo (2010-12-30, Visual C++, 59KB, 下载11次)

http://www.pudn.com/Download/item/id/1398227.html

[TCP/IP协议栈] TcpSrv

基于网络编程,tcp服务器,采用可靠传输方式,p2s
network programing,base on tcp,it s a tcpserver,p2s (2010-05-15, Visual C++, 582KB, 下载9次)

http://www.pudn.com/Download/item/id/1174064.html

[TCP/IP协议栈] SimpleUDP

网络编程套接字实现网络控制编程,网络传输相关知识多客户端一个服务器
socket programing (2010-03-29, Visual C++, 1978KB, 下载9次)

http://www.pudn.com/Download/item/id/1103366.html

[TCP/IP协议栈] MultiThreadServer

使用TCP/IP协议写的一个服务器端应用程序,使用线程池技术,实施对端口进行监听。
Using the TCP/IP protocol write a server-side application, using the thread pool technology to monitor the implementation of the port. (2009-09-11, Visual C++, 73KB, 下载21次)

http://www.pudn.com/Download/item/id/907332.html

[TCP/IP协议栈] RasClient_demo

可以连接多个VPN服务器,实现VPN连接的好代码!想学习VPN的可以看一下哦!
Can connect to multiple VPN servers, VPN connections to achieve a good code! Want to learn VPN s can look at Oh! (2008-12-24, Visual C++, 49KB, 下载78次)

http://www.pudn.com/Download/item/id/614032.html

[TCP/IP协议栈] tcpip

1.客户机能得到从服务器发的IP地址. 2.服务器能根据客户机请求发送适当文件. 3.客户机能收到从服务器发过来的文件. 4.程序采用模块化设计方法,根据TCP/IP的层次结构编写而成.
1. Guest function been issued from the server IP address. 2. Server based on client request to send the appropriate document. 3. Guest function received from the server sent the file. 4. Procedures modular design method, in accordance with TCP/IP hierarchy prepared. (2008-09-10, Visual C++, 5KB, 下载16次)

http://www.pudn.com/Download/item/id/544183.html

[TCP/IP协议栈] TCPIPcs

利用TCP IP实现简单的客户 服务器模式
TCP IP realize the use of a simple client-server model (2007-09-19, Visual C++, 6KB, 下载3次)

http://www.pudn.com/Download/item/id/335429.html
总计:495