代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/240295/13226519
h array.h
#ifndef __ARRAY_H__
#define __ARRAY_H__
#define MAX_ELEMENT 100
class CArray
{
public:
CArray();
~CArray();
bool Add(int nElement);
int Get(int nIndex);
void Reset();
bool
www.eeworm.com/read/138257/13244751
c array.c
/* Simple array program */
#include
void main()
{
int x,f;
char input[3]; //for storing text input
int favs[4]; //five items in array
printf("Please enter five of your favor
www.eeworm.com/read/239763/13258147
java array.java
// array.java
// demonstrates Java arrays
// to run this program: C>java arrayApp
////////////////////////////////////////////////////////////////
class ArrayApp
{
public static void main(
www.eeworm.com/read/137973/13275815
h array.h
#ifndef ARRAY_CLASS
#define ARRAY_CLASS
#include
template
class Array
{
private:
T *pList;
int nSize;
public:
Array(int size=50)
{
assert(size>0);
nSize
www.eeworm.com/read/137955/13276079
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)
.cprestore 2
www.eeworm.com/read/137955/13276162
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 dword ptr (-4)[eb
www.eeworm.com/read/137955/13276304
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(%ebp),%edi
movl -8
www.eeworm.com/read/137955/13276359
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/137955/13276391
array.0
www.eeworm.com/read/137955/13276661
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,$