代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/100333/15877009
st array.st
Class Array :ArrayedCollection
[
new: aValue
^
|
at: aNumber
( (aNumber < 1) or: [aNumber > ] )
ifTrue: [ self error: 'index error'. ^nil ].
^
www.eeworm.com/read/100333/15877050
c array.c
/*
Little Smalltalk
Array creation
timothy a. budd 10/84
builds a new instance of class array.
called mostly by the driver to construct array constants.
*/
/*
The source code for t
www.eeworm.com/read/100266/15879215
c array.c
/* array.c: Handle allocation and manipulation of arrays */
#include "vt.h"
#ifdef PROTOTYPES
static Array *aralloc(void);
static void mark_cframes(int, Cframe *);
static void mark_estates(Estate *)
www.eeworm.com/read/100264/15879455
c array.c
head 2.1;
access;
symbols;
locks; strict;
comment @ * @;
2.1
date 95.10.24.15.46.14; author tsurace; state Release;
branches;
next 1.1;
1.1
date 95.10.12.17.44.28; author tsurace; state Beta;
branc
www.eeworm.com/read/100264/15879525
c array.c
/* array.c: Handle allocation and manipulation of arrays */
/* RCS: $Id: array.c 2.1 1995/10/24 15:46:14 tsurace Release $ */
#include "vt.h"
#ifdef PROTOTYPES
static Array *aralloc(void);
st
www.eeworm.com/read/137691/5822295
readme
README for MicaSBTest2
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
The MicaSBTest2 tests out light, microphone, and sounder.
Momentarily covering the light sensor will trigg
www.eeworm.com/read/137691/5822296
nc micasbtest2.nc
// $Id: MicaSBTest2.nc,v 1.3 2003/10/07 21:44:53 idgay Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to u
www.eeworm.com/read/116008/6114619
readme
README for MicaSBTest2
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
The MicaSBTest2 tests out light, microphone, and sounder.
Covering the light sensor will trigger the sound
www.eeworm.com/read/155397/5623169
readme
README for MicaSBTest2
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
The MicaSBTest2 tests out light, microphone, and sounder.
Momentarily covering the light sensor will trigg
www.eeworm.com/read/155397/5623170
nc micasbtest2.nc
// $Id: MicaSBTest2.nc,v 1.2.14.5 2003/08/26 09:08:06 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permissi