代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/252035/12306094
~pas globle.~pas
unit globle;
interface
var
count:integer;
data:array[0..15]of single;
delay:integer=3000;
dh,dl,dib1,dib2,do1,do2:byte;
do1:byte=0;
do2:byte=0;
//应该是一个byte,根据底层设计
array_channel:array[0..1
www.eeworm.com/read/252035/12306106
pas globle.pas
unit globle;
interface
var
count:integer;
data:array[0..15]of single;
delay:integer=3000;
dh,dl,dib1,dib2:byte;
do1:byte=0;
do2:byte=0;
//应该是一个byte,根据底层设计
array_channel:array[0..15,1..5]
www.eeworm.com/read/149453/12377279
c adi_b2.c
/* ADI_B2.C - Module that shows new features in the ADuC B2 device*/
#include
#include
#include
#include
#ifdef MONITOR51 /
www.eeworm.com/read/149307/12387332
c adi_b2.c
/* ADI_B2.C - Module that shows new features in the ADuC B2 device*/
#include
#include
#include
#include
#ifdef MONITOR51 /
www.eeworm.com/read/250662/12393053
c clrarray.c
/*
** Set all of the elements of an array to zero.
*/
void
clear_array( int array[], int n_elements )
{
/*
** Clear the elements of the array starting with the last
** and working towards
www.eeworm.com/read/148785/12426302
c main2.c
// #include
#include
#include "Array.C"
/**
**
[ 0 ] ia: 0 ca: a da: 0
[ 1 ] ia: 1 ca: b da: 1.75
[ 2 ] ia: 2 ca: c da: 3.5
[ 3 ] ia: 3 ca:
www.eeworm.com/read/148785/12426524
cpp min4.cpp
// Section 10.3
// $ CC min4.cpp
/*
minimum value is: 3
*/
#include "Array.h"
#include "ArrayRC.h"
#include "Array.cpp"
#include "ArrayRC.cpp"
template
Type min4
www.eeworm.com/read/148785/12426795
c main01.c
#include "Array.C"
#include "try_array.C"
#include
int main()
{
static int ia[] = { 12,7,14,9,128,17,6,3,27,5 };
static double da[] = {12.3,7.9,14.6,9.8,128.0 };
static s
www.eeworm.com/read/250081/12435276
h hmm.h
// file : hmm.h
// version: 1.03 [August 21, 1995]
/*
Copyright (C) 1994 Richard Myers and James Whitson
Permission is granted to any individual or institution to use, copy, or
redistribute th
www.eeworm.com/read/148696/12439895
c hugeint.c
#include
#include
void main(void)
{
long int i;
int huge *big_array;
if ((big_array = (int huge *) halloc (100000L,
sizeof(long int))) == NULL)