代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/385990/8772902
3 dsp.3
.TH DSP 3
.SH NAME
initdp, freedp, dotprod, sumsq, peakval -\ SIMD-assisted
digital signal processing primitives
.SH SYNOPSIS
.nf
.ft
#include "fec.h"
void *initdp(signed short *coeffs,int len);
long
www.eeworm.com/read/185622/9023331
txt rfc2777.txt
Network Working Group D. Eastlake 3rd
Request for Comments: 2777 Motorola
Category: Informational
www.eeworm.com/read/184529/9095813
h transmitterclass.h
// TransmitterClass.h: interface for the TransmitterClass class.
//
// Copyright 2002 The Mobile and Portable Radio Research Group
//
//////////////////////////////////////////////////////////////
www.eeworm.com/read/184417/9101777
html interleavedarrays.html
NAME
glInterleavedArrays - simultaneously specify and enable
several interleaved arrays
C SPECIFICATION
www.eeworm.com/read/184417/9102624
html fglinterleavedarrays.html
NAME
fglInterleavedArrays - simultaneously specify and enable
several interleaved arrays
FORTRAN SPECIF
www.eeworm.com/read/184327/9109482
pas ac1184.pas
program tju1184;
const
maxn=100;
short:array[1..3]of byte=(2,1,1);
long:array[1..3]of byte=(3,3,2);
var
a:array[0..maxn,1..3]of word;
h:array[boolean,0..maxn,1..3]of longint;
n,m,i
www.eeworm.com/read/184327/9109903
pas ac1063.pas
program tju1063;
const
maxw=100;
maxn=7;
maxvalue=2500;
var
v,min,max:array[1..maxn]of byte;
len:array[-1..maxw]of integer;
sum:array[-1..maxw,0..maxvalue]of shortint;
w,n,i,j,k
www.eeworm.com/read/380622/9141121
pas cltnarrays.pas
unit CltnArrays;
(*
Implement collections using arrays.
IList and IStack are obvious for array implementations, but ISet and IMap
can also work with arrays. TSortedList implements IList, b
www.eeworm.com/read/183084/9179334
txt readme.txt
Interactive MATLAB Movie Player
Release 2.1
------------------------------------------------------------
- Fixed bug: missing bitmap for export button
- Added capability to export current fram
www.eeworm.com/read/181668/9242029
cpp multidim.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that