代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/409272/11337555
c sum_2d.c
#include
long sum_array(int array[], int elements)
{
long sum = 0;
int i;
for (i = 0; i < elements; i++)
sum += array[i];
return(sum);
}
void main(voi
www.eeworm.com/read/409272/11337634
c hugeint.c
#include
#include
void main (void)
{
long int i;
int huge *big_array;
if ((big_array = (int huge *) halloc (100000L,
sizeof(long int))) == NULL)
www.eeworm.com/read/263791/11342062
c mem.c
#include "mem.h"
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*
* Mow-Song, Ng
www.eeworm.com/read/408881/11366308
java arrayexample.java
/*
This demonstrates how to make array of arrays
of different length.
It 1. uses VARRAY to create an array type of different
length.
2. creates a table to store data of above arra
www.eeworm.com/read/406664/11437810
cpp min4.cpp
// Section 10.3
// $ CC min4.cpp
/*
minimum value is: 3
*/
#include "Array.h"
#include "ArrayRC.h"
#include "Array.cpp"
#include "ArrayRC.cpp"
template
Type min4
www.eeworm.com/read/406664/11437917
c main01.c
#include "Array.C"
#include "try_array.C"
#include
int main()
{
static int ia[] = { 12,7,14,9,128,17,6,3,27,5 };
static double da[] = {12.3,7.9,14.6,9.8,128.0 };
static s
www.eeworm.com/read/406664/11437926
c main2.c
// #include
#include
#include "Array.C"
/**
**
[ 0 ] ia: 0 ca: a da: 0
[ 1 ] ia: 1 ca: b da: 1.75
[ 2 ] ia: 2 ca: c da: 3.5
[ 3 ] ia: 3 ca:
www.eeworm.com/read/406613/11439044
c hugeint.c
#include
#include
void main (void)
{
long int i;
int huge *big_array;
if ((big_array = (int huge *) halloc (100000L,
sizeof(long int))) == NULL)
www.eeworm.com/read/404739/11479386
m hourglassrec.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% SurfBox-MATLAB (c)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Yue Lu and Minh N.