代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/493719/6389350

pas ac1171.pas

program ural1171; const maxn=16; dir:array[0..3]of char=('E','S','W','N'); oppodir:array[0..3]of char=('W','N','E','S'); var food,door:array[1..maxn,1..4,1..4]of byte; dp:array[0..16{
www.eeworm.com/read/493719/6389352

pas ac1167.pas

program ural1167; const maxn=500; var color:array[1..maxn]of byte; c:array[1..(maxn+1)*maxn div 2]of word; {c[p(x,y)] is the coefficient of unhappiness from the xth horse to the
www.eeworm.com/read/493719/6389386

pas ac1163.pas

{$Q-,R-} program ural1163; const r=0.8; zero=1e-6; var e:array[1..16]of word; x,y:array[1..16]of real; angle:array[1..30]of real; flag:array[1..30]of shortint; mask:array[1..16
www.eeworm.com/read/493722/6389436

pas ac1227.pas

program ural1227; const maxm=100; var d:array[1..maxm,1..maxm]of longint; v:array[1..maxm]of boolean; l1,l2:array[1..maxm]of longint; m,n,p,q,l,s,i:longint; procedure succeed; beg
www.eeworm.com/read/493722/6389468

pas ac1298.pas

program ural1298; const dx:array[1..8]of shortint=(-2,-1,-2,1,-1,2,1,2); dy:array[1..8]of shortint=(-1,-2,1,-2,2,-1,2,1); maxn=8; var v:array[1..maxn,1..maxn]of boolean; way:array[1..
www.eeworm.com/read/493723/6389523

pas ac1334.pas

program ural1334; const dx:array[1..8]of shortint=(-1,-1,-1,0,1,1,1,0); dy:array[1..8]of shortint=(-1,0,1,1,1,0,-1,-1); var a:array[0..9,0..9]of byte; i,x,y,d:byte; c:char; begin
www.eeworm.com/read/493401/6402359

c sort.c

/* sort.c * Test program to sort a large number of integers. * * Intention is to stress virtual memory system. * * Ideally, we could read the unsorted array off of the file system, * a
www.eeworm.com/read/492987/6403124

cpp gamasort.cpp

/* * Gamasort: from Joseph Gama * * This is a Radix Sort Exchange routine which will work only on * unsigned integers (unlike a general sorting function which * works based on comparisons).
www.eeworm.com/read/490828/6442949

cpp 7-4.cpp

#include void main() { int a[2][3]={{1,2,3},{4,5,6}}; int b[3][2],i,j; printf("array a:\n"); for (i=0;i
www.eeworm.com/read/490520/6446977

cpp 7-4.cpp

#include void main() { int a[2][3]={{1,2,3},{4,5,6}}; int b[3][2],i,j; printf("array a:\n"); for (i=0;i