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

搜索资源列表

  1. Embbeded_tcp_ip_user_guide

    0下载:
  2. 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11406
    • 提供者:6756
  1. Ping的原代码

    0下载:
  2. WINDOWS操作0系统Ping的原代码,使用C语言编写完成,-0 Windows operating system Ping's original code, the use of C language completed,
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:5537
    • 提供者:斯拉普
  1. PING的C代码

    0下载:
  2. 用VC++工具开发的一个关于PING网络的程序
  3. 所属分类:网络编程

  1. ping.rar

    0下载:
  2. ping的原理就是首先建立通道,然后发送包,对方接受后返回信息,这个包至少包括以下内容,发送的时候,包的内容包括对方的ip地址和自己的地址,还有序列数,回送的时候包括双方地址,还有时间等,主要是接受方在都是在操作系统内核里做好的,时刻在监听,提供一段c程序的代码,希望对大家有用。,ping is to first establish the principle of access, and then send packets, the other party accepted the retur
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:2475
    • 提供者:
  1. UDP

    0下载:
  2. bf533平台下的DM9000A的测试代码,其可执行ping协议-BF533 platform DM9000A under the test code, the executable ping agreement
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:23340
    • 提供者:林伟
  1. ping

    0下载:
  2. ping的原理就是首先建立通道,然后发送包,对方接受后返回信息,这个包至少包括以下内容,发送的时候,包的内容包括对方的ip地址和自己的地址,还有序列数,回送的时候包括双方地址,还有时间等,主要是接受方在都是在操作系统内核里做好的,时刻在监听,提供一段c程序的代码,希望对大家有用。 -ping is to first establish the principle of access, and then send packets, the other party accepted the re
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:3778
    • 提供者:Max
  1. ping

    0下载:
  2. Ping 命令的C语言实现源代码,可作为个人学习网络编程的参考实例-Ping command to achieve the C language source code, can be used as personal learning network programming reference examples
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:3273
    • 提供者:liyuantao
  1. ping-2.c

    0下载:
  2. 实现ping功能的c代码,很不错的哦~ 注:是在windows下的代码-Ping function to achieve c-code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2649
    • 提供者:zj
  1. ping

    0下载:
  2. 实现简单Ping的C++代码,对新手学习很有帮助!-Implements a simple Ping, C++ code, for novice to learn very helpful!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1201406
    • 提供者:hello+_ben
  1. ping

    0下载:
  2. 一个简单的用C++实现ping扫描工具,代码容易理解,但只实现了PING的部分功能-A simple to use C++, ping scan tool, code easy to understand, but only some of the functions to achieve the PING
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:22605
    • 提供者:张锐
  1. ping--csharp

    1下载:
  2. 用C#语言实现PING的基本功能,带有图形化界面,内有详细代码-C# language using the basic functions of PING, with a graphical interface, with detailed code
  3. 所属分类:CSharp

    • 发布日期:2017-02-28
    • 文件大小:16930
    • 提供者:小志
  1. ping

    0下载:
  2. 用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.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:310968
    • 提供者:zhang
  1. pingtest

    0下载:
  2. unix/linux环境下, ping原理说明实现的简单的C代码,编译通过-unix/linux environment, ping principle that to achieve simple C code, compiled by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:6818
    • 提供者:lsg
  1. nckdoneping

    0下载:
  2. ping功能的实现,全部c代码,对于想学习ICMP协议的人有福了。-ping function of the realization of all the c code, for people who want to learn ICMP protocol blessed.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2686
    • 提供者:王二小
  1. tcp_ip_demo

    0下载:
  2. 嵌入式下的TCP/IP协议栈,支持的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP,(演示代码只支持PING)。 协议栈采用C代码编写,可以方便的移植和单片机平台上运行。-Embedded under the TCP/IP protocol stack, include support for ARP, IP, ICMP (ping), TCP, UDP, does not support IGMP, RARP, (demo code only su
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:262470
    • 提供者:赵伟
  1. cPP

    0下载:
  2. 里面有多个c++代码,适合初学者参考,其中包括排序的两种方法(冒泡法、选择法)、判断素数、偶数输出-ying yu neng li shui ping di a ,bunebgfanyi a,zi dong fan yi you mei fan yi zhi neng zhe yang ban le
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:6140
    • 提供者:李青换
  1. PING--and-TCP--network-system

    0下载:
  2. 源代码包含如下两个文件夹: (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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-09
    • 文件大小:2552709
    • 提供者:严君
  1. ping

    0下载:
  2. ping源代码,学习如何使用ping,C++代码-ping source code, learn how to use the ping C++ code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-04
    • 文件大小:3255
    • 提供者:董道道
  1. win7ping

    0下载:
  2. ping程序用 C#代码编写的!仅供参考-ping code program
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:1465839
    • 提供者:王雨平
  1. _PingDemo(MFC)

    0下载:
  2. 使用ping端口代码,使用mfc工程使用。(Using the Ping port code, use the MFC project)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:14336
    • 提供者:阿道夫的
« 12 »
搜珍网 www.dssz.com