代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/237003/13984044
cpp peter-bienstman-2.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
Array A(4), B(4);
firstIndex i;
A = i;
B = 0, 1, 2, 3;
BZTEST(count(A==B)==4);
www.eeworm.com/read/236649/14005854
cpp main13.cpp
// Section 16.13
// $ CC main13.cpp
/*
template Array class
try_array: initial array values:
( 10 )< 12, 7, 14, 9, 128, 17, 6, 3, 27, 5 >
try_array: after assignments:
( 10
www.eeworm.com/read/204559/15336874
cpp main13.cpp
// Section 16.13
// $ CC main13.cpp
/*
template Array class
try_array: initial array values:
( 10 )< 12, 7, 14, 9, 128, 17, 6, 3, 27, 5 >
try_array: after assignments:
( 10
www.eeworm.com/read/203062/15366634
cpp initwin.cpp
// This initializes the windows for diagnostics.
#ifdef HAVE_CONFIG_H
#include
#endif
#include
#include "sptlrgn.h"
#include
#include "oopiclist.h"
#include "
www.eeworm.com/read/113029/15472065
cpp fig04_13.cpp
// Fig. 4.13: fig04_13.cpp
// Static arrays are initialized to zero.
#include
using std::cout;
using std::endl;
void staticArrayInit( void ); // function prototype
void autom
www.eeworm.com/read/113029/15472303
cpp fig08_06.cpp
// Fig. 8.6: fig08_06.cpp
// Array class test program.
#include
using std::cout;
using std::cin;
using std::endl;
#include "array1.h"
int main()
{
Array integers1( 7 ); /
www.eeworm.com/read/101019/15856628
cpp pgm04_04.cpp
//
// This file contains the C++ code from Program 4.4 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/188592/8526257
h system.h
#include "cdefBF533.h"
#include "ccblkfn.h"
#include "sys/exception.h"
#include "sysreg.h"
#include "string.h"
#define uchar unsigned char
#define ushort unsigned short
#define uint unsign
www.eeworm.com/read/139332/5802201
hpp remove.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2
www.eeworm.com/read/168845/5431886
hpp remove.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides