代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/179911/5300118
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/179311/5305816
h array.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/179153/5309400
pm array.pm
#
# $Id: Array.pm,v 1.4 2006/04/26 21:20:48 gomor Exp $
#
package Class::Gomor::Array;
use strict;
use warnings;
our $VERSION = '1.00';
require Class::Gomor;
our @ISA = qw(Class::Gomor);
no strict
www.eeworm.com/read/178760/5313571
c array.c
/** array test
type: char, int
storage: xdata, code,
*/
#include
#define TC(x) (0x10+(x))
#define TI(x) (0x1020+(x) + 0x100*(x))
#define TL(x) (0x10203040+(x))
const {storage} un
www.eeworm.com/read/177407/5326026
java array.java
/*
* Copyright (c) 1999 The Java Apache Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo
www.eeworm.com/read/176663/5335551
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
www.eeworm.com/read/170266/5405630
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
www.eeworm.com/read/169602/5419475
hpp array.hpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/169327/5424429
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/168845/5431701
hpp array.hpp
// (C) Copyright Jonathan Turkanis 2004.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)