搜索资源列表
InterFunc_source.zip
- 使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping
nettools.zip
- 使用ICMP.DLL和MIB.DLL实现ping, tracert, netstat
ms_icmp.zip
- 又一个使用ICMP.DLL实现ping的小例子
PingIp
- 用vb实现ping功能,调用 windows dll 和 注册表,源代码非控件。可以学习如何使用动态链接库和注册表。-with vb achieve ping function, and call windows dll registry, non-source code control. Learn how to use the dynamic link library and the registry.
icmpping
- 使用ICMP来实现Ping协议的类,需要你的机器上有ICMP.DLL这个动态连接库.-use ICMP Ping agreement to achieve the category, you need to have the machines ICMP.DLL this dynamic link library.
dllping
- This example shows how to \"ping\" another machine using Microsoft s ICMP.DLL.
ping
- Ping命令的实现:使用ICMP.dll,
EVC高级编程及应用开发.exe
- 《EVC高级编程及其应用开发》一书随书代码光盘,包括WINCE数据库编程,通信,UDP和PING,TCP,DLL,COM编程(下载后将文件后面的zip去掉直接解压)-"EVC senior programming and application development," a book with CD-ROM code books, including pulled database programming, communications, and PING UDP, TCP
《evc高级编程及其应用开发》源代码-2676
- 〈EVC高级编程及其应用开发(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP编程、DLL编程以及COM编程。读者在具有一定C抖和WinCE知识的基础上,通过本书的学习,可以快速提高WinCE的编程能力和实际开发水平。-<EVC Pregoish(embedded Visual Cg)>
InterFunc_source
- 使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping -Implementing Ping using the function in ICMP.DLL not the function in Ws2_32.D
nettools
- 使用ICMP.DLL和MIB.DLL实现ping, tracert, netstat -Using ICMP.DLL and MIB.DLL to implement ping, tracert and netstat
ms_icmp
- 又一个使用ICMP.DLL实现ping的小例子 -Another example of using ICMP.DLL to implement ping
pb9(topwiz)
- 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icontray:在系统托盘显示图标。支持弹出菜单、热键激活。
MyPing
- 这是一个基于ICMP的ping功能实现,不同的是它采用了WSAEventSelect方式,不需要窗口接受消息。而是采用了多线程的方式处理事件。因此,可以把它做成一个dll,方便应用程序调用。-This is an ICMP-based ping functions of the difference is the way it used WSAEventSelect do not accept the message window. Instead of using a multi-thread
shipinfuwuqichengxukaifa
- 一个用Delphi实现的使用视屏服务器厂家提供的SDK进行开发的显示指定IP的服务器的视屏,此程序正常工作,需要有视屏服务器,摄像机等-Achieved with the use of a Delphi Shiping server provided by the SDK for development manufacturers display the specified IP of the server screen, and this process work, the need for
ping
- "Ping" test dll control. Just include the "ping.dll" and you can use it easily
2010577539931
- PING IP地址是否有效的PB源码,无需DLL文件 -PING IP address is valid PB source code, without DLL files
RawPPing
- vb 写的 ping 原代码,使用winsock2.dll 不使用 vb winsock 控件-ping source code written in vb,using "ws2_32.dll",do not use vb control "winsock"
vbcheckinter
- 最简单的方法检测网络是否通畅,无需任何DLL,无需PING其他地址!-check the internet ,very sample,not load any dll
cmd
- 它是关于类似cmd的接口dll文件,只要你输入类似cmd上命令,他会输出相应的结果。例如,ping 192.168.200.240这个地址,他会输出相应的结果。-It is similar to cmd on the interface dll files, as long as you enter a similar command on cmd, he will output the corresponding results. For example, ping 192.168.200.2
