代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/490329/1200880
inl array.inl
/*----------------------------------------------------------------------
Copyright (c) 1998 Lee Alexander
Please see the file "licence.txt" for licencing details.
File: Array.h
Owner: leea
Purpo
www.eeworm.com/read/490329/1201088
h array.h
/*----------------------------------------------------------------------
Copyright (c) 1998 Lee Alexander
Please see the file "licence.txt" for licencing details.
File: Array.h
Owner: leea@pobox.
www.eeworm.com/read/490329/1201564
cpp array.cpp
#include
#include
#include
void hk_Array_Base::alloc_mem( int size, int num)
{
m_elems = hk_allocate( char, size * num, HK_MEMORY_CLASS_AR
www.eeworm.com/read/490329/1201566
inl array.inl
hk_Array_Base::hk_Array_Base()
{
}
template
hk_Array::hk_Array( int initial_size )
{
m_n_elems = 0;
if ( initial_size) {
m_memsize = initial_size;
m_elems = (char *)hk_
www.eeworm.com/read/490329/1201567
h array.h
#ifndef HK_BASE_ARRAY_H
#define HK_BASE_ARRAY_H
#ifndef HK_BASE_BASE_H
# error Include instead.
#endif
class hk_Array_Base
{
public:
inline hk_Array_Base();
protecte
www.eeworm.com/read/486812/1246912
java array.java
/*
* XML Type: Array
* Namespace: http://schemas.xmlsoap.org/soap/encoding/
* Java type: org.xmlsoap.schemas.soap.encoding.Array
*
* Automatically generated - do not modify.
*/
package o
www.eeworm.com/read/486812/1247126
java array.java
/*
* XML Type: Array
* Namespace: http://schemas.xmlsoap.org/soap/encoding/
* Java type: org.xmlsoap.schemas.soap.encoding.Array
*
* Automatically generated - do not modify.
*/
package o
www.eeworm.com/read/486608/1248327
rc array.rc
//Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
//
www.eeworm.com/read/486608/1248330
dsp array.dsp
# Microsoft Developer Studio Project File - Name="Array" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
www.eeworm.com/read/486608/1248332
h array.h
// Array.h : main header file for the ARRAY application
//
#if !defined(AFX_ARRAY_H__BFE1F3D4_3361_11D4_85B6_3ED14D000000__INCLUDED_)
#define AFX_ARRAY_H__BFE1F3D4_3361_11D4_85B6_3ED14D000000__IN