代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/236371/14018412
cpp process.cpp
#include
#include
#define ESC 27
#define SPACE 32
#define COMMAND_COUNT 6
#define W_PROCEEE_ARRAY_LENGTH 15
#define PRINTPCB printf("%d\t%s\t%d\t%d\t%s",q->pcb,q->name,
www.eeworm.com/read/204559/15337126
c main03.c
#include "Array_S.C"
#include "try_array.C"
#include
main()
{
static int ia[ 10 ] = { 12,7,14,9,128,17,6,3,27,5 };
static string sa[ 7 ] = {
"Eeyore", "Pooh", "Tigger",
www.eeworm.com/read/204559/15337129
c main02.c
#include "Array_RC.C"
#include "try_array.C"
main()
{
static int ia[10] = { 12,7,14,9,128,17,6,3,27,5 };
Array_RC iA( ia,10 );
cout
www.eeworm.com/read/110325/15536496
h example1type.h
// ---------------------------
// User defined types
// ---------------------------
typedef struct _VBApp {
char *Path;
DWORD hInstance;
DWORD ThreadID;
DWORD StartMode;
char *Title;
www.eeworm.com/read/107624/15604554
cpp 模板数组查询.cpp
#include
#include
#include
enum Logical{FALSE,TRUE};
template< class T,int nSize >
class myArray
{
public:
myArray(T InitVal);
T &operator[](int nInd
www.eeworm.com/read/379442/9197342
m capon.m
clear all;
clc;
%所需信号来自ang1度方向,而干扰信号来自ang2度方向,频率为freq=30MHZ,也即波长为wavelength=10米。阵元之间的间距为dist=wavelength/2米,
%假设阵列有30个阵元组成,记右边第一个阵元接收的信号为Sd,则第二个阵元接收的信号为Sd*EXP(-i*2*pi*d*sin(ang)/wavelength),
%以此类推下
www.eeworm.com/read/182449/9203811
cpp testdoc.cpp
// testDoc.cpp : implementation of the CTestDoc class
//
#include "stdafx.h"
#include "test.h"
#include "testDoc.h"
#include "DataInput.h"
#include "ValueInput.h"
#include "MyTestDlg.h"
www.eeworm.com/read/416133/11040164
cpp testdoc.cpp
// testDoc.cpp : implementation of the CTestDoc class
//
#include "stdafx.h"
#include "test.h"
#include "testDoc.h"
#include "DataInput.h"
#include "ValueInput.h"
#include "MyTestDlg.h"
www.eeworm.com/read/331642/12817085
cpp testdoc.cpp
// testDoc.cpp : implementation of the CTestDoc class
//
#include "stdafx.h"
#include "test.h"
#include "testDoc.h"
#include "DataInput.h"
#include "ValueInput.h"
#include "MyTestDlg.h"