-
CPPPrimer4forch
C++Primer中文版_第4版__中英对照.pdf,很好的一本C++书籍(C++ Primer 4th Edition Chinese version _ __ bilingual. Pdf, good one C++ books
)
- 2011-12-15 00:00:57下载
- 积分: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
-
HBase
辅助开发库HBase,很好用的个人代码总结库,开发人员经常会有很多经典的开发代码,下次使用仍然很频繁,HBase就做了很好的总结,方便了开发使用(Supporting the development of library HBase, well summed up by the personal code library, developers will often develop a lot of classical code, the next use is still very frequent, HBase on to do a very good summary of the development to facilitate the use of)
- 2009-03-30 16:15:11下载
- 积分:1
-
avih
avi 音视频数据格式编码.avi.h为avi.c的头文件(avi video and audio data coding format. Avi.h the first to document avi.c)
- 2006-10-23 13:10:44下载
- 积分:1
-
TI-C6000-optimization--guide
为TI DSP 初学者收集整理了一系列的代码优化文档,并给出一个学习这些文档的流程,在doc文档中进行了一个概述和串联,帮助初学者更好更快的进入状态。(The optimization of code documents a series of TI DSP beginners collection, optimization including C and assembly code, and presents a learning process in these documents, DOC documents made a summary and series, to help beginners to better and faster to enter the state.
)
- 2013-10-04 11:47:32下载
- 积分:1
-
CSCommTest
说明: 串口驱动程序,在界面上能发送接收数据,主要是参照网上的教程实现的,代码能运行通过,是一个界面程序(Serial port driver, the interface can send receive data, mainly by reference to the realization of online tutorials, and code to run through, is an interface program)
- 2008-12-08 09:41:19下载
- 积分:1
-
Inventory-management-system
库存管理系统,基于VC6.0 C++对sql server数据库的操作,同时该程序中也运用很多mfc控件,对学习C++mfc以及操作数据库很有帮助。(Inventory management system, based on VC6.0 C++ on the sql server operations, but the program also involves a lot of mfc controls, to learn C++ mfc and operating helpful.)
- 2020-10-26 23:50:01下载
- 积分:1
-
smac_QOS
一种基于服务质量的SMAC协议,对无线传感器的QOS的MAC协议代码。做了分析。(SMAC based on the quality of service agreement)
- 2011-11-25 10:56:50下载
- 积分:1
-
acv-encryption-tool-3.0
适用于劲舞团ACV文件的解压打包,很好用的一款软件Audition acv encryption tool 3.0 listed(Audition acv encryption tool 3.0 listed)
- 2016-07-23 15:17:20下载
- 积分:1
-
MFCWindows-program-design(2)
MFC windows程序设计的源码,非常好用。(MFC windows programming source code, a very handy.)
- 2007-02-28 11:07:23下载
- 积分:1