代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/217040/14981382
dem shootf.dem
PROGRAM d16r2(input,output);
(* driver for routine SHOOTF *)
LABEL 1;
CONST
nvar=3;
n1=2;
n2=1;
delta=1.0e-3;
eps=1.0e-6;
dx=1.0e-4;
TYPE
gl1array = ARRAY [1..1] OF rea
www.eeworm.com/read/217040/14981795
dem shoot.dem
PROGRAM d16r1(input,output);
(* driver for routine SHOOT *)
(* Solves for eigenvalues of spheroidal harmonics. Both
prolate and oblate case are handled simultaneously, leading
to six first-order e
www.eeworm.com/read/217040/14981879
dem desks.dem
PROGRAM d7r14(input,output);
(* driver for routines KS and CYFUN in file DESKS.PAS *)
TYPE
gl32array = ARRAY [1..32] OF integer;
gl48array = ARRAY [1..48] OF integer;
gl56array = ARRAY [
www.eeworm.com/read/130490/14190175
h parray.h
#ifndef PARRAY_H
#define PARRAY_H
#undef ARRAY_FUNC
#undef ARRAY_NAME
#undef ARRAY_TYPE
#define ARRAY_FUNC(x) parray##x
#define ARRAY_NAME parray
#define ARRAY_TYPE void *
#include "array.h"
#endif
www.eeworm.com/read/130490/14190222
h iarray.h
#ifndef IARRAY_H
#define IARRAY_H
#undef ARRAY_FUNC
#undef ARRAY_NAME
#undef ARRAY_TYPE
#define ARRAY_FUNC(x) iarray##x
#define ARRAY_NAME iarray
#define ARRAY_TYPE int
#include "array.h"
#endif
www.eeworm.com/read/162614/5522116
c 900321_01.c
// { dg-do assemble }
// g++ 1.37.1 bug 900321_01
// cfront flags ERRORs on each of the lines indicated below. g++ does not
// flag either ERRORs or warnings.
// Although I cannot find where in the
www.eeworm.com/read/162614/5540300
cc 1.cc
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms
www.eeworm.com/read/162614/5522059
c 900520_02.c
// { dg-do assemble }
// g++ 1.37.1 bug 900520_02
// keywords: reference types, initialization, parameter passing
typedef int b_array[3];
typedef int u_array[];
typedef b_array &b_array_ref;
typed
www.eeworm.com/read/391151/8419466
h dotp4.h
//dotp4.h Two arrays each with four numbers
#define x_array 1,2,3,4 //1st array of numbers
#define y_array 0,2,4,6 //2nd array of numbers