-
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
-
NetFilter
网络驱动层封包截取一系列源码里面包含一个完整的网络防火墙程序(failed to translate)
- 2020-11-28 16:19:29下载
- 积分:1
-
VCcallACM
讲述vc调用vcm的实现音频播放的程序。(About the realization of vc call vcm audio playback programs.)
- 2009-12-23 15:13:45下载
- 积分:1
-
DrawingChart
绘制曲线的类,c#源代码,大家有兴趣可以下载看看,学习、测试均可。(A Drawing Chart Class source codes,enjoy youself for study or test.)
- 2014-02-25 13:11:30下载
- 积分:1
-
MODBUS
a multi-use function based network that i created for connecting AVRs with usart. it s based on modbus protocol and master-slave- configuration.
- 2015-06-17 14:14:39下载
- 积分:1
-
SOC
SOC的可测性设计策略 The SOC design for test strategy(The SOC design for test strategy)
- 2011-04-25 19:54:51下载
- 积分:1
-
软件通信体系结构规范 SCA 4.1
软件无线电体系结构规范。软件无线电开发设计者必备的资料!(Specification for SW arch in SDR)
- 2017-11-06 17:39:47下载
- 积分:1
-
pci
pci bus electronic schematics
- 2009-09-17 22:12:24下载
- 积分:1
-
wind-energy-cost-pricing
operation and sizing of energy storage for wind energy plants
- 2014-04-18 19:57:11下载
- 积分:1
-
ST7789_c
一篇不错的显示屏驱动说明,介绍的比较详细,可以做为编写显示驱动的参考资料。 (A good description of the display driver, described in more detail, can be used as reference for the preparation of the display driver. )
- 2021-01-07 11:48:53下载
- 积分:1