代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/304611/3795972

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/304611/3796020

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/304285/3800596

class array.class

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|07 Mar 2005 05:25:36 -0000 vti_extenderversion:SR|5.0.2.2623 vti_lineageid:SR|{ADADEBA1-3DE8-4519-968C-3246B4515359} vti_cacheddtm:TX|07 Mar 2005 05
www.eeworm.com/read/303129/3815328

h array.h

#define MAXSIZE 1000 /*非零元素的个数最多为1000*/ /*稀疏矩阵三元组表的类型定义*/ typedef struct { int row,col; /*该非零元素的行下标和列下标*/ ElementType e; /*该非零元素的值*/ }Triple; typedef struct { Triple data[MA
www.eeworm.com/read/301877/3831041

h array.h

/* * array.h * * Linear Array Container classes. * * Portable Windows Library * * Copyright (c) 1993-1998 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public
www.eeworm.com/read/301781/3836713

java array.java

//$Id: Array.java,v 1.7.2.2 2003/11/09 01:46:25 oneovthafew Exp $ package net.sf.hibernate.mapping; import net.sf.hibernate.type.PersistentCollectionType; import net.sf.hibernate.type.TypeFactory; /
www.eeworm.com/read/299781/3850791

c array.c

/* * linux/fs/proc/array.c * * Copyright (C) 1992 by Linus Torvalds * based on ideas by Darren Senn * * stat,statm extensions by Michael K. Johnson, johnsonm@stolaf.edu */ #include
www.eeworm.com/read/298657/3859624

c array.c

/* WinBond bug report this is a compile test. At one time static arrays over 500 elements didn't work. We'll test both global and local array. If it compiles at all, it it passes. */ #incl
www.eeworm.com/read/298391/3866528

js array.js

/** * Title: 扩展Array * Description: * @copyright Copyright (c) xio.name 2006 * @author xio */ // /** * */ Array.prototype.setArray = function (array) { this.length = a
www.eeworm.com/read/298281/3873138

java array.java

package untitled2; import java.awt.*; import java.awt.event.*; import java.applet.*; public class array extends Applet { int i=1; int j=1; boolean isStandalone = false; /**Get a parameter va