ChinaUnix.net
相关文章推荐:

linux ping 源码

谁有linux下的ping的C程序源码? 感激!感激!感激!

by henge - Linux论坛 - 2003-04-16 20:43:13 阅读(669) 回复(1)

相关讨论

邮箱:[email]doghub@msn.com[/email] 先感谢了。

by cclq - 程序开发 - 2006-12-01 22:19:20 阅读(2121) 回复(6)

不是我自己写的,在学Python,所以对源码很感兴趣. 贴出来给同样有兴趣的朋友看看. #!/usr/bin/env python # -*- coding: iso-8859-1 -*- """ping.py ping.py uses the ICMP protocol's mandatory ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway. Copyright (C) 2004 - Lars Strand ; This program is free software; you can redistribute it and/or modify it under the terms of the...

by neilton - Python文档中心 - 2006-05-07 09:18:09 阅读(1414) 回复(0)

#!/usr/bin/env python """ping.py ping.py uses the ICMP protocol's mandatory ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway. Copyright (C) 2004 - Lars Strand ; This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at you...

by alexnetwork - Python文档中心 - 2009-03-18 13:13:24 阅读(1793) 回复(0)
by VIP_fuck - C/C++ - 2009-07-21 16:55:00 阅读(1471) 回复(6)

想要一个ping源码,好像是包含在net-tools中的,上次找到一个,搞丢了,现在在google上竟然找不到了,麻烦各位大侠可以给个下载网址! 先谢谢了!

by snow_insky - 内核/嵌入技术 - 2005-07-21 11:34:52 阅读(617) 回复(1)

解读linux源码交流 中国科大QQ群:5798978 想加入的请在验证消息中注明USTC [ 本帖最后由 zhongyiDD 于 2008-10-11 15:29 编辑 ]

by zhongyiDD - C/C++ - 2008-10-11 15:26:38 阅读(1356) 回复(0)

我现在想学习 linux , 想看linux 源码? 请问怎么看? 谢谢!

by liyuan02 - 内核/嵌入技术 - 2007-01-09 13:07:28 阅读(927) 回复(6)

本人菜菜鸟一个,之前听说过源码安装linux什么的,但是找过相关的资料基本都是和通过源码升级安装新内核相关的,之前也试过在vmware下安装的linux里编译并升级过内核。我想问的是我的机器只有xp,能不能通过编译源代码的形式来安装linux?? 请知道的仁兄指点一下,如果觉得这个问题很低级,尽管bs吧,但是小弟是真的想知道答案。先谢过了。

by gavy - 系统管理 - 2006-09-27 12:18:51 阅读(983) 回复(3)

有谁研究过linux 网络方面的源码, 我想从低层往高层研究透其源码,有研究过的给点经验,谢了!

by janeeyer111 - 内核/嵌入技术 - 2006-03-02 12:07:47 阅读(845) 回复(2)

小弟接触linux不久,想把source code看一下,请大家给点意见。 还有入口点是在哪里啊,是bootsect.s吗 谢谢!

by leoguo1980 - 内核/嵌入技术 - 2004-12-07 08:30:53 阅读(652) 回复(1)