代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/429877/8784689
fig array.fig
www.eeworm.com/read/285689/8823127
h array.h
typedef int datatype; /*假设数组元素的值为整型*/
typedef struct {
datatype *base; /* 数组存储区的首地址指针*/
int index[3]; /* 存放三维数组各维的长度*/
int c[3] /* 存放三维数组各维的ci值*/
} array;
www.eeworm.com/read/384965/8826275
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/384965/8826278
cpp array.cpp
#include
#include "Array.h"
template
const int Array::DefaultArraySize = 12;
template
void Array::init( const elemType
www.eeworm.com/read/384965/8826434
h array.h
#ifndef ARRAY_H
#define ARRAY_H
// #include
#include
template class Array;
template ostream&
operator
www.eeworm.com/read/384965/8826436
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/384965/8826718
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/384965/8826737
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/384965/8827132
h array.h
#ifndef ARRAY_H
#define ARRAY_H
// #include
#include
template class Array;
template ostream&
operator
www.eeworm.com/read/384965/8827144
c array.c
#ifndef ARRAY_C
#define ARRAY_C
#include
#include "Array.h"
template
const int Array::DefaultArraySize = 12;
template
void Array