代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/204471/15337944
rc array.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/204471/15337946
ico array.ico
www.eeworm.com/read/204471/15337950
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/204471/15337955
h array.h
// Array.h : main header file for the ARRAY application
//
#if !defined(AFX_ARRAY_H__72D68287_E877_11D4_A58E_B76E50402671__INCLUDED_)
#define AFX_ARRAY_H__72D68287_E877_11D4_A58E_B76E50402671__IN
www.eeworm.com/read/204471/15337956
clw array.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CArrayView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Array.h
www.eeworm.com/read/204471/15337960
cpp array.cpp
// Array.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Array.h"
#include "MainFrm.h"
#include "ArrayDoc.h"
#include "ArrayView.h"
#ifdef _DEBUG
www.eeworm.com/read/204471/15337961
dsw array.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/201037/15417860
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/201037/15417862
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/113400/15456804
h array.h
//-< ARRAY.H >-------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Sy