代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/470720/1446193

c array5.c

// Build don't link: // Origin: Mark Mitchell template void h(T&); template void g () { h ("abcdefghi"); } template void g(); template
www.eeworm.com/read/470720/1446261

c array6.c

// Build don't link: // Origin: Alfred Minarik // Special g++ Options: template struct basic_filebuf { virtual void underflow() { int __s
www.eeworm.com/read/470720/1446373

c array3.c

// Build don't link: // Origin: Brendan Kehoe template int foo(char[4][x]) { return x; } int (*bar)(char[4][3]) = &foo;
www.eeworm.com/read/470720/1446608

c array2.c

// Build don't link: // GROUPS passed arrays // excess errors test - XFAIL *-*-* // array file // Message-Id: // From: frode@auticon.no // Subject: prototype b
www.eeworm.com/read/470720/1446611

c array1.c

// GROUPS passed arrays // array file // Message-Id: // From: dougm@cs.rice.edu (Doug Moore) // Subject: constructors not called on new'ed array elements // Date: Sat,
www.eeworm.com/read/470720/1446880

c array1.c

// Build don't link: // Special g++ Options: -fconserve-space -fcommon // GROUPS passed array-bindings extern "C" int printf (const char *, ...); char array[~(~0ul>>1)|~(0ul>>3)]; // ERROR - overfl
www.eeworm.com/read/470720/1447044

c array-refs.c

// Build don't link: // GROUPS passed arm int a, b; // declaring an array of references should be illegal int & v[ 2] = { a, b};// ERROR - .*
www.eeworm.com/read/470720/1447072

c new-array.c

// Build don't link: // GROUPS passed operator-new typedef struct { int a; } AStruct; void MakeBug() { AStruct *job; // This used to crash, it should now give error(s). job = new AStruct[];// E
www.eeworm.com/read/470720/1447157

c array2.c

// This testcase used to cause a crash on the Alpha. // Special g++ Options: -w // Build don't link: struct A { int i; ~A() { } }; A f (int n) { A a[n]; }
www.eeworm.com/read/470720/1447158

c array1.c

// Testcase for assignment of non-array to array (assigns the same value to // each member) // Build don't link: // Special Options: typedef struct {} ct2d_rigid, ct2d_rigid_a[1]; class ccInspection