登录
首页 » c++ » 动态数组模板类的C++实现

动态数组模板类的C++实现

于 2022-01-28 发布 文件大小:1.47 kB
0 108
下载积分: 2 下载次数: 1

代码说明:

动态数组模板类的C++实现#ifndef ARRAY_CLASS#define ARRAY_CLASS#include #include using namespace std;#ifndef NULLconst int NULL = 0;#endif//错误类型集合, 共三种,数组大小错误,内存分配错误和下标越界enum ErrorType {invalidArraySize, memoryAllocationError, indexOutOfRange};//错误信息char *errorMsg[] = {"Invalid array size", "Memery allocation error", "Index out of range"};//数组类模板声明templateclass Array{    public:        Array(int sz = 50);        Array(const Array &A);        ~Array(void);        Array& operator = (const Array &rhs);     //重载=,使数组对象可以整体赋值        T& operator[](int n);            

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

发表评论

0 个回复

  • 一种混合贪婪随机自适应搜索 GRASP to solve VRP
    一种混合贪婪随机自适应搜索(GRACH)算法,用于解决单车辆段车辆路径问题(a hybrid Greedy Randomized Adaptive Search (GRASP) algorithm that solves a single depot vehicle routing problem)
    2020-06-25 06:00:02下载
    积分:1
  • 关闭指定的应用程序
    关闭指定的应用程序-closure specified applications
    2022-07-16 07:48:40下载
    积分:1
  • demo_ASIFT_Win
    使用VC++分别编译出WINCE和PC版的ASIFT算法DLL,再通过C#调用这两个平台的DLL,实现PC和WINCE平台做ASIFT图像识别(Compiled using VC++, respectively, and the PC version of the WINCE ASIFT algorithm DLL, and then through the C# calling the two platforms DLL, PC and WINCE platform to achieve image recognition ASIFT)
    2010-12-20 22:16:39下载
    积分:1
  • AACEncode
    This program compress audio to AAC encoding format . It is developed by visual studio 2010. And written language C++.
    2014-01-15 09:38:26下载
    积分:1
  • pulse
    AVR单片机实现脉冲采集(AVR MCU Pulse Acquisition)
    2004-11-14 17:28:14下载
    积分:1
  • Optical-Modulation-Format-and-Direct-Detection
    This scheme is also called DPSK since MZ modulator provides the “digital” phase modulation if it is biased at null instead of quadrature. No coherent detection is needed if data is differentially pre-coded.
    2014-08-21 21:12:52下载
    积分:1
  • 12种游戏机模拟器源代码
    模拟器ARC 、GBC、MD、SFC、GBA 等模拟器源码,仅供参考还有部分未完成(Simulator ARC, GBC, MD, SFC, GBA and other simulator source code, for reference only, there are still some incomplete)
    2020-06-22 15:20:02下载
    积分:1
  • 各种加密算法
    DES、RSA、背包、AES、IDEA等各种加密算法的源码(All Kinds Of Encoding Algorithms)
    2018-01-12 10:54:13下载
    积分:1
  • mlp
    le réseau de neurone MLP
    2012-01-23 12:59:46下载
    积分:1
  • WiMAX+Technology+Training+(1)
    wimax的培训说明.希望能对各位有帮助!(wimax training description. hope you can help!)
    2007-10-18 12:49:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载