代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/216914/14986547
h matrix_algebra.h
#ifndef __matrix_algebra__
#define __matrix_algebra__
/*
Copyright (C) 2004 Timothy C.A. Molteno
This program is free software; you can redistribute it and/or modify
it under the terms of the G
www.eeworm.com/read/216898/14987002
cpp stencilet.cpp
#include
#include
using namespace blitz;
int main()
{
Array A(Range(-7,7),Range(-7,7)), B(Range(-7,7),Range(-7,7));
A = 0.0;
A(0,0) =
www.eeworm.com/read/216898/14988152
cpp module2.cpp
#include
BZ_USING_NAMESPACE(blitz)
int module2()
{
BZ_USING_NAMESPACE(blitz::tensor)
Array A(4);
A = pow2(i);
return 0;
}
www.eeworm.com/read/216646/15000112
cpp c8-4.cpp
#include
using namespace std;
class Array_max
{public:
void set_value();
void max_value();
void show_value();
private:
int array[10];
int max;
};
void Array_max
www.eeworm.com/read/213373/15135990
cpp c8-4.cpp
#include
using namespace std;
class Array_max
{public:
void set_value();
void max_value();
void show_value();
private:
int array[10];
int max;
};
void Array_max
www.eeworm.com/read/212322/15159881
c memalloc.c
/*!
************************************************************************
* \file memalloc.c
*
* \brief
* Memory allocation and free helper funtions
*
* \author
* Main contributors
www.eeworm.com/read/172898/5381663
c memalloc.c
/*!
************************************************************************
* \file memalloc.c
*
* \brief
* Memory allocation and free helper funtions
*
* \author
* Main contributors
www.eeworm.com/read/172898/5381739
c memalloc.c
/*!
************************************************************************
* \file memalloc.c
*
* \brief
* Memory allocation and free helper functions
*
* \author
* Main con
www.eeworm.com/read/168845/5433289
cpp fail_criterator.cpp
// Copyright 2002 The Trustees of Indiana University.
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or cop
www.eeworm.com/read/167728/5454258
c legendre_poly.c
/* specfunc/legendre_poly.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the ter