代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/359310/10156353

c jpeg.c

#include "DataType.h" #include "tables.h" #include "dct.h" #include "flash.h" #define DEBUG #ifdef DEBUG #include "serial.h" #endif #define CIFW 352 #define CIFH 288 LINT8 cha_y[CIFW][CIFH];
www.eeworm.com/read/358682/10182193

cpp arrfun3.cpp

// arrfun3.cpp -- array functions and const #include const int Max = 5; // function prototypes int fill_array(double ar[], int limit); void show_array(const double ar[], int n); //
www.eeworm.com/read/162511/10300333

c pack_generic.c

/* Generic implementation of the PACK intrinsic Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 r
www.eeworm.com/read/354492/10350178

c main03.c

#include "Array_S.C" #include "try_array.C" #include main() { static int ia[ 10 ] = { 12,7,14,9,128,17,6,3,27,5 }; static string sa[ 7 ] = { "Eeyore", "Pooh", "Tigger",
www.eeworm.com/read/354492/10350189

c main02.c

#include "Array_RC.C" #include "try_array.C" main() { static int ia[10] = { 12,7,14,9,128,17,6,3,27,5 }; Array_RC iA( ia,10 ); cout
www.eeworm.com/read/161772/10375944

c direct.c

/* Direct file I/O with fwrite() and fread(). */ #include #include #define SIZE 20 int main( void ) { int count, array1[SIZE], array2[SIZE]; FILE *fp; /* In
www.eeworm.com/read/425160/10376264

txt readme.txt

None of the files in this directory read any input. The following files produce no output: arr_init, copy_array, cstring_exercise, string_exercise The first two programs illustrate how to in
www.eeworm.com/read/161646/10390196

cpp algorithmn1dlg.cpp

// Algorithmn1Dlg.cpp : implementation file // #include "stdafx.h" #include "Algorithmn1.h" #include "Algorithmn1Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THI
www.eeworm.com/read/354055/10393685

c jpeg.c

#include "DataType.h" #include "tables.h" #include "dct.h" #include "flash.h" #define DEBUG #ifdef DEBUG #include "serial.h" #endif #define CIFW 352 #define CIFH 288 LINT8 cha_y[CIFW][CIFH];
www.eeworm.com/read/278058/10577892

cpp arrfun3.cpp

// arrfun3.cpp -- array functions and const #include const int Max = 5; // function prototypes int fill_array(double ar[], int limit); void show_array(const double ar[], int n); //