代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/152752/12089507
sbk array.sbk
.global main
.section ".text"
.align 4
main:
save %sp,-144,%sp
mov %g0,%i4
.L2:
mov %g0,%i5
.L6:
sll %i5,2,%i2
sll %i4,4,%i1
set x,%i0
add %i1,%i0,%i1
smul %i4,1000,%i0
add %i0,%i5,%i0
www.eeworm.com/read/255284/12090318
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/255284/12090340
fig array.fig
www.eeworm.com/read/152362/12119942
array_change
www.eeworm.com/read/340608/12144041
cpp array.cpp
/****************************************************************************/
/* array v2.54 */
/* Copyright (c) 1996-2004 Texas Instru
www.eeworm.com/read/253867/12179747
h array.h
#ifndef ARRAY_H
#define ARRAY_H
#include
using std::ostream;
using std::cout;
using std::endl;
template class Array;
template ostream&
www.eeworm.com/read/253867/12179752
cpp array.cpp
#include
#include "Array.h"
template
const int Array::DefaultArraySize = 12;
template
void Array::init( const elemType
www.eeworm.com/read/253867/12179982
h array.h
#ifndef ARRAY_H
#define ARRAY_H
// #include
#include
template class Array;
template ostream&
operator