代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/106670/15630744
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/105882/15656128
sl varray.sl
% This file shows how to use the varray-module to treat a file as an
% array of objects.
import ("varray");
% First of all, create an array of doubles
static variable x = [1:1000.0:1.0];
% and write
www.eeworm.com/read/105103/15678064
c adi_b2.c
/* ADI_B2.C - Module that shows new features in the ADuC B2 device*/
#include
#include
#include
#include
#ifdef MONITOR51
www.eeworm.com/read/103443/15732151
cpp bubblepr.cpp
//这个程序在本书所带软盘中。文件名为BUBBLEPR.CPP
//这个程序利用指针和间接操作符,通过冒泡排序法将数组单元值从小到大排序。
#include
#include //这个头文件支持随机函数rand()
#define max 10
void main(void)
{
void initialize(in
www.eeworm.com/read/103430/15732654
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/103430/15732700
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/103374/15735785
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/103374/15735831
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/103337/15736503
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/103335/15736595
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