代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4581799
c array1.c
// { dg-do run }
// GROUPS passed arrays
// array file
// Message-Id:
// From: dougm@cs.rice.edu (Doug Moore)
// Subject: constructors not called on new'ed array elem
www.eeworm.com/read/240162/4582067
c array1.c
// { dg-do assemble }
// { dg-options "-fconserve-space -fcommon" }
// GROUPS passed array-bindings
extern "C" int printf (const char *, ...);
char array[~(~0ul>>1)|~(0ul>>3)]; // { dg-error "" } o
www.eeworm.com/read/240162/4582231
c array-refs.c
// { dg-do assemble }
// GROUPS passed arm
int a, b;
// declaring an array of references should be illegal
int & v[ 2] = { a, b};// { dg-error "" } .*
www.eeworm.com/read/240162/4582259
c new-array.c
// { dg-do assemble }
// 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[];//
www.eeworm.com/read/240162/4582344
c array2.c
// { dg-do assemble }
// { dg-options "-w" }
// This testcase used to cause a crash on the Alpha.
struct A {
int i;
~A() { }
};
A f (int n)
{
A a[n];
}
www.eeworm.com/read/240162/4582345
c array1.c
// { dg-do assemble }
// { dg-options "" }
// Testcase for assignment of non-array to array (assigns the same value to
// each member)
// Special Options:
typedef struct {} ct2d_rigid, ct2d_rigid_a
www.eeworm.com/read/240162/4582359
c array4.c
// { dg-do assemble }
// { dg-options "" }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Mark Mitchell 19 Mar 2000
// Nathan Sidwell
www.eeworm.com/read/240162/4582379
c array3.c
// { dg-do assemble }
// { dg-options "" }
// Origin: Mark Mitchell
void *vp;
void f ()
{
int i = (*((int (*)[i]) vp))[0];
}
www.eeworm.com/read/240162/4590235
c array-1.c
/* Test for format checking of constant arrays. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wformat=2" } */
#include "format.h"
const char a
www.eeworm.com/read/238168/4617857
h gui_array.h
/*
*********************************************************************************************************
* uC/GUI V3.98
* Univ