代码搜索:Microphone array

找到约 10,000 项符合「Microphone array」的源代码

代码结果 10,000
www.eeworm.com/read/11175/207671

inc array.inc

;*** ; array.inc - 12-Nov-86 - far memory and array descriptors ; ; Copyright 1986, Microsoft Corporation ; ;Purpose: ; Contains the definition of the array and far heap descriptors. ; ;
www.eeworm.com/read/11175/208047

inc array.inc

;*** ; array.inc - 12-Nov-86 - far memory and array descriptors ;*** .XLIST ;*** ; ; Copyright 1986, Microsoft Corporation ; ;Purpose: ; Contains the definition of the array and far heap
www.eeworm.com/read/11269/216566

html array.html

www.eeworm.com/read/12870/263209

h _array.h

/*************************************************************************** * * _array.h - Declarations for the Standard Library __rw_array * * This is an internal header file used to impleme
www.eeworm.com/read/16793/690865

array-to-string

#! /bin/bash # Format: array_to_string vname_of_array vname_of_string separator array_to_string() { (( ($# < 2) || ($# > 3) )) && { "$FUNCNAME: usage: $FUNCNAME arrayname stringname [separator]"
www.eeworm.com/read/16793/690871

array-stuff

# usage: reverse arrayname reverse() { local -a R local -i i local rlen temp # make r a copy of the array whose name is passed as an arg eval R=\( \"\$\{$1\[@\]\}\" \) # reverse R rlen=${#R[@
www.eeworm.com/read/16793/691035

c array.c

/* * array.c - functions to create, destroy, access, and manipulate arrays * of strings. * * Arrays are sparse doubly-linked lists. An element's index is stored * with it. * * Chet Ramey
www.eeworm.com/read/16793/691120

array-at-star

# test the expansion of ${array[@]} and ${array[*]}, both quoted and # unquoted. the expansions should be exactly analogous to the # expansions of $@ and $* quoted and unquoted A=(a b) recho "${A[*]
www.eeworm.com/read/16793/691195

tests array.tests

# this is needed so that the bad assignments (b[]=bcde, for example) do not # cause fatal shell errors when in posix mode set +o posix set +a # The calls to egrep -v are to filter out builtin array v
www.eeworm.com/read/16793/691204

right array.right

./array.tests: line 15: syntax error near unexpected token `&' ./array.tests: line 15: `test=(first & second)' 1 abcde abcde abcde bdef abcde bdef declare -a BASH_ARGC='()' declare -a BASH_ARGV='()'