代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/470693/1465173
java array_1.java
// Test of array stuff. Technically this probably isn't in java.lang.
public class Array_1
{
public static void main (String[] args)
{
int x[][] = { { 1, 2}, null };
System.out.println(
www.eeworm.com/read/470693/1465176
java array_2.java
// Test to make sure multidimensional arrays work.
// From Bryce McKinlay
public class Array_2
{
static final int a = 10, b = 15;
public static void main(String args[])
{
int[][] foo = new
www.eeworm.com/read/470693/1465227
java array_3.java
// Test to make sure null arrays throw the right execption
public class Array_3
{
static Object foo ()
{
return null;
}
static int[] bar ()
{
return null;
}
static int baz ()
www.eeworm.com/read/470693/1467240
tcc valarray_array.tcc
// The template and inlines for the -*- C++ -*- internal _Array helper class.
// Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. Thi
www.eeworm.com/read/470693/1467250
h valarray_array.h
// The template and inlines for the -*- C++ -*- internal _Array helper class.
// Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library
www.eeworm.com/read/470693/1467256
h gslice_array.h
// The template and inlines for the -*- C++ -*- gslice_array class.
// Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. T
www.eeworm.com/read/470693/1467261
h mask_array.h
// The template and inlines for the -*- C++ -*- mask_array class.
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Lib
www.eeworm.com/read/470693/1467289
h indirect_array.h
// The template and inlines for the -*- C++ -*- indirect_array class.
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++
www.eeworm.com/read/470693/1467290
h slice_array.h
// The template and inlines for the -*- C++ -*- slice_array class.
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Librar