CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ping dll

搜索资源列表

  1. InterFunc_source.zip

    0下载:
  2. 使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping
  3. 所属分类:网络编程

    • 发布日期:
    • 文件大小:4.63kb
    • 提供者:
  1. nettools.zip

    0下载:
  2. 使用ICMP.DLL和MIB.DLL实现ping, tracert, netstat
  3. 所属分类:网络编程

    • 发布日期:
    • 文件大小:87.57kb
    • 提供者:
  1. ms_icmp.zip

    0下载:
  2. 又一个使用ICMP.DLL实现ping的小例子
  3. 所属分类:Internet/网络编程

    • 发布日期:
    • 文件大小:8.74kb
    • 提供者:
  1. PingIp

    0下载:
  2. 用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.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10.41kb
    • 提供者:胡卫星
  1. icmpping

    0下载:
  2. 使用ICMP来实现Ping协议的类,需要你的机器上有ICMP.DLL这个动态连接库.-use ICMP Ping agreement to achieve the category, you need to have the machines ICMP.DLL this dynamic link library.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:29.9kb
    • 提供者:
  1. dllping

    0下载:
  2. This example shows how to \"ping\" another machine using Microsoft s ICMP.DLL.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1.58kb
    • 提供者:吴军
  1. ping

    0下载:
  2. Ping命令的实现:使用ICMP.dll,
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:24.27kb
    • 提供者:liguangchao
  1. EVC高级编程及应用开发.exe

    2下载:
  2. 《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
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:5.31mb
    • 提供者:黄袁斌
  1. 《evc高级编程及其应用开发》源代码-2676

    0下载:
  2. 〈EVC高级编程及其应用开发(Embedded Visual C++嵌入式编程)〉书上的源代码 全书共分13章,分别为WinCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、WinCE基础数据库编程、WinCE扩展数据库编程、通讯编程、UDP和PING编程、TCP编程、DLL编程以及COM编程。读者在具有一定C抖和WinCE知识的基础上,通过本书的学习,可以快速提高WinCE的编程能力和实际开发水平。-<EVC Pregoish(embedded Visual Cg)>
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:4.98mb
    • 提供者:林夕书
  1. InterFunc_source

    0下载:
  2. 使用Ws2_32.DLL中的函数而不是ICMP.DLL中的函数来实现Ping -Implementing Ping using the function in ICMP.DLL not the function in Ws2_32.D
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-03
    • 文件大小:4.94kb
    • 提供者:站长
  1. nettools

    0下载:
  2. 使用ICMP.DLL和MIB.DLL实现ping, tracert, netstat -Using ICMP.DLL and MIB.DLL to implement ping, tracert and netstat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-27
    • 文件大小:87.88kb
    • 提供者:站长
  1. ms_icmp

    0下载:
  2. 又一个使用ICMP.DLL实现ping的小例子 -Another example of using ICMP.DLL to implement ping
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-11-13
    • 文件大小:9.05kb
    • 提供者:站长
  1. pb9(topwiz)

    2下载:
  2. 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icontray:在系统托盘显示图标。支持弹出菜单、热键激活。
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:1.18mb
    • 提供者:chenmiao
  1. MyPing

    0下载:
  2. 这是一个基于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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:94.83kb
    • 提供者:ddk
  1. shipinfuwuqichengxukaifa

    0下载:
  2. 一个用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
  3. 所属分类:Multimedia Develop

    • 发布日期:
    • 文件大小:886.11kb
    • 提供者:王义平
  1. ping

    0下载:
  2. "Ping" test dll control. Just include the "ping.dll" and you can use it easily
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:10.12kb
    • 提供者:arsenal
  1. 2010577539931

    0下载:
  2. PING IP地址是否有效的PB源码,无需DLL文件 -PING IP address is valid PB source code, without DLL files
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:22.09kb
    • 提供者:hanz999
  1. RawPPing

    0下载:
  2. vb 写的 ping 原代码,使用winsock2.dll 不使用 vb winsock 控件-ping source code written in vb,using "ws2_32.dll",do not use vb control "winsock"
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:11.05kb
    • 提供者:kill2k01
  1. vbcheckinter

    0下载:
  2. 最简单的方法检测网络是否通畅,无需任何DLL,无需PING其他地址!-check the internet ,very sample,not load any dll
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:刘浩
  1. cmd

    0下载:
  2. 它是关于类似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
  3. 所属分类:Shell api

    • 发布日期:2017-05-10
    • 文件大小:2.19mb
    • 提供者:
« 12 »
搜珍网 www.dssz.com