代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/395929/2430445

c array.c

int x[3][4], *y[3]; main() { int z[3][4]; int i, j, *p; for (i = 0; i < 3; i++) { for (j = 0; j < 4; j++) x[i][j] = 1000*i + j; y[i] = x[i]; } f(); for (i = 0; i < 3; i++) { y[i] = p
www.eeworm.com/read/395929/2430792

sbk array.sbk

.globl main .text .text .ent main main: ldgp $gp,0($27) lda $sp,-144($sp) .mask 0x4007000,-120 .frame $sp,144,$26,48 stq $12,0($sp) stq $13,8($sp) stq $14,16($sp) stq $26,24($sp) .prologue 1 mov $31,$
www.eeworm.com/read/395929/2430933

sbk array.sbk

.global main .section ".text" .align 4 main: save %sp,-144,%sp mov %g0,%i4 .L2: mov %g0,%i5 .L6: sll %i5,2,%i2 sll %i4,4,%i1 set x,%i0 add %i1,%i0,%i1 smul %i4,1000,%i0 add %i0,%i5,%i0 st %i0,[%i2+%i1
www.eeworm.com/read/394317/2458745

js array.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens
www.eeworm.com/read/393721/2465676

hpp array.hpp

/* Copyright (C) 2003 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fou
www.eeworm.com/read/393718/2466957

hpp array.hpp

/* Copyright (C) 2003 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fou
www.eeworm.com/read/393716/2468457

hpp array.hpp

/* Copyright (C) 2003 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fou
www.eeworm.com/read/393713/2469791

hpp array.hpp

/* Copyright (C) 2003 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fou
www.eeworm.com/read/393710/2471120

hpp array.hpp

/* Copyright (C) 2003 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fou
www.eeworm.com/read/387667/2557413

h array.h

/*------------------------------------------------------------------------- * * array.h * Declarations for Postgres arrays. * * A standard varlena array has the following internal structure: *