代码搜索:Microphone array

找到约 10,000 项符合「Microphone array」的源代码

代码结果 10,000
www.eeworm.com/read/358751/10180407

pas kimbits.pas

{ ID:maigoak1 PROG:kimbits } program kimbits; const maxn=31; var fin,fout:text; s:array[0..maxn-1,0..maxn-1]of int64; {s[x,y] means the number of x-bit strings with at most y 1s}
www.eeworm.com/read/358250/10193390

m music_spectrum.m

function P = music(Y,M,d,Lamda,angle,K) %MUSIC Multiple Signal Classification Method for direction finding. % % Usage: P = music(Y,M,d,Lamda,angle,K) % %Input parameters: % % Y -
www.eeworm.com/read/358191/10194288

out minheap.out

Elements in array order The 3 elements are 5 20 10 Insert of 15 succeeded An insert has failed Elements in array order The 4 elements are 5 15 10 20 The min element is 5 Deleted min elemen
www.eeworm.com/read/358191/10194462

out maxheap.out

Elements in array order The 3 elements are 20 10 5 Insert of 15 succeeded An insert has failed Elements in array order The 4 elements are 20 15 5 10 The max element is 20 Deleted max eleme
www.eeworm.com/read/358191/10194496

readme

LIST OF ALL C++ PROGRAMS All programs were originally developed and tested using Borland C++ version 5.01 for Windows 95. The codes in this directory have been altered as necessary so that they
www.eeworm.com/read/358191/10194572

cpp insert.cpp

// insert into a sorted array #include template void Insert(T a[], int& n, const T& x) {// Insert x into the sorted array a[0:n-1]. // Assume a is of size > n int
www.eeworm.com/read/357734/10202107

cpp c34.cpp

// c34.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "Array.h" #include int main(int argc, char* argv[]) { int width = 5; int le
www.eeworm.com/read/357227/10213409

c shapiro.c

/* * $Log: shapiro.c,v $ * Revision 1.1 2000/05/03 14:30:04 bjc97r * Initial revision * * */ char *_shapiro_id = "$Id: shapiro.c,v 1.1 2000/05/03 14:30:04 bjc97r Exp $"; #include #
www.eeworm.com/read/356303/10232183

c twodim.c

# include void main() { int array[16][16]; int i, j, k, m, n; /* 变量初始化 */ m = 1; while(m == 1) { printf("请输入n(0
www.eeworm.com/read/356292/10232322

c twodim.c

# include void main() { int array[16][16]; int i, j, k, m, n; /* 变量初始化 */ m = 1; while(m == 1) { printf("请输入n(0