代码搜索:Microphone array

找到约 10,000 项符合「Microphone array」的源代码

代码结果 10,000
www.eeworm.com/read/413380/11158262

h eeprom.h

#ifndef __EEPROM_H #define __EEPROM_H #include #define SDA_HIGHT() P5OUT|=BIT1 #define SDA_LOW() P5OUT&=~BIT1 #define SCL_HIGHT() P5OUT|=BIT2 #define SCL_LOW() P5OUT&=~BIT2 void
www.eeworm.com/read/335362/12534118

31 fig15.31

#include "apue.h" #include #define ARRAY_SIZE 40000 #define MALLOC_SIZE 100000 #define SHM_SIZE 100000 #define SHM_MODE 0600 /* user read/write */ char array[ARRAY_SIZE]; /* uninitialize
www.eeworm.com/read/335362/12534838

c tshm.c

#include "apue.h" #include #define ARRAY_SIZE 40000 #define MALLOC_SIZE 100000 #define SHM_SIZE 100000 #define SHM_MODE 0600 /* user read/write */ char array[ARRAY_SIZE]; /* uninitialize
www.eeworm.com/read/146694/12618117

cpp object03.cpp

//object03.cpp #include #include class Total_Ave { private: int a[5],total; float ave; public: void get_array() { total=0; cout
www.eeworm.com/read/237003/13983217

cc complex.cc

/*************************************************************************** * blitz/array/complex.cc Special functions for complex arrays * * Copyright (C) 1997-2001 Todd Veldhuizen
www.eeworm.com/read/237003/13983988

cpp matthias-troyer-2.cpp

#include BZ_USING_NAMESPACE(blitz) //declaration of the stencil kinEnergy BZ_DECLARE_STENCIL2(kinEnergy,A,B) B=Laplacian3D(A); BZ_END_STENCIL_WITH_SHAPE(shape(-1,-1,-1),shape(+1,+1,+
www.eeworm.com/read/133753/14026857

cpp object03.cpp

//object03.cpp #include #include class Total_Ave { private: int a[5],total; float ave; public: void get_array() { total=0; cout
www.eeworm.com/read/133522/14038217

h rtdraw.h

#ifndef _RTDRAW_H_ #define _RTDRAW_H_ extern "C" { #include #include #include } #include class rtdraw { public: rtdraw( Widget parent,
www.eeworm.com/read/133522/14038225

h rbdraw.h

#ifndef _RBDRAW_H_ #define _RBDRAW_H_ extern "C" { #include #include #include } #include class rbdraw { public: rbdraw( Widget parent,
www.eeworm.com/read/203605/15354451

h staticarrayc.h

/* Copyright (c) 2004, Nokia. All rights reserved */ #ifndef __STATIC_ARRAY_C_H__ #define __STATIC_ARRAY_C_H__ // CLASS DECLARATIONS /** * TStaticArrayC * This templated class provides