搜索资源列表
SOCK_RAW
- 用SOCK_RAW编写的ping程序 C++语言 只有简单的ping功能
一个判断远程主机存活程序代码
- 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 struct icmp {
ping
- 编程实现ping操作,是一个一错的例子,我专门从配套光盘上挑选的-aaaaaaaaaaaaaaaaa
Ping
- 实现GUI界面的ping功能,与DOS下的ping命令一样-GUI interface to achieve the ping function, and the ping command under DOS as
ping
- ping命令看似小小的一个工具,但它带有许多参数,要完全掌握它的使用方法还真不容易,要达到熟练使用则更是难下加难,但不管怎样我们还得来看看它的源程序吧!-a tool may seem a little ping command, but it comes with a number of parameters, to fully grasp its really not easy to use, to achieve even more difficult under the skilled
CPing
- PING的可视化显示源码,可扩展DOS命令下的信息展示。-PING visual display source, scalable, information display under DOS commands.
ping
- 这自己编写我们平时都用到的一个平命令,大家可以使用一下-This is all we usually use to write your own a flat command, we can use what
ping.tar
- Send echo ping requests
PING
- C++程序。用来测试ping值。计算机网络的入门程序-C++ program. Used to test the ping values. Computer network entry procedures
ping
- 用c/c++实现网络ping功能,希望对网络编程得人有所帮助吧。-With c/c++ functions for network ping, I hope it will help people doing network programe.