本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非 常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新 的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型 上进行操作的一组可扩展的泛型算法generic algorIthm 都是这个新标准库的特性本书 不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而 言之实际上不但C++已经被重新创造本书第三版也是如此
上传时间: 2014-01-18
上传用户:784533221
A program to find frequent molecular substructures and discriminative fragments in a database of molecule descriptions. The algorIthm is based on the Eclat algorIthm for frequent item set mining.
标签: discriminative substructures fragments molecular
上传时间: 2014-01-20
上传用户:龙飞艇
This demo nstrates the use of the reversible jump MCMC simulated annealing for neural networks. This algorIthm enables us to maximise the joint posterior distribution of the network parameters and the number of basis function. It performs a global search in the joint space of the parameters and number of parameters, thereby surmounting the problem of local minima. It allows the user to choose among various model selection criteria, including AIC, BIC and MDL
标签: This reversible annealing the
上传时间: 2015-07-19
上传用户:ma1301115706
The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorIthm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient state-of-the-art resampling routines. These are generic and suitable for any application.
标签: filtering particle Blackwellised conditionall
上传时间: 2013-12-17
上传用户:zsjzc
The DSP Design Flow workshop provides an introduction to the advanced tools you need to design and implement DSP algorIthms targeting FPGAs. This intermediate workshop in implementing DSP functions focuses on learning how to use System Generator for DSP, as well as HDL design flow, CORE Generator software, and design implementation tools. Through hands-on exercises, you will implement a design from algorIthm concept to verification.
标签: introduction workshop provides advanced
上传时间: 2014-12-06
上传用户:sammi
With the interference-to-noise ratio reduced to 30 dB, plot the adaptive antenna pattern after 200 iterations of the LMS algorIthm
标签: interference-to-noise the adaptive antenna
上传时间: 2014-01-27
上传用户:zyt
As of UnZip 5.42, this source has been removed from Info-ZIP s UnZip source distribution because of its conflicting copyright. There are no plans to ever rewrite this code from scratch, because the unreduce algorIthm was never used in the "real" world.
标签: source UnZip distribution Info-ZIP
上传时间: 2013-12-19
上传用户:songrui
matlab数据挖掘算法。实用cart决策树进行分类,可识别多类。decision tree algorIthm, classification.
上传时间: 2014-12-06
上传用户:xsnjzljj
This is a little console mode utility program which is able to (de-)compress single files with a static Arithmetic compression algorIthm. You could easily add the RLE/BWT/MFT data transformation algorIthms. Just rip the corresponding classes out of my HuffComp source code. I won t add these ones in the next time.
标签: compress console utility program
上传时间: 2015-08-27
上传用户:lili123
DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。 IDEA是International Data Encryption algorIthm 的缩写,是1990年由瑞士联邦技术学院来学嘉X.J.Lai 和Massey提出的建议标准算法称作PES( Proposed Encryption Standard) 。Lai 和Massey 在1992 年进行了改进强化了抗差分分析的能力改称为IDEA 它也是对64bit大小的数据块加密的分组加密算法密钥长度为128位它基于“相异代数群上的混合运算”设计思想算法用硬件和软件实现都很容易且比DES在实现上快的多。IDEA自问世以来,已经经历了大量的详细审查,对密码分析具有很强的抵抗能力,在多种商业产品中被使用。
标签: Encryption Standard Data DES
上传时间: 2015-08-27
上传用户:Avoid98