代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/184417/9101706
html drawarrays.html
NAME
glDrawArrays - render primitives from array data
C SPECIFICATION
void glDrawArray
www.eeworm.com/read/184417/9101771
html copytexsubimage2d.html
NAME
glCopyTexSubImage2D - copy a two-dimensional texture
subimage
C SPECIFICATION
void
www.eeworm.com/read/184417/9101961
html edgeflagpointer.html
NAME
glEdgeFlagPointer - define an array of edge flags
C SPECIFICATION
void glEdgeFlag
www.eeworm.com/read/184417/9102057
html copytexsubimage1d.html
NAME
glCopyTexSubImage1D - copy a one-dimensional texture
subimage
C SPECIFICATION
void
www.eeworm.com/read/184417/9102328
html fgldrawarrays.html
NAME
fglDrawArrays - render primitives from array data
FORTRAN SPECIFICATION
SUBROUTINE
www.eeworm.com/read/184417/9102374
html fglvertex.html
NAME
fglVertex2d, fglVertex2f, fglVertex2i, fglVertex2s,
fglVertex3d,
www.eeworm.com/read/184417/9102572
html fgledgeflagpointer.html
NAME
fglEdgeFlagPointer - define an array of edge flags
FORTRAN SPECIFICATION
SUBROUTINE
www.eeworm.com/read/184417/9102581
html fglcopytexsubimage1d.html
NAME
fglCopyTexSubImage1D - copy a one-dimensional texture
subimage
FORTRAN SPECIFICATION
S
www.eeworm.com/read/184327/9109470
pas ac1185.pas
program tju1185;
const
maxn=1000;
weight:array[1..8]of byte=(5,5,5,4,4,4,4,4);
zero=1e-9;
var
a:array[1..maxn,1..8]of byte;
sum1:array[1..maxn]of real;
sum2,rank:array[1..maxn]of w
www.eeworm.com/read/184327/9109563
pas ac1194.pas
program tju1194;
const
maxnum=100;
maxn=30;
maxk=300;
var
id:array[1..maxnum]of byte;
len:array[1..maxn,1..maxn]of byte;
start,fin:array[1..maxk]of longint;
time:array[0..maxn]o