代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/361993/2942098
h array.h
// Array.h: interface for the CArray class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ARRAY_H__4B90A0FC_7328_49B8_97A9_CB29434FF05A__INCLUDED_)
#
www.eeworm.com/read/361804/2943016
h array.h
/**
@file Array.h
@maintainer Morgan McGuire, graphics3d.com
@cite Portions written by Aaron Orenstein, a@orenstein.name
@created 2001-03-11
@edited 2005-09-12
Copyright 20
www.eeworm.com/read/360437/2961851
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/360431/2963254
c array.c
#include "common.h"
#include
/* Test using array binding */
static char software_version[] = "$Id: array.c,v 1.14 2007/11/26 06:25:11 freddy77 Exp $";
static void *no_unused_var_warn[] =
www.eeworm.com/read/360431/2963302
dsp array.dsp
# Microsoft Developer Studio Project File - Name="array" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/359756/2972540
h array.h
/*
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation
www.eeworm.com/read/358128/3001243
pm array.pm
package TAP::Parser::Iterator::Array;
use strict;
use TAP::Parser::Iterator ();
use vars qw($VERSION @ISA);
@ISA = 'TAP::Parser::Iterator';
=head1 NAME
TAP::Parser::Iterator::Array - Internal TAP::
www.eeworm.com/read/358128/3001341
pm array.pm
package Tie::Array;
use 5.006_001;
use strict;
use Carp;
our $VERSION = '1.03';
# Pod documentation after __END__ below.
sub DESTROY { }
sub EXTEND { }
sub UNSHIFT { scalar shift->SPLICE(0,0,@_) }