代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/470693/1466376
java array.java
// FileDescriptor.java - Open file or device
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj
www.eeworm.com/read/470693/1466856
java array.java
/* Array.java -- Interface for accessing SQL array object
Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can
www.eeworm.com/read/466839/1508854
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/462670/1543662
as array-properties.as
// makeswf -v 7 -r 1 -o array-properties-7.swf array-properties.as
#include "trace_properties.as"
var a = new Array ();
var b = [];
trace_properties (_global.Array, "_global", "Array");
trace_prope
www.eeworm.com/read/462670/1543673
as array2.as
// makeswf -v 6 -r 1 -o array2-6.swf array2.as
// makeswf -v 7 -r 1 -o array2-7.swf array2.as
// TODO: version 5 compatible version, inserting and reading, sorton
// define our own function to print
www.eeworm.com/read/462670/1543719
as array-new.as
// makeswf -v 7 -s 200x150 -r 1 -o array-new.swf array-new.as
trace ("Check how \"Array\" and \"new Array\" react to parameters");
#include "values.as"
// check default values first
for (i = 0; i
www.eeworm.com/read/460691/1558387
pm array.pm
package Tie::Array;
use vars qw($VERSION);
use strict;
$VERSION = '1.00';
# Pod documentation after __END__ below.
sub DESTROY { }
sub EXTEND { }
sub UNSHIFT { shift->SPLICE(0,0
www.eeworm.com/read/457670/1595639
cc array.cc
#include
using namespace std;
int a[2][2] = {0, 1, 2, 3};
void test(int *array, int index) {
cout