-
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
-
VS2005-IPAddressControlLib-rev-10
VS很好用的IP类文件,外国人编写的哦,很实用的命名空间(IP class files VS good use of foreigners prepared oh,
Very practical namespace)
- 2020-12-18 11:19:11下载
- 积分:1
-
domain-ip
说明: 根据域名获得IP地址列表 根据域名获得IP地址列表(under the name list of IP addresses under the domain of IP address list)
- 2006-03-29 15:53:55下载
- 积分:1
-
java中ftp连接实例程序
java中ftp连接实例程序-ftp connections were examples of procedures
- 2022-10-26 23:15:03下载
- 积分:1
-
setproxy
通过程序设置ie的代理服务器,以及代理服务器不适用的本地局域网地址(Ie through the proxy server settings and the proxy server' s local LAN address is not applicable)
- 2016-02-29 15:12:04下载
- 积分:1
-
mie
实现米散射算法,其中文件mie.m为主算法。(The Mie scattering algorithm is implemented, in which the file mie. m is the main algorithm.)
- 2020-06-17 00:20:02下载
- 积分:1
-
IPMonitor
本程序可以用来监控本地网络,捕获一段时间内以本机为源地址或目的地址的IP数据包(不包括以广播形式发出的数据包),统计IP数据包的信息,列出本机与其他主机之间不同协议类型IP数据包的流量。(This procedure can be used to monitor the local network, capturing a period of time to this machine as the source or destination addresses of IP packets (including broadcast packets sent), statistics of IP packets, lists the machine with The flow of data packets IP between different protocol types in other hosts.)
- 2020-11-02 23:29:53下载
- 积分:1
-
IntraWeb.Develop.Sample
IntraWeb.Develop.Sample
- 2022-03-14 02:39:08下载
- 积分:1
-
一个很热的ajax实例,ajax cd管理器,相信很多人需要
一个很热的ajax实例,ajax cd管理器,相信很多人需要-a hot ajax example, the ajax cd manager, I believe many people need
- 2022-03-12 03:16:49下载
- 积分:1
-
PHP论坛中显示星座和性别的插件~
PHP论坛中显示星座和性别的插件~-PHP Forum shows constellation of plug-and gender-
- 2022-05-31 18:51:41下载
- 积分:1