搜索资源列表
WINSOCK-UDP
- VC++接收、发布广播信息代码 VC++接收、发布广播信息的程序代码,广播信息其实也就是一个服务器和一个接收机,这里简化为一个服务端和客户端,服务端向外发送信息,客户端自动接收,当然,这里仅实现最基本的单元,扩展空间很大,了解了原理,你就能举一反三,开发出更复杂的消息应用来。-VC++ to receive, publish broadcast code VC++ to receive, publish broadcast the program code, broadcasting inf
TCP.UDP
- TCP.UDP协议的聊天程序源代码,介绍了客户端和服务端的相关代码,并有相关注释-TCP.UDP protocol chat program source code, introduced the client and service side of the relevant code, and relevant comments
client
- 基于UDP写的服务端与客户端 实现了服务端与客户端之间发送消息-UDP server client
udp
- udp通信 可以实现简单的客户服务端通信 可以帮助初学者了解udp通信 -udp communication
2
- 一个程序为服务端,建立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
3
- 一个程序为服务端,建立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
client.ZIP
- 使用UDP服务实现客户端与服务器交互信息-UDP service implementation using client-server interaction and information
UDP
- 基于UDP协议的连接,包括UDP客户端和UDP服务端-the use of udp
计算机网络课程设计
- 1.网络基础应用课程实验(6个小时) 网络基本命令 网络数据格式分析 FTP服务器搭建 Web服务器搭建 2.网络编程课程设计(10个小时) 编写一个基于Socket的UDP客户端和服务器端的程序,编程语言不限 调试课件目录下所提供的两个TCP程序,一个是TCP客户端,一个是TCP服务端 编写基于UDP协议的服务端和客户端,使得二者可以相互通讯