代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/473636/6847584
h array.h
#include
using namespace std;
template
class Array
{
private:
T* elements;
int size;
public:
// explicit Array(intarraySize);
int Size(){return size;}
Array(){s
www.eeworm.com/read/473001/6853664
cpp array.cpp
/*****************************************************************************
* array.cpp Blitz++ Array stencilling example
*
* $Id: array.cpp,v 1.1 1997/07/16 19:38:23 tveldhui Exp $
www.eeworm.com/read/473001/6853822
h array.h
/***************************************************************************
* blitz/array.h Declaration of the Array class
*
* $Id: array.h,v 1.2 1998/03/14 00:04:47 tve
www.eeworm.com/read/472419/6877021
h array.h
//
// File: array.h
// Date: 16-Jul-95
// Description: array template
//
/*
* Copyright (c) 1995 David A. Holland.
* All rights reserved.
*
* Redistribution and use in source and b
www.eeworm.com/read/294461/8224034
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/294461/8224035
cpp array.cpp
#include
#include "Array.h"
template
const int Array::DefaultArraySize = 12;
template
void Array::init( const elemType
www.eeworm.com/read/294461/8224138
h array.h
#ifndef ARRAY_H
#define ARRAY_H
// #include
#include
template class Array;
template ostream&
operator
www.eeworm.com/read/294461/8224142
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/294461/8224447
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/294461/8224457
cpp array.cpp
#ifndef ARRAY_C
#define ARRAY_C
#include
template
const int Array::DefaultArraySize = 12;
template
void Array::init( c