代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/161772/10376109

c random.c

/* random.c - Demonstrates using a multidimensional array */ #include #include /* Declare a three-dimensional array with 1000 elements */ int random_array[10][10][10]; in
www.eeworm.com/read/161528/10398814

c minimumvalue.c

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

c maximumvalue.c

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

c pango-tabs.c

/* Pango * pango-tabs.c: Tab-related stuff * * Copyright (C) 2000 Red Hat Software * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Librar
www.eeworm.com/read/161141/10445857

c minimumvalue.c

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

c maximumvalue.c

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

c strsort.c

/* ** strsort() -- Shell sort an array of string pointers via strcmp() ** public domain by Ray Gardner Denver, CO 12/88 */ #include #include void strsort (char **
www.eeworm.com/read/350641/10723592

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/420780/10775294

c arraylist.c

/* * $Id: arraylist.c,v 1.4 2006/01/26 02:16:28 mclark Exp $ * * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd. * Michael Clark * * This library is free softwar
www.eeworm.com/read/273409/10917139

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