代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/231652/14224700

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/231652/14224785

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/231652/14225161

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/231652/14225219

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/231652/14225275

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/129636/14234912

m exm030131_1.m

clear S=['This string array ' 'has multiple rows.'] size(S)
www.eeworm.com/read/128628/14285673

c arraytwo.c

#include void main(void) { int count[10]; float salaries[5]; long distances[10]; printf("Address of the array count is %x &count is %x\n", count, &count); p
www.eeworm.com/read/128628/14285764

c arrayadd.c

#include void main(void) { int count[10]; float salaries[5]; long distances[10]; printf("Address of the array count is %x\n", count); printf("Address of the array
www.eeworm.com/read/229308/14345896

java vectorfield.java

/* 3D FDTD PACKAGE in Java by Stephen Kirkup ========================================== MARK 1. Released January 2005 This file: VectorField.java (part of the pre-processor) FDTDpre.java
www.eeworm.com/read/127293/14363264

prg ys.prg

use zbtx local a(6,1) local ap(6,6) copy to array a fields zbq use for i=1 to 6 for j=1 to 6 if a(j,1)=0 ap(i,j)=0 else if a(i,1)=0