-
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
-
ldpc-simplify
LDPC 译码算法 spa bp置信传播(LDPC spa bp LDPC LDPC)
- 2021-05-07 08:28:36下载
- 积分:1
-
SDIO_WIFI_Linux
Sdio wifi 驱动的详细讲解与分析(Sdio wifi driver s detailed explanation and analysis)
- 2020-12-30 21:08:59下载
- 积分:1
-
boyishu
博弈树,是数据库课程中非常重要的一个编程程序。里面的编程思想非常适合初学者(Game tree, which is the database course a very important programming procedures. Inside the programming ideas for beginners)
- 2013-03-23 10:03:42下载
- 积分:1
-
Text_CTreeBT
一个MFC的属性控件类~~~封装了一些对树形控件的基本操作~~(MFC controls the properties of a type ~ ~ ~ Packaging, some of the basic operation of the control tree ~ ~)
- 2009-05-11 09:27:17下载
- 积分:1
-
code_and_sch
一些基本的DSP子程序,很适合初学者,值得一看,还有原理图(Some basic DSP subroutines, it is suitable for beginners, see)
- 2009-05-28 21:01:51下载
- 积分:1
-
PocketLift18180911142004
A demonstration of coding for the PocketPC. Really it is nice because it shows those new to PocketPC programming that it can be done without too much trouble.
- 2011-07-11 15:17:17下载
- 积分:1
-
POQLALC
说明: C语言程序设计教程电子教案的源代码,很好用,可以用(C language programming course electronic teaching plan of the source code, very easy to use, can use)
- 2018-12-25 21:01:24下载
- 积分:1
-
旅游模拟查询系统
北邮旅游模拟查询系统,可以模拟查询旅游最佳路线,考虑时间、费用等情形(Beijing Post Tourist Simulated Query System can simulate and query the best route of tourism, taking into account the time, cost and other circumstances.)
- 2020-07-03 07:20:02下载
- 积分:1
-
ITRI CIM Emulator
ITRI CIM Emulator能够读取SML档案,主要功能是用来测试半导体设备的通讯功能,它支持SECS-I/SECS-II/HSMS-SS通讯协议,支持SML格式,具有强大易用的自动化测试功能,免安装即拷即用。 使用前需要先将RS232连接线接好运行软件,选择检视。在设定SECS-I对话窗口中输入相关的通讯参数。(ITRI CIM Emulator can read SML files. Its main function is to test the communication function of semiconductor devices. ITRI CIM Emulator supports SECS-I/SECS-II/HSMS-SS communication protocol, supports SML format, has powerful and easy-to-use automated testing function, and exempts installation and copy-and-play. Before you use it, you need to connect the RS232 connection line to the running software and select the view. Input the relevant communication parameters in the SECS-I dialog window.)
- 2018-10-10 21:54:15下载
- 积分:1