代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/393675/8270112
cpp xt2-5-2.cpp
//xt2-5-2.cpp(arraymax.cpp)
#include
using namespace std;
#include "xt2-5.h"
void Array_max::set_value()
{ int i;
for (i=0;i>array[i];
}
void Array_max::ma
www.eeworm.com/read/368706/9681008
cpp ariprog.cpp
/*
NAME:lemon_c1
PROG:ariprog
LANG:C++
*/
#include
using namespace std;
int n,m;
bool able[125001];
int array[25001];
class node
{
public:
int st,d;
operator int ()
{
www.eeworm.com/read/171829/9734423
cpp gen_safe.cpp
#include
#include "stdlib.h"
const int SIZE = 10;
template class atype {
AType a[SIZE];
public:
atype(void)
{
int i;
for(i=0; i
www.eeworm.com/read/413182/11163871
h epr_ptrarray.h
/*
* $Id: epr_ptrarray.h,v 1.1.1.1 2003/03/05 17:36:43 hartmut Exp $
*
* Copyright (C) 2002 by Brockmann Consult (info@brockmann-consult.de)
*
* This program is free software; you can redistribut
www.eeworm.com/read/411855/11224316
cpp b.cpp
#include "B.hpp"
B::B() : array(new float[5]), array_size(5) {
for (int i = 0; i < 5; i++) {
// Cast to avoid loss-of-precision warning.
array[i] = float(i);
}
}
www.eeworm.com/read/335795/12498203
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/334951/12558060
cpp xpiksr2.cpp
#include
#include
#include
#include
#include "nr.h"
#include "print_array.h"
using namespace std;
// Driver for routine piksr2
int main(void)
{
www.eeworm.com/read/334951/12558350
cpp xsort2.cpp
#include
#include
#include
#include
#include "nr.h"
#include "print_array.h"
using namespace std;
// Driver for routine sort2
int main(void)
{
www.eeworm.com/read/247673/12632534
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