代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/217040/14981869
pas eigsrt.pas
PROCEDURE eigsrt(VAR d: glnp; VAR v: glnpnp; n: integer);
(* Programs using routine EIGSRT must define the types
TYPE
glnp = ARRAY [1..np] OF real;
glnpnp = ARRAY [1..np,1..np] OF real;
whe
www.eeworm.com/read/217040/14982116
dem sort2.dem
PROGRAM d8r4(input,output,dfile);
(* driver for routine SORT2 *)
CONST
np=100;
TYPE
glsarray=ARRAY [1..np] OF real;
VAR
i,j : integer;
a,b : glsarray;
dfile : text;
(*$I MOD
www.eeworm.com/read/116023/14992437
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
www.eeworm.com/read/216488/15005709
m framefile.m
% FrameFile Explain the contents of a mat-file that stores a frame.
% A frame, as used by the files in this catalog, is a quite
% general concept, and can have a lot of variants. A si
www.eeworm.com/read/115259/15019705
asm qpsk.asm
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/214924/15082880
m discrete.m
x=input('please input the signal function and it is a array with format[x1..xn]');
xn=input('please input the signals period and it is a array with format[a:b]');
h=input('please input the system fu
www.eeworm.com/read/212376/15157222
m exm030131_1.m
clear
S=['This string array '
'has multiple rows.']
size(S)
www.eeworm.com/read/212047/15166891
tex fftalgorithms.tex
\documentclass[fleqn,12pt]{article}
%
\setlength{\oddsidemargin}{-0.25in}
\setlength{\textwidth}{7.0in}
\setlength{\topmargin}{-0.25in}
\setlength{\textheight}{9.5in}
%
\usepackage{algorithmic}
\newen
www.eeworm.com/read/210671/15193642
cpp fig04_03.cpp
// Fig. 4.3: fig04_03.cpp
// initializing an array
#include
using std::cout;
using std::endl;
#include
using std::setw;
int main()
{
int i, n[ 10 ];
for