代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/192849/8269660
c memdma_engine.c
#include ".\h_file\system.h"
extern ushort desc_array_S0[21];
extern ushort desc_array_D0[21];
memDMA_engine()
{
*pMDMA_S0_CURR_DESC_PTR = desc_array_S0;
*pMDMA_D0_CURR_DESC_PTR = desc_arr
www.eeworm.com/read/189186/8486124
h unitarray_second.h
//---------------------------------------------------------------------------
#ifndef Unitarray_secondH
#define Unitarray_secondH
//---------------------------------------------------------------
www.eeworm.com/read/361963/10026387
c insn_lookup.c
/*
* Cisco router simulation platform.
* Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
*
* Instruction Lookup Tables.
*/
#include
#include
#include
#include
www.eeworm.com/read/127438/6005485
c mpid_type_get_contents.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include
#include
#include
www.eeworm.com/read/336642/12427114
m uesprit.m
function doa = uesprit( x,d,N )
X=x.';
J1=[eye(N-1) zeros(N-1,1)]; % (N-1)*N
J2=[zeros(N-1,1) eye(N-1)];
Qn=unitary(N).';
Qn_1=unitary(N-1).';
Y=Qn'*X;
[U S V]=svd([real(Y) imag(Y)]);
www.eeworm.com/read/212001/15168580
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/211049/15187846
c _bellman_ford.c
/*******************************************************************************
+
+ LEDA 3.0
+
+
+ _bellman_ford.c
+
+
+ Copyright (c) 1992 by Max-Planck-Institut fuer Informatik
+ Im
www.eeworm.com/read/192089/8407435
cpp main13.cpp
// Section 16.13
// $ CC main13.cpp
/*
template Array class
try_array: initial array values:
( 10 )< 12, 7, 14, 9, 128, 17, 6, 3, 27, 5 >
try_array: after assignments:
( 10
www.eeworm.com/read/291235/8432312
cpp xpiksr2.cpp
#include
#include
#include
#include
#include "nr.h"
#include "print_array.h"
using namespace std;
// Driver for routine piksr2
int main(void)
{
www.eeworm.com/read/291235/8432592
cpp xsort2.cpp
#include
#include
#include
#include
#include "nr.h"
#include "print_array.h"
using namespace std;
// Driver for routine sort2
int main(void)
{