代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/458661/7291918
m array.m
% array.m - gain computation for 1D equally-spaced isotropic array
%
% Usage: [g, phi] = array(d, a, Nph);
%
% d = array spacing in units of lambda
% a = row vector of array weights
% Nph =
www.eeworm.com/read/457121/7333919
hpp array.hpp
#ifndef _RAR_ARRAY_
#define _RAR_ARRAY_
extern ErrorHandler ErrHandler;
template class Array
{
private:
T *Buffer;
int BufSize;
int AllocSize;
public:
Array();
Arra
www.eeworm.com/read/456569/7344633
h array.h
/*------------------------------------------------------------------------*/
/* */
/* ARRAY.H
www.eeworm.com/read/456569/7344674
cpp array.cpp
/*------------------------------------------------------------------------*/
/* */
/* ARRAY.CPP
www.eeworm.com/read/456497/7347906
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/456497/7347909
cpp array.cpp
// Array.cpp: implementation of the Array class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Array.h"
#include
#include
www.eeworm.com/read/455033/7378529
edp array.edp
www.eeworm.com/read/455033/7378569
edp ._array.edp
www.eeworm.com/read/454938/7381176
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/454938/7381177
cpp array.cpp
#include
#include "Array.h"
template
const int Array::DefaultArraySize = 12;
template
void Array::init( const elemType