代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/366524/9810319
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/366524/9810376
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/365949/9838608
cpp bubblepr.cpp
//这个程序在本书所带软盘中。文件名为BUBBLEPR.CPP
//这个程序利用指针和间接操作符,通过冒泡排序法将数组单元值从小到大排序。
#include
#include //这个头文件支持随机函数rand()
#define max 10
void main(void)
{
void initialize(in
www.eeworm.com/read/360863/10074498
c mem.c
#include "mem.h"
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*
* Mow-Song, Ng
www.eeworm.com/read/360487/10090292
java 快速排序.java
public class qsort {
//private int m,n;
//private int array[] = new int[n];
public static void sort (int array1[], int m, int n )
{ int splitpoint;
int low = m;
www.eeworm.com/read/360206/10106473
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/162511/10299339
c shape_i8.c
/* Implementation of the SHAPE intrinsic
Copyright 2002 Free Software Foundation, Inc.
Contributed by Paul Brook
This file is part of the GNU Fortran 95 runtime library (libgfor
www.eeworm.com/read/162511/10299660
c shape_i4.c
/* Implementation of the SHAPE intrinsic
Copyright 2002 Free Software Foundation, Inc.
Contributed by Paul Brook
This file is part of the GNU Fortran 95 runtime library (libgfor
www.eeworm.com/read/162511/10299665
c shape_i16.c
/* Implementation of the SHAPE intrinsic
Copyright 2002 Free Software Foundation, Inc.
Contributed by Paul Brook
This file is part of the GNU Fortran 95 runtime library (libgfor