代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/111298/15515003
h array.h
template
class Array
{
private:
T *arr;
int size;
public:
Array(int sz = 100);
Array(const Array& a);
~Array(void);
int Size(void)const;
void operator=(const Array
www.eeworm.com/read/111298/15515005
cpp array.cpp
#include
#include
enum ErrorType{InvalidArraySize,MemoryAllocationError,IndexOutOfRange};
char *errorMsg[] = {"Invalid Array Size", "Memory Allocation Error", "Index Out O
www.eeworm.com/read/111105/15518004
h array.h
//array.h
//二维数组一维动态化+矩阵
//x[m][n] to x[long],return m*h+n
#define NULL 0
template
class Array
{
public :
Array()
{
IsEmpty=1;
}
Array(int m,int n); //二维数组定义(构造函数)
www.eeworm.com/read/110574/15529174
java array.java
import java.applet.Applet;
import java.awt.*;
import java.awt.event.*;
public class Array extends Applet implements ActionListener
{
Button sortbn=new Button("计算");
int Array1[][]={{1,2},{2
www.eeworm.com/read/109665/15552531
c array.c
unsigned char hex_data[4000000];
//unsigned char bin_data[2000000];
www.eeworm.com/read/108965/15569305
inc array.inc
;----------------------------------------------------------
; 作者:陈文尧
; 文件:Array.inc
; 版本:1.04
; 创建日期:2001.08.01
;----------------------------------------------------------
FARRAY struc
www.eeworm.com/read/106140/15646763
cpp array.cpp
// array.cpp: implementation of the array class.
//
//////////////////////////////////////////////////////////////////////
#include "array.h"
//#define debug
/////////////////////////////////////
www.eeworm.com/read/106140/15646767
h array.h
// array.h: interface for the array class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ARRAY_H__5EEC9419_F521_46AC_A79E_930C2C178B11__INCLUDED_)
#d
www.eeworm.com/read/105882/15656175
tm array.tm
\function{_isnull}
\synopsis{Check array for NULL elements}
\usage{Char_Type[] = _isnull (a[])}
\description
This function may be used to test for the presence of NULL elements
of an array. Spec
www.eeworm.com/read/105882/15656296
sl array.sl
_debug_info = 1; () = evalfile ("inc.sl");
print ("Testing array functions ...");
static variable A = [0:23];
static variable B = transpose(A);
static variable dims;
(dims,,) = array_info (B);
if