-
TestNetCard
禁用网卡以及恢复的程序:可以模拟硬件管理器中的停用和启用功能(仅对网卡)(banned card and recovery procedures : can simulate hardware management for the suspension and the opening function (LAN only))
- 2005-04-08 15:42:04下载
- 积分:1
-
mscomm
一款传输软件的开发源码,里面包含线程控制以及端口控制功能(mscomm software)
- 2012-03-06 23:35:14下载
- 积分:1
-
ava-kuangjia
ava 框架,以前找的,不知道现在能用不,需要的自己下载(ava kuangjia )
- 2013-12-21 21:33:50下载
- 积分:1
-
update-online
一套完整的在线升级程序,只需修改配置文件即可成为自己的升级程序。(A complete set of online upgrade program, simply modify the configuration file to become their own upgrade process.)
- 2013-09-18 09:28:45下载
- 积分:1
-
NetPhone
用VC开发的网络语音电话,希望对您的开发有所帮助。(VC network with the development of voice calls, and they hope to be helpful to your development.)
- 2009-04-09 10:00:07下载
- 积分:1
-
udt.sdk.4.9.tar
UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 (UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms)
- 2012-01-16 10:53:35下载
- 积分:1
-
httpviaproxy
可以实现HTTP转发/HTTP请求,如果需要做一个网页下载,那么可以使用该类,该类最大的特点是支持PROXY代理下载!(HTTP can be transmitted/HTTP request, if required to do a website, then you can use this kind, the largest such feature is support PROXY proxy to download!)
- 2007-07-24 09:54:47下载
- 积分:1
-
UDPServer
UDP服务器程序,提供无连接不可靠的数据传输服务(UDP server program that provides connectionless unreliable data transmission service)
- 2011-06-13 17:03:17下载
- 积分: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
-
ipman
IP包监听程序 (IP packet sniffer)
- 2020-06-26 12:40:01下载
- 积分:1