代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/298961/7919174
h array.h
// Array.h: interface for the Array class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ARRAY_H__98B2174E_24BC_47D4_ADF2_C32E75744776__INCLUDED_)
#d
www.eeworm.com/read/298961/7919182
cpp array.cpp
// Array.cpp: implementation of the Array class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Array.h"
#include
#include
www.eeworm.com/read/398720/7927269
h array.h
#define ArrayMaxSize 20
template
class Array{
protected:
Type *ele;
int icurrent;//当前元素
int imaxsize;//最大容量
public:
Array(int=ArrayMaxSize);
~Array();
bool getaele(in
www.eeworm.com/read/197875/7964578
h array.h
#ifndef ARRAY_H
#define ARRAY_H
#include
using std::ostream;
using std::cout;
using std::endl;
template class Array;
template ostream&
www.eeworm.com/read/197875/7964580
cpp array.cpp
#include
#include "Array.h"
template
const int Array::DefaultArraySize = 12;
template
void Array::init( const elemType
www.eeworm.com/read/197875/7964701
h array.h
#ifndef ARRAY_H
#define ARRAY_H
// #include
#include
template class Array;
template ostream&
operator
www.eeworm.com/read/197875/7964706
c array.c
#ifndef ARRAY_C
#define ARRAY_C
#include
#include "Array.h"
template
const int Array::DefaultArraySize = 12;
template
void Array
www.eeworm.com/read/197875/7964947
h array.h
#ifndef ARRAY_H
#define ARRAY_H
#include
using std::ostream;
using std::cout;
using std::endl;
template class Array;
template ostream&
www.eeworm.com/read/197875/7964958
cpp array.cpp
#ifndef ARRAY_C
#define ARRAY_C
#include
template
const int Array::DefaultArraySize = 12;
template
void Array::init( c
www.eeworm.com/read/197875/7965178
h array.h
#ifndef ARRAY_H
#define ARRAY_H
// #include
#include
template class Array;
template ostream&
operator