代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/190618/8440306
c sort.c
/*************************************************************
* sort.c
* The standard bubble sort benchmark. This demonstrates
* some of the compiler's common-subexpression elimination
* capa
www.eeworm.com/read/289731/8531766
cpp main13.cpp
// Section 16.13
// $ CC main13.cpp
/*
template Array class
try_array: initial array values:
( 10 )< 12, 7, 14, 9, 128, 17, 6, 3, 27, 5 >
try_array: after assignments:
( 10
www.eeworm.com/read/188512/8533128
cpp fig07_13.cpp
// Fig. 7.13: fig07_13.cpp
// Static arrays are initialized to zero.
#include
using std::cout;
using std::endl;
void staticArrayInit( void ); // function prototype
void automaticArr
www.eeworm.com/read/288910/8594425
cpp main13.cpp
// Section 16.13
// $ CC main13.cpp
/*
template Array class
try_array: initial array values:
( 10 )< 12, 7, 14, 9, 128, 17, 6, 3, 27, 5 >
try_array: after assignments:
( 10
www.eeworm.com/read/187542/8626876
cpp pgm04_04.cpp
//
// This file contains the C++ code from Program 4.4 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/429797/8788362
m sub_mean2.m
function [SP2, mean_array2, mean1, array_bins]=sub_mean2(SP, Fs, pps)
% % sub_mean: Removes the running average from a time record given a sampling rate and high pass cutoff frequency.
% %
% % S
www.eeworm.com/read/384965/8826283
cpp main13.cpp
// Section 16.13
// $ CC main13.cpp
/*
template Array class
try_array: initial array values:
( 10 )< 12, 7, 14, 9, 128, 17, 6, 3, 27, 5 >
try_array: after assignments:
( 10
www.eeworm.com/read/284676/8910303
cpp xt8-5-2.cpp
//xt8-5-2.cpp(arraymax.cpp)
#include
using namespace std;
#include "xt8-5.h"
void Array_max::set_value()
{ int i;
for (i=0;i>array[i];
}
void Array_max::ma
www.eeworm.com/read/426666/9006711
c misc.c
#include "in.h"
#include "func.h"
/*-------------------------------------------------------------------
* Function: readArray
* Purpose: read in the contents of the array A
* Input arg: n, th
www.eeworm.com/read/283498/9016524
asm pgm6_10.asm
; Conditional JMP Instructions, Part II
.386
option segment:use16
dseg segment para public 'data'
Array1 word 1, 2, 3, 4, 5, 6, 7, 8
Array2 word 8 dup (?)
String1 byte "This string