-
点到点延迟测量程序
C语言写的点对点时延测量程序。时延测量精度:微妙。一个服务器一个客户端,采用面向连接的协议。测量原理:客户端向服务器发一条信息,记录此时的时间,服务器收到信息后返回一条信息,此时再记录时间,两次时间相减除以2即是本次通信的时延。
- 2022-07-28 09:37:27下载
- 积分:1
-
利用辅助线程从匿名FTP服务器上下载文件
利用辅助线程从匿名FTP服务器上下载文件-use the auxiliary threads from anonymous FTP server download
- 2023-08-19 09:55:02下载
- 积分:1
-
上网聊天室,是一个网络编程,适合初学者学习最好的..
网络聊天室,是初学者学习网络编程的最好案例-Internet chat rooms, is a network programming for beginners to learn the best case
- 2022-04-15 09:56:44下载
- 积分:1
-
shown that current TCP and UDP connections
显示当前TCP和UDP连接情况-shown that current TCP and UDP connections
- 2022-03-06 05:50:46下载
- 积分:1
-
Wiresahrk_用户手册,一本介绍网络协议分析的工具说明书
Wiresahrk_用户手册,一本介绍网络协议分析的工具说明书-Wiresahrk_ user manual, a description is the network protocol analysis tool for manual
- 2022-03-15 09:49:02下载
- 积分:1
-
随着计算机信息技术的飞速发展,互联网与人类社会的工作、生活越来越紧密相关,它已经成为人类获取、交流信息的重要途径和手段。所以当前对于开发人员来说,网络编程已是必...
随着计算机信息技术的飞速发展,互联网与人类社会的工作、生活越来越紧密相关,它已经成为人类获取、交流信息的重要途径和手段。所以当前对于开发人员来说,网络编程已是必备的技能。本实例详细介绍了如何利用Winsock API编写网络应用程序。-With the rapid development of information technology, the Internet and human society to work and live more and more closely related, it has become a human acquisition, an important channel for exchange of information and means. Therefore, the current for developers, network programming is an essential skill. The examples described in detail how to use Winsock API preparation of network applications.
- 2022-01-28 13:45:27下载
- 积分:1
-
用API实现简单的信息通信
用API实现简单的信息通信-use API simple message communication
- 2022-09-08 15:15:03下载
- 积分:1
-
caluculator in Socket programming
这是一个用于计算器的socket程序。它执行数字、字符串长度、回文、给定字符串的子字符串的加法和更多操作。
- 2022-08-20 17:37:28下载
- 积分:1
-
client program of winsocket
winsocket的客户端程序
经测试可以运行,大家可以用来学习交流-client program of winsocket
- 2022-03-26 06:30:51下载
- 积分:1
-
使用 UDP 的聊天程序
这是一个使用 UDP 的聊天程序。它是使用 Java 的套接字编程。在客户端和服务器通过网络连接可以执行使用此程序的聊天。UDP 是无连接的协议。它将作为数据报数据包发送数据。支持 UDP 套接字的类是 java.net 包中的 DatagramSocket
- 2022-09-22 17:35:02下载
- 积分:1