-
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
-
CDCDemo
使用CDC类函数,实现绘图及文字输出的实例源码,很不错的vc源码,推荐!(Using the CDC class functions, graphics and text output to achieve an instance of source code, source code vc very good, recommended!)
- 2011-08-26 20:54:06下载
- 积分:1
-
TTYReceiveMSComm
该程序是一个串口的数据接收程序,具有简化的串口设置,传输速率的设置等功能,适宜于串口功能的测试。(The program is a serial data receiving process, with a simplified set of serial port, transfer rate settings, such as features, functions suitable for serial testing.)
- 2009-04-21 11:42:40下载
- 积分:1
-
multileval_Inverter
for PSCAD softwear it can be very easy and coming soon challenger in this soft
- 2013-10-17 22:55:55下载
- 积分:1
-
CameraCon
用于摄像机云台控制的类库,支持Pelco P和D协议,可以方便开发人员扩展。(For the camera pan and tilt control, libraries, support Pelco P and D protocol, developers can easily expand.)
- 2009-09-16 19:11:09下载
- 积分:1
-
GDI-source
说明: 精通gdi+这本书的源码,讲得很详细,大家可以看看(Proficient in gdi+ source code of this book, made it very detailed, we can see)
- 2011-04-11 13:13:17下载
- 积分:1
-
config
config.c file from win2000 event log sources.
- 2013-10-13 02:27:37下载
- 积分:1
-
XTab
说明: vb下的tab不怎么好用,这个是扩展-XTAB(tab extended-XTAB)
- 2009-07-26 04:00:20下载
- 积分:1
-
DBGRID-call-SQL-database
基于C语言的使用DBGRID控件实现的SQL数据库管理程序,方便灵活(C-based controls to achieve using DBGRID SQL database management procedures, convenient and flexible)
- 2013-07-13 21:30:03下载
- 积分:1
-
VC_example
VC++ 程序设计
基本程序 适用于初学者(VC programmer)
- 2011-08-04 14:12:09下载
- 积分:1