代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4973666
c array.c
/*
* linux/fs/proc/array.c
*
* Copyright (C) 1992 by Linus Torvalds
* based on ideas by Darren Senn
*
* Fixes:
* Michael. K. Johnson: stat,statm extensions.
*
www.eeworm.com/read/207991/4999107
c array.c
#line 96 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/array.mx"
/*============================================================================*/
#include "mal_config.h"
www.eeworm.com/read/207991/4999146
mal array.mal
#line 32 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/array.mx"
module array;
#line 53 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/modules/kernel/arr
www.eeworm.com/read/207991/4999164
h array.h
/*============================================================================*/
#ifndef __array_h__
#define __array_h__
#include
#include /* to include BATmin and BATmax */
www.eeworm.com/read/207991/4999169
tmpmil array.tmpmil
PROC cons(int n,any::1 v) : bat[void,any::1] {
return project(grid(1,n,1,0),v);
}
ADDHELP("cons", "A.R. van Ballegooij", "Sep 20 2003",
"generates a bat with a constant column", "array");
PROC con
www.eeworm.com/read/207991/4999179
mx array.mx
@' The contents of this file are subject to the MonetDB Public License
@' Version 1.1 (the "License"); you may not use this file except in
@' compliance with the License. You may obtain a copy of the
www.eeworm.com/read/204713/5029788
java array.java
package jbe.micro;
import jbe.BenchMark;
import jbe.Execute;
public class Array extends BenchMark {
volatile static int[] arr;
volatile static int abc;
public Array() {
arr = new int[1024];
www.eeworm.com/read/204713/5030150
java array.java
package jvm;
public class Array extends TestCase {
public String getName() {
return "Array";
}
public boolean test() {
boolean ok = true;
int ia[] = new int[3];
int val = 1;
/*
Sy
www.eeworm.com/read/204140/5033397
hpp array.hpp
#ifndef _RAR_ARRAY_
#define _RAR_ARRAY_
extern ErrorHandler ErrHandler;
template class Array
{
private:
T *Buffer;
int BufSize;
int AllocSize;
public:
Array();
Arra