代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/204040/5035435

inc array.inc

;*** ; array.inc - 12-Nov-86 - far memory and array descriptors ; ; Copyright 1986, Microsoft Corporation ; ;Purpose: ; Contains the definition of the array and far heap descriptors. ; ;
www.eeworm.com/read/204040/5035747

inc array.inc

;*** ; array.inc - 12-Nov-86 - far memory and array descriptors ;*** .XLIST ;*** ; ; Copyright 1986, Microsoft Corporation ; ;Purpose: ; Contains the definition of the array and far heap
www.eeworm.com/read/203702/5039747

cxx array.cxx

/*++ Copyright (c) 1990-1999 Microsoft Corporation Module Name: array.cxx Abstract: This module contains the definition for the ARRAY class. ARRAY is a concrete
www.eeworm.com/read/202805/5045494

h array.h

/* $Id: array.h 987 2007-02-20 15:26:55Z bennylp $ */ /* * Copyright (C)2003-2007 Benny Prijono * * This program is free software; you can redistribute it and/or modify *
www.eeworm.com/read/202805/5045544

c array.c

/* $Id: array.c 987 2007-02-20 15:26:55Z bennylp $ */ /* * Copyright (C)2003-2007 Benny Prijono * * This program is free software; you can redistribute it and/or modify *
www.eeworm.com/read/202764/5046521

h array.h

//---------------------------------------------------------------------------------------------- // Sequential Prediction Demo: The positioning pattern // // Author: Fri Mommersteeg // Date:
www.eeworm.com/read/202764/5046540

h array.h

//---------------------------------------------------------------------------------------------- // Sequential Prediction Demo: The positioning pattern // // Author: Fri Mommersteeg // Date:
www.eeworm.com/read/202764/5046559

h array.h

//---------------------------------------------------------------------------------------------- // Sequential Prediction Demo: The positioning pattern // // Author: Fri Mommersteeg // Date:
www.eeworm.com/read/202075/5054625

java array.java

/** * This file is generated by BorlandXML. */ package com.prudsys.pdm.Adapters.PmmlVersion20; /** * The Array class represents the element "Array" with the content * model defined as fo
www.eeworm.com/read/198784/5082292

h array.h

#ifndef _ARRAY_H_ #define _ARRAY_H_ #include "comhead.h" #include #include "iostream" template class CArray { private: T * m_pData; UINT m_nSize; //The array