搜索资源列表
VB下的ping代码
- 实现VB下的自己编写ping代码,绝对不容错过!-under their preparation ping code, you can not miss!
图形PING
- 这是图形ping的代码,是以vc为开发平台的,希望大家有用,希望这个网站越来越兴旺-ping this is the graphics code, is vc platform for the development, we hope useful, I hope this website increasingly prosperous
ping程序代码
- ping程序的实现:对windows中自带的ping程序进行编码实现-ping procedures to achieve : the windows were onboard ping procedures Coding
NewPing
- vc++写的自己的ping代码,掩饰了ping的原理-vc write their own code ping, ping cover, the principle
microsoft-ping
- 微软ping命令的源代码,代码虽小 但是值得看-ping orders of the Microsoft source code, code is small but worth observing. .
pinginUNIX
- unix下的ping代码源程序,对于unix下的网络实现可以起到很好的帮助-under unix ping source code for the unix network can be very helpful
ping(Delphi)
- 一个DELPHI 代码写的PING程序,可以作为一个例子-a code written in DELPHI PING procedures, as an example
Ping
- ping的示例代码,很好的。希望对大家有帮助
pingcode
- 这是一个ping代码,由本程序引发的问题,本人概不负责。
libping-1.15.tar
- ping代码的封装,将其封装为.so库的形式方便用户调用
Ping
- ping代码的完整实现 编译通过 希望大家喜欢 机会难得
ping.rar
- 一个详细的ping程序阅读报告,包括流程图和详细的代码注释,Ping a detailed procedure to read the report, including detailed flowcharts and code Notes
ping
- ping的源程序代码,基本实现了ping程序的功能。-ping of the source code, the basic procedures for implementation of the ping function.
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--csharp
- 用C#语言实现PING的基本功能,带有图形化界面,内有详细代码-C# language using the basic functions of PING, with a graphical interface, with detailed code
ping
- ping代码分析:ping源代码主体流程分析。-Source code analysis- ping
uboot-ping
- uboot ping代码学习笔记,从uboot的启动,到任务加载流程进行了描述-uboot ping code study notes, from uboot start to the task of loading process described
linux系统中的Qt界面中的ping功能代码
- 该文件是基于linux系统中的qt4.8版本设计的一款具有ping功能的界面软件,适合新手学习网络编程,代码简洁易懂!
Ping功能实现
- Ping功能实现.txt 很多时候不检查局域网内的IP是否连通,直接通过IP访问,程序会卡住很久,有1分钟左右,这给用户的体验非常不好,现在通过检查是否连通,设置为1.5S后不连通则不进行后面的操作,程序效率大大提升,如下是检查局域网内的IP或者外网的IP是否连通的实现。 ? ? ? 后面的代码直接保存为Ping.Pas,即可直接使用,下面是使用方法 :(Ping Ping.Pas destructor Tping.destroy; begin FreeLibrary(hIcmpD