-
805955
一个可以观察本机上网过程的小程序,使用了SHDocVw组件和MSHTML组件,()
- 2018-02-14 10:47:45下载
- 积分:1
-
Internet文件下载
一个文件下载软件,通过填写Internet文件的URL和本地保存路径就可以下载,并且可以显示下载速度和进度。(a download software through the Internet to fill in the URL and document preservation of the local trails can be downloaded and shows download speed and progress.)
- 2005-05-17 19:06:58下载
- 积分:1
-
1234
轻松获得计算机网络接口信息的一个软件。记忆visual c++(Easy access to information on a computer network interface software. Memory visual c++)
- 2011-07-22 16:40:46下载
- 积分:1
-
Zen_Macd
缠论MACD面积MT4公式,给广大缠友提供一个合适的指标公式。祝愿天下缠友早日破缠得禅(On the MT4 wrapped formula tied to the majority of Friends provide a suitable index formula. Friends wish the world wrapped early break Zen Chande)
- 2015-03-20 22:15:20下载
- 积分:1
-
MyTest_UI
通过网络编程采集数据并实时在界面上显示,集成了自己编写的类。(Through data collection and real-time network programming displayed on the interface that integrates their preparation classes.)
- 2013-07-27 21:42:15下载
- 积分:1
-
NDK_demo2012
Network Development Kit is a set of simple classes for a client-server architecture. Network Development Kit is a set of simple classes for a client-server architecture.
- 2012-02-10 13:30:27下载
- 积分:1
-
LAN-monitoring-system
局域网监控系统采用vc++6.0编写,需要oracle数据库(LAN monitoring system)
- 2013-12-13 22:03:19下载
- 积分: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
-
wpcapsrc_3_2_alpha1
说明: winpcap3.2的源代码,可以供研究网络捕获程序之用(winpcap3.2 the source code, can capture network for research procedures used)
- 2006-03-27 09:12:04下载
- 积分:1
-
IPPackCap
编制程序,监控网络,捕获一段时间内网络上的IP数据包,按IP数据包的源地址统计出该源地址在该时间段内发出的IP包的个数,将其写入日志文件中或用图形表示出来(建议用图形表示出统计结果)。(Program monitoring network, a period of time to capture IP data packets on the network, according to the source address of the IP packet statistics of the number of the source address is issued in the time of the IP package, written into the log file or graph out (that show the statistical results with graphics).)
- 2021-01-11 17:18:49下载
- 积分:1