搜索资源列表
ping.rar
- ping的原理就是首先建立通道,然后发送包,对方接受后返回信息,这个包至少包括以下内容,发送的时候,包的内容包括对方的ip地址和自己的地址,还有序列数,回送的时候包括双方地址,还有时间等,主要是接受方在都是在操作系统内核里做好的,时刻在监听,提供一段c程序的代码,希望对大家有用。,ping is to first establish the principle of access, and then send packets, the other party accepted the retur
ping
- ping的原理就是首先建立通道,然后发送包,对方接受后返回信息,这个包至少包括以下内容,发送的时候,包的内容包括对方的ip地址和自己的地址,还有序列数,回送的时候包括双方地址,还有时间等,主要是接受方在都是在操作系统内核里做好的,时刻在监听,提供一段c程序的代码,希望对大家有用。 -ping is to first establish the principle of access, and then send packets, the other party accepted the re
ping
- Ping 命令的C语言实现源代码,可作为个人学习网络编程的参考实例-Ping command to achieve the C language source code, can be used as personal learning network programming reference examples
ping-2.c
- 实现ping功能的c代码,很不错的哦~ 注:是在windows下的代码-Ping function to achieve c-code
ping
- 实现简单Ping的C++代码,对新手学习很有帮助!-Implements a simple Ping, C++ code, for novice to learn very helpful!
PingTest
- 一个实现了ping功能的C++程序,代码简单易懂,容易移植,是学习和使用ping功能的一个很好的例子-An implementation of the ping function in C++ program code is easy to understand, easy to transplant, is to learn and use the ping function in a very good example of
ping
- 用C++描述的ping指令,代码本身有助于我们更深入的了解ping指令的意义以及传输过程。-Described using C++ ping command, the code itself will help us better understanding of the meaning of ping command and the transfer process.
nckdoneping
- ping功能的实现,全部c代码,对于想学习ICMP协议的人有福了。-ping function of the realization of all the c code, for people who want to learn ICMP protocol blessed.
PING--and-TCP--network-system
- 源代码包含如下两个文件夹: (1)ping:是ping项目的实现代码,用Visual C++ 6.0来调试。 (2)TCP:是TCP项目的实现代码,用Visual C++ 6.0来调试。 实现文件是CJGL.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文 件和程序文件放在统一目录下。-The source code contains the following two files folder: (1) ping: pi
PING-AND-TCP
- 源代码包含如下两个文件夹: (1)ping:是ping项目的实现代码,用Visual C++ 6.0来调试。 (2)TCP:是TCP项目的实现代码,用Visual C++ 6.0来调试。 实现文件是CJGL.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文 件和程序文件放在统一目录下。- 源代码包含如下两个文件夹: (1)ping:是ping项目的实现代码,用Visual C++ 6.0来调试。 (2)TC
Ping
- Ping检测,以C++类的封装性,调用更加简单。 本代码在ubuntu和freebsd上测试均都通过,理论上兼容Linux和Unix。-Ping detection, C++ class of the encapsulation, calling more simple. The code is tested on both Ubuntu and Linux, theoretically compatible with FreeBSD and Unix