搜索资源列表
Embbeded_tcp_ip_user_guide
- 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
Ping的原代码
- WINDOWS操作0系统Ping的原代码,使用C语言编写完成,-0 Windows operating system Ping's original code, the use of C language completed,
PING的C代码
- 用VC++工具开发的一个关于PING网络的程序
ping.rar
- ping的原理就是首先建立通道,然后发送包,对方接受后返回信息,这个包至少包括以下内容,发送的时候,包的内容包括对方的ip地址和自己的地址,还有序列数,回送的时候包括双方地址,还有时间等,主要是接受方在都是在操作系统内核里做好的,时刻在监听,提供一段c程序的代码,希望对大家有用。,ping is to first establish the principle of access, and then send packets, the other party accepted the retur
UDP
- bf533平台下的DM9000A的测试代码,其可执行ping协议-BF533 platform DM9000A under the test code, the executable ping agreement
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-2.c
- 实现ping功能的c代码,很不错的哦~ 注:是在windows下的代码-Ping function to achieve c-code
ping
- 实现简单Ping的C++代码,对新手学习很有帮助!-Implements a simple Ping, C++ code, for novice to learn very helpful!
ping
- 一个简单的用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
ping--csharp
- 用C#语言实现PING的基本功能,带有图形化界面,内有详细代码-C# language using the basic functions of PING, with a graphical interface, with detailed code
ping
- 用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.
pingtest
- unix/linux环境下, ping原理说明实现的简单的C代码,编译通过-unix/linux environment, ping principle that to achieve simple C code, compiled by
nckdoneping
- ping功能的实现,全部c代码,对于想学习ICMP协议的人有福了。-ping function of the realization of all the c code, for people who want to learn ICMP protocol blessed.
tcp_ip_demo
- 嵌入式下的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
cPP
- 里面有多个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
PING--and-TCP--network-system
- 源代码包含如下两个文件夹: (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
ping
- ping源代码,学习如何使用ping,C++代码-ping source code, learn how to use the ping C++ code
win7ping
- ping程序用 C#代码编写的!仅供参考-ping code program
_PingDemo(MFC)
- 使用ping端口代码,使用mfc工程使用。(Using the Ping port code, use the MFC project)