搜索资源列表
-
0下载:
QTcpSocket 和 QTcpServer类实现了Qt的Tcp客户端和服务器。
tcp是一个流式协议。对于应用程序来说,数据是一个很长的流,有点像一个巨大的文件。
-QTcpSocket and QTcpServer class implements Qt Tcp client and server.
TCP is a streaming agreement. For application, it is a long flow, a bit like a huge file.
-
-
0下载:
TCP/ip通信的调试工具,包括服务器端和客户端,TCP/ip communication debugging tools, including server-side and client
-
-
1下载:
基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序分为服务器端和用户端两部分
本实验是本人做的计算机网络课程设计,有mfc的CSocket编的..给大家分享下
支持多人聊天,可以用,先运行服务器端,点击监听,然后运行客户端点击连接服务器即可-Based on TCP/IP communications are basically used for data communications SOCKET socket, the program is divided in
-
-
0下载:
题目1 FTP客户端与服务器端设计
题目2 邮件服务系统设计
题目3 HTTP通信系统设计-Title 1 FTP client and server-side design
Title 2 mail service system design
Title 3 HTTP communication system design
-
-
0下载:
由TCP/IP架構的聊天室:只要在Server端與Client端之間互傳資料-By the TCP/IP architecture of the chat room: as long as the Server side and Client-side information to each other between
-
-
0下载:
一个类似QQ的网络聊天工具,采用Windows Socket编程,服务器与客户端采用了TCP/IP连接方式,在设计聊天方案时,实行将所有信息发往服务器端。-A similar network of QQ chat tool, using Windows Socket programming, server and client using TCP/IP connections, chat in the design of the program and implement all of the
-
-
0下载:
实现局域网的聊天程序,通过服务器和客户端的TCP/IP协议传输实现-LAN chat program, through the server and the client TCP/IP protocol, to achieve
-
-
0下载:
关于TCP协议进行通信的关键技术资料 详细阐明了客户端和服务器的对应关系和任务协调-The key technical information about the TCP protocol to communicate to elaborate on the correspondence between client and server, and task coordination
-
-
0下载:
一个程序为服务端,建立UDP服务端套接字 另外一个程序为客户端,建立UDP客户端套接字 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序.-A procedure for the server, a UDP server socket another program for the client, UDP client socket the two new program can be interconnected, complete a chat program of TC
-
-
0下载:
一个程序为服务端,建立UDP服务端套接字。
另外一个程序为客户端,建立UDP客户端套接字。
这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序。-A procedure for the server, a UDP server socket.Another program for the client, UDP client socket.The two new program can be interconnected, complete a chat program t
-
-
0下载:
基于TCP/IP套接字编程三个步骤:服务器监听,客户端请求,连接确认。-Based on TCP/IP socket programming in three steps: server listens, the client requests a connection confirmation.
-
-
0下载:
主要是实现客户端和服务端的通信,window下基于MFC的聊天通信,注释比较详细-Mainly to achieve client and server communications, window under MFC-based chat communications, more detailed notes
-
-
0下载:
服务器端或客户端测试TCP/IP通讯连接以及测试数据的接收与发送情况-Server-side or client-side test TCP/IP communication connections and test data reception and transmission case
-
-
0下载:
TCP实现客户端与服务器通信-带简单界面-Achieve client and server communication- with interface
-
-
0下载:
基于tcp/ip的服务器和客户端通信软件设计-tcp/ip server/client conmmu
-
-
0下载:
介绍了使用Visual C#语言在TCP/IP网络中实现通信的方法,通过利用.NET框架提供的TcpClient类和TcpListener类分别建立服务器端和客户端,然后使用这两类提供的方法可完成网络通信中数据的收发.通过实验证明,生成的界面友好,编写的程序也可较好地完成通信功能.-This paper introduces the use of Visual C# language to communicate in TCP/IP network. The Tcp- Client class
-
-
0下载:
通过TCP实现的客户端和服务端,可以通过客户端向服务端发送指令,使服务端完成相应的操作功能。-Client and server via TCP implementation, you can send commands to the server through the client, so that the appropriate action to complete the server function.
-
-
0下载:
TCP编写服务端与客户端,很好的一个软件-TCP server and client write
-
-
0下载:
linux下基于TCP协议的服务器客户端通信程序-based on linux with tcp protocol program which is communicating between server and client
-
-
0下载:
TCP客户端与服务器端通信模型详解说明实例-TCP client and server communication model
-