代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5540094
cc get.cc
// 2005-08-26 Paolo Carlini
//
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can
www.eeworm.com/read/162614/5540097
cc aggregate_initialization.cc
// { dg-do compile }
// 2004-10-20 Benjamin Kosnik
//
// Copyright (C) 2004, 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library
www.eeworm.com/read/162614/5540098
cc zero_sized_arrays.cc
// 2004-10-20 Benjamin Kosnik
//
// Copyright (C) 2004, 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; y
www.eeworm.com/read/162614/5540101
cc contiguous.cc
// 2004-10-20 Benjamin Kosnik
//
// Copyright (C) 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can
www.eeworm.com/read/162519/5542590
java growablearraycontext.java
/* gnu.java.beans.decoder.GrowableArrayContext
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or
www.eeworm.com/read/161438/5553690
c funct_2d.c
#include
void show_2d_array(int array[][10], int rows)
{
int i, j;
for (i = 0; i < rows; i++)
for (j = 0; j < 10; j++)
printf("array[%d][%d] = %d\n", i, j, array
www.eeworm.com/read/160611/5569411
tpl test_endswap.tpl
[+ AutoGen5 template c +]
/*
** Copyright (C) 2002-2004 Erik de Castro Lopo
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of th
www.eeworm.com/read/475955/6770877
c funct_2d.c
#include
void show_2d_array(int array[][10], int rows)
{
int i, j;
for (i = 0; i < rows; i++)
for (j = 0; j < 10; j++)
printf("array[%d][%d] = %d\n", i, j, array
www.eeworm.com/read/475389/6779247
c averagevalue.c
// ****************************************************************
// Description: Library function to determine the
// average value of a integer array. Note this code stresses
// simplicity o
www.eeworm.com/read/475389/6779439
c averagevalue.c
// ****************************************************************
// Description: Library function to determine the
// average value of a integer array. Note this code stresses
// simplicity o