代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/306645/13740617
gif array.gif
www.eeworm.com/read/306202/13749682
cpp array.cpp
//Program ex7 数组与指针 让加密的文字加密
//设计者 古槿
#include "stdio.h"
#include "conio.h"
#include "stdlib.h"
#include "malloc.h"
#define N 99
int main(void)
{
char input[100];
char * pdelta;
short
www.eeworm.com/read/305812/13760487
dat array.dat
www.eeworm.com/read/304851/13784937
c array.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
Code for handling arrays with can grow dynam
www.eeworm.com/read/303512/13813942
m array.m
% array.m - gain computation for 1D equally-spaced isotropic array
%
% Usage: [g, phi] = array(d, a, Nph);
%
% d = array spacing in units of lambda
% a = row vector of array weights
% Nph =
www.eeworm.com/read/302895/13824940
gif array.gif
www.eeworm.com/read/302717/13828264
java array.java
// array.java
// demonstrates Java arrays
// to run this program: C>java arrayApp
////////////////////////////////////////////////////////////////
class ArrayApp
{
public static void main(
www.eeworm.com/read/302155/13840966
c array.c
/* Implementation of arrays that can grow. */
/* Copyright (C) 1997 Andrew McCallum
Written by: Andrew Kachites McCallum
This file is part of the Bag-Of-Words Library,
www.eeworm.com/read/136107/13872371
cm array.cm
void invert(int array[], int n)
{
int i;
i = n - 1;
while (i >= 0)
{
output(array[i]);
i = i - 1;
}
return;
}
void printarray(int array[], int n)
{
int i;
i = 0;
while (i