代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/381207/9104622

m circ_array.m

function [pattern,amn] = circ_array(N,dolxr,dolyr,theta0,phi0,winid,win,nbits); %%%%%%%%%%%%%%%%%%%% ************************ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % This function computes the 3-D d
www.eeworm.com/read/381207/9104640

m linear_array.m

function [theta,patternr,patterng] = linear_array(Nr,dolr,theta0,winid,win,nbits); % This function computes and returns the gain radiation pattern for a linear array % It uses the FFT to computes th
www.eeworm.com/read/381109/9109819

h agg_array.h

//---------------------------------------------------------------------------- // Anti-Grain Geometry (AGG) - Version 2.5 // A high quality rendering engine for C++ // Copyright (C) 2002-2006 Maxim
www.eeworm.com/read/183760/9141556

c xdr_array.c

/* xdr_array.c - XDR primatives for arrays */ /* Copyright 1984-1992 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01g,26may92,rrr the tree shu
www.eeworm.com/read/281673/9141744

cpp array3.cpp

//: C16:Array3.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Built-in types as template argume
www.eeworm.com/read/281673/9141779

cpp array2.cpp

//: C16:Array2.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Non-inline template definition #
www.eeworm.com/read/183446/9158572

cpp ds_array.cpp

#include "ds_head.h" #include "ds_array.h" BOOL DSA_CreateArray( DS_ARRAY* me, UINT count, UINT size ) { if( count head = malloc( size*count ); if( me->head
www.eeworm.com/read/183446/9158580

h ds_array.h

#ifndef __DS_ARRAY_H__ #define __DS_ARRAY_H__ typedef struct { void* head; UINT size; UINT count; }DS_ARRAY; BOOL DSA_CreateArray( DS_ARRAY* me, UINT count, UINT size ); B
www.eeworm.com/read/182616/9198442

ppt 4array.ppt

www.eeworm.com/read/379061/9209329

java array-02.java

//=====================程序描述================== //程序名称:array-02.java //程序目的:员工工资查询系统 //作者:张中强 //=====================程序描述================== class array02 { public st