代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/314474/13566613
h array.h
/*
* Array.h --
* Extensible array class
*
* Copyright (c) 1995-2006 SRI International. All Rights Reserved.
*
* @(#)$Header: /home/srilm/devel/dstruct/src/RCS/Array.h,v 1.15 2006/01/09 18:11:1
www.eeworm.com/read/314474/13566634
cc array.cc
/*
* Array.cc --
* Extensible array implementation
*
*/
#ifndef _Array_cc_
#define _Array_cc_
#ifndef lint
static char Array_Copyright[] = "Copyright (c) 1995-2005 SRI International. All Rights
www.eeworm.com/read/312649/13606647
sbk array.sbk
.set reorder
.globl main
.text
.text
.align 2
.ent main
main:
.frame $sp,96,$31
.set noreorder
.cpload $25
.set reorder
addu $sp,$sp,-96
.mask 0xc2c00000,-64
sw $22,16($sp)
sw $23,20($sp
www.eeworm.com/read/312649/13606701
sbk array.sbk
.486
.model flat
extrn __fltused:near
extrn __ftol:near
public _main
_TEXT segment
_main:
push ebx
push esi
push edi
push ebp
mov ebp,esp
sub esp,60
mov dword ptr (-8)[ebp],0
L2:
mov dw
www.eeworm.com/read/312649/13606754
sbk array.sbk
.globl main
.text
.align 16
.type main,@function
main:
pushl %ebp
pushl %ebx
pushl %esi
pushl %edi
movl %esp,%ebp
subl $60,%esp
movl $0,-8(%ebp)
.LC2:
movl $0,-4(%ebp)
.LC6:
movl -4(%eb
www.eeworm.com/read/312649/13606776
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++) {
www.eeworm.com/read/312649/13606793
array.0
www.eeworm.com/read/312649/13606931
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)
.prologu
www.eeworm.com/read/312649/13607034
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
www.eeworm.com/read/311266/13632992
cpp array.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreem