代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/179813/9335892
cxx array.cxx
//-< ARRAY.CXX >-----------------------------------------------------*--------*
// POST++ Version 1.0 (c) 1998 GARRET * ? *
// (Persistent Object Storage)
www.eeworm.com/read/179813/9335938
h array.h
//-< ARRAY.H >-------------------------------------------------------*--------*
// POST++ Version 1.0 (c) 1998 GARRET * ? *
// (Persistent Object Storage)
www.eeworm.com/read/374502/9401873
h array.h
/*
* array.h -- header file for array.c
*
* Copyright 1993 Aaron Gifford
* Copyright 1995 EPIC Software Labs
* See the COPYRIGHT file for copyright information
*/
#ifndef __array_h__
#define _
www.eeworm.com/read/374502/9401942
c array.c
/* $EPIC: array.c,v 1.17 2003/10/31 08:19:24 crazyed Exp $ */
/*
* array.c -- Karll's Array Suite
*
* Copyright
www.eeworm.com/read/374502/9402234
data_array
# Array manipulation functions.
#
#
# General one liners. Brief description:
#
# The *item functions operate on one array element.
# The *items functions operate on as many elements as there are
www.eeworm.com/read/176251/9510676
bas array.bas
#!/ndc/palm/SmallBASIC/sbrun
? cat(1);"TEST:";cat(0);" Arrays, unound, lbound"
dim m(1 to 3, -1 to 1)
m(1, -1) = 1
m(2, 0) = 2
m(3, 1) = 3
if m(1,-1)1 then ? "ERR 1"
if m(2,0)2 then ? "ERR 2"
www.eeworm.com/read/370922/9575031
h array.h
#ifndef ARRAY_CLASS
#define ARRAY_CLASS
#include
template
class Array
{
private:
// 一个动态申请的包含 size 个元素的表
T *alist;
int size;
public:
// 构造函数和析构函数
A
www.eeworm.com/read/366195/9825474
hpp array.hpp
#ifndef _RAR_ARRAY_
#define _RAR_ARRAY_
extern ErrorHandler ErrHandler;
template class Array
{
private:
T *Buffer;
int BufSize;
int AllocSize;
public:
Array();
Arra
www.eeworm.com/read/169944/9830342
h array.h
// CArray.h: interface for the CArray class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _GOS_ARRAY_H_
#define _GOS_ARRAY_H_
////////////////////////////
www.eeworm.com/read/366065/9834689
n array.n
'\"
'\" Copyright (c) 1993-1994 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redist