代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/367160/9777290
f zgbt05.f
SUBROUTINE ZGBT05( TRANS, N, KL, KU, NRHS, AB, LDAB, B, LDB, X,
$ LDX, XACT, LDXACT, FERR, BERR, RESLTS )
*
* -- LAPACK test routine (version 3.1) --
* Univ. of T
www.eeworm.com/read/367160/9777339
f sgbt05.f
SUBROUTINE SGBT05( TRANS, N, KL, KU, NRHS, AB, LDAB, B, LDB, X,
$ LDX, XACT, LDXACT, FERR, BERR, RESLTS )
*
* -- LAPACK test routine (version 3.1) --
* Univ. of T
www.eeworm.com/read/367160/9777640
f ctbt03.f
SUBROUTINE CTBT03( UPLO, TRANS, DIAG, N, KD, NRHS, AB, LDAB,
$ SCALE, CNORM, TSCAL, X, LDX, B, LDB, WORK,
$ RESID )
*
* -- LAPACK test routine
www.eeworm.com/read/367160/9777950
f stpt03.f
SUBROUTINE STPT03( UPLO, TRANS, DIAG, N, NRHS, AP, SCALE, CNORM,
$ TSCAL, X, LDX, B, LDB, WORK, RESID )
*
* -- LAPACK test routine (version 3.1) --
* Univ. of Ten
www.eeworm.com/read/367160/9778353
f cgbt05.f
SUBROUTINE CGBT05( TRANS, N, KL, KU, NRHS, AB, LDAB, B, LDB, X,
$ LDX, XACT, LDXACT, FERR, BERR, RESLTS )
*
* -- LAPACK test routine (version 3.1) --
* Univ. of T
www.eeworm.com/read/415218/11080291
h heap.h
/* $Id: heap.h 800 2008-02-26 22:32:04Z mpf $ */
#ifndef __HEAP_H__
#define __HEAP_H__
#define swap_double(a,b) { double c; c = (a); (a) = (b); (b) = c; }
/*
\brief Perform the "sift" operation f
www.eeworm.com/read/269737/11080427
cpp mandel.cpp
#define WANT_MATH
#define WANT_STREAM
#include "include.h"
#include "array1.h"
#include "cx.h"
// Consider the sequence of complex numbers
// z[0] =0; z[n+1] = z[n] ** 2 + c
// where
www.eeworm.com/read/413871/11138612
c misc.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/411683/11232772
c 4-7.c
#include
int main()
{
int a[2][4] = { {1,2,3,4},{5,6,7,8} };
int b[4][2],i,j;
printf("array a:\n");
for(i=0;i
www.eeworm.com/read/147676/12540120
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
com