登录
首页 » C++ Builder » 06-02-2015_05-43-24

06-02-2015_05-43-24

于 2015-02-23 发布 文件大小:453KB
0 153
下载积分: 1 下载次数: 1

代码说明:

  c++ lession 10 chapters Implement a template class EnhancedSafeArray, which is a type of SafeArray. The class SafeArray implementation is given in safearray.h. Class SafeArray is a class that wraps a regular C++ array. It is considered a safe array class since it handles out of bounds array indexing through exception handling. Your class EnhancedSafeArray will augment the class SafeArray by supporting a copy constructor, a method to return the size of the array, an assignment operator, and an equality test operator.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • matlabenginetest
    VC++和MATLAB引擎混合编程,实现正弦曲线的绘制(VC++ and MATLAB programming hybrid engine, the realization of the mapping sinusoid)
    2009-04-30 16:36:06下载
    积分:1
  • LMS
    1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   e(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)e(n)   4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters: X (n) is the input vector, otherwise known as the training sample W (n) for the weight vector e (n) for the deviation d (n) is the desired output y (n) is the actual output η is the learning rate n is the number of iterations)
    2011-12-10 20:22:05下载
    积分:1
  • simgear_2.4.0.orig.tar
    SimGear是飞行模拟项目FlightGear的引擎,是一套开源库。(SimGear is FlightGear flight simulator project engine, is a set of open source libraries.)
    2014-11-15 05:18:32下载
    积分:1
  • Read_N_Renix
    运用matlab软件进行GPS的N文件读取的matlab源代码(Matlab software using the GPS reading N matlab source code files)
    2011-09-14 11:06:33下载
    积分:1
  • 2812
    TI 下载的矢量控制算法,里面包含各种函数,还有PDF文件。(Download the TI vector control algorithm, which contains a variety of functions, and the PDF file.)
    2013-11-07 22:25:41下载
    积分:1
  • dos
    another progaram that has been in matlab
    2013-07-11 09:37:40下载
    积分:1
  • MATLABEngClass
    说明:  VS中开发的一个C与matlab混合编程的小程序,该类可以使用到其他的MFC程序中去。 但是注意,使用时,要把matlab所在的本地文件夹中的extern中的lib和include添加到VS的工程属性的lib和include路径中去。且要添加四个lib文件。(VS in the development of a mixed C and matlab programming small programs, the class can use the program to other MFC to. Note, however, when used, should matlab local folder where the extern in the lib and include added to the VS project properties go to lib and include paths. And to add four lib.)
    2021-03-01 18:49:34下载
    积分:1
  • matlab
    总结了最基本和最常用的mattlab源码,很实用(Summarizes the most basic and most common mattlab source, it is practical)
    2014-02-07 16:17:04下载
    积分:1
  • SERPSK-SERPAM-SERQAM-code
    SERPSK SERPAM SERQAM
    2014-09-22 10:31:27下载
    积分:1
  • Matlab-Coder-VC
    一个实例说明matlab coder的使用方法,可以实现vc++中调用matlab生成的cpp文件进行两个数的乘法计算。(An example shows the use of matlab coder, can call matlab in vc++ cpp files generated multiplication of two numbers.)
    2011-11-27 14:53:50下载
    积分:1
  • 696518资源总数
  • 105084会员总数
  • 17今日下载