-
python 实现带源IP地址的设置超时的ping程序
资源描述由于linux自带ping设置的超时时间不准达不到预期,因此根据网上资源整合了一个带源IP地址的ping命令程序
- 2022-04-18 16:53:38下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
W5100_stm32_1
STM32_W5100例程,TCP/UDP,服务器/客户端(STM32_W5100 routine, TCP/UDP, server/client)
- 2021-01-22 11:48:40下载
- 积分:1
-
Tool680406
源码Tool680406的一部分功能很好,可以作为学习与研究的源码(Part of the source Tool680406 function is very good, can be used as a study and research of the source code)
- 2017-03-01 23:01:18下载
- 积分:1
-
adsl拨号程序(C#)
adsl拨号程序(C#)
- 2014-10-28下载
- 积分:1
-
GetNetSetting2
Visual C++ 6.0.此代码可以进行显示网络设置,包括IP地址等。(Visual C 6.0. This code can show network configuration, including the IP address.)
- 2005-04-20 22:39:50下载
- 积分:1
-
C++利用soap调用webService
C++利用soap toolkit3.0调用webService,内含详尽说明文档,程序示例,一个控制台程序,可直接运行(需要联网),调用的是天气的webService服务器
- 2022-08-24 06:50:30下载
- 积分:1
-
简易聊天程序
简易聊天程序
简易聊天程序
简易聊天程序-Simple chat program chat program summary
- 2022-11-23 11:00:03下载
- 积分:1
-
MFC网络通信
基于mfc编写的网络通信实验代码,实现TCP Client端功能,实现UDP基本功能,适合新手学习。
- 2023-03-17 12:10:04下载
- 积分:1
-
cal-diameter
计算网络静态参数的直径c程序(其中的数据是具体的可换成其他的数据)。(computing network diameter of the static parameters c (which is specific data can be replaced by other data).)
- 2007-01-02 14:49:19下载
- 积分:1