代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/294461/8224708
h array.h
#ifndef ARRAY_H
#define ARRAY_H
// #include
#include
template class Array;
template ostream&
operator
www.eeworm.com/read/294461/8224716
c array.c
#ifndef ARRAY_C
#define ARRAY_C
#include
#include "Array.h"
template
const int Array::DefaultArraySize = 12;
template
void Array
www.eeworm.com/read/294317/8241419
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/294317/8241696
cpp array.cpp
#include
int ColToRow(int k,int n)
{
int i=k,j=0;
while (i>j)
i-=++j;
return i*n+j-i*(i+1)/2;
}
void trans(int b[],int n)
{
int m,k,r,c,w;
m=(n+1)*n/2-4;
k=2;
wh
www.eeworm.com/read/393211/8304629
mat array.mat
www.eeworm.com/read/292938/8322011
h array.h
#ifndef __ARRAY_H
#define __ARRAY_H
#include
using namespace std;
const float grow = 2;
template
class Array{
friend ostream& operator
www.eeworm.com/read/292938/8322037
cc array.cc
#include
#include
#include "assoc.h"
#include "Array.h"
#include "Graph.h"
#include "Util.h"
#include "Itemset.h"
#include "List.h"
#include "hashtable.h"
#ifdef SGI
/////////T
www.eeworm.com/read/173932/9629587
m array.m
function varargout = array(varargin)
% ARRAY M-file for array.fig
% ARRAY, by itself, creates a new ARRAY or raises the existing
% singleton*.
%
% H = ARRAY returns the handle to a
www.eeworm.com/read/173932/9629596
fig array.fig
www.eeworm.com/read/172243/9718231
rc array.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////