代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/146506/12641947

cpp xt8-5-2.cpp

//xt8-5-2.cpp(arraymax.cpp) #include using namespace std; #include "xt8-5.h" void Array_max::set_value() { int i; for (i=0;i>array[i]; } void Array_max::ma
www.eeworm.com/read/135898/13888487

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/135580/13919817

cxx fl_menu_add.cxx

// // "$Id: Fl_Menu_add.cxx,v 1.1.1.1 2003/08/07 21:18:40 jasonk Exp $" // // Menu utilities for the Fast Light Tool Kit (FLTK). // // Copyright 1998-1999 by Bill Spitzak and others. // // This librar
www.eeworm.com/read/237768/13932621

c minimumvalue.c

// **************************************************************** // Description: Library function to determine the // minimum value within a integer array. Note this code stresses // simplici
www.eeworm.com/read/237768/13932622

c maximumvalue.c

// **************************************************************** // Description: Library function to determine the // maximum value within a integer array. Note this code stresses // simplici
www.eeworm.com/read/134963/13968965

h utils.h

#ifndef __UTILS_H_ #define __UTILS_H_ /* utils.h $Id: utils.h,v 1.3 2002/07/12 20:48:49 eschrich Exp $ Steven Eschrich Copyright (C) 2002 University of South Florida This program is
www.eeworm.com/read/134756/13974621

cpp comm.cpp

#include "comm.h" #include #include #include int BestRes = 0; int BestWeight = 0; int Array_BestRes[NUMBER]; #define RandCount 50 int Array_Tmp[FIELD];
www.eeworm.com/read/237003/13982845

cpp iter.cpp

// Example of using Array::iterator #include BZ_USING_NAMESPACE(blitz) int main() { // Create a 4x4 array and fill it with some numbers Array A(4,4); A = t
www.eeworm.com/read/237003/13982855

cpp simple.cpp

/***************************************************************************** * simple.cpp Some simple array operations **********************************************************************
www.eeworm.com/read/237003/13983162

h newet.h

/*************************************************************************** * blitz/array/newet.h Gang include of new expression templates implementation * * Copyright (C) 1997-2001 Todd Veldhuiz