代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/221464/4832102
cpp bounded_array.cpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted
www.eeworm.com/read/221464/4832111
cpp unbounded_array.cpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted
www.eeworm.com/read/221464/4832122
cpp map_array.cpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted
www.eeworm.com/read/219395/4848355
c array_str.c
/* Ein Array einer Struktur */
#include
struct lagerverwaltung
{
long artikelnummer;
char artikelbezeichnung[100];
int anzahl_artikel;
};
int counter =
www.eeworm.com/read/217645/4867972
hpp scoped_array.hpp
#ifndef BOOST_SCOPED_ARRAY_HPP_INCLUDED
#define BOOST_SCOPED_ARRAY_HPP_INCLUDED
// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
// Copyright (c) 2001, 2002 Peter Dimov
//
// Permiss
www.eeworm.com/read/216802/4880628
c b_array.c
/*
* The builtin Array object.
* Copyright (c) 1998 New Generation Software (NGS) Oy
*
* Author: Markku Rossi
*/
/*
* This library is free software; you can redistribute it
www.eeworm.com/read/216705/4888750
h java_array.h
/* ^_^
*
* Copyright (c) 2006 Hexin
*
* Description:
* TODO:
* Create:
* Date Time Author
* ------------------------------------------------
* 2006-3-22 10:02
www.eeworm.com/read/215896/4900378
cc print-array.cc
#include
component Net
{
public:
outport void out(int);
inport void print();
int index;
};
void Net::print()
{
out(index);
}
component SensorNode
{
public:
Net a;
www.eeworm.com/read/213039/4930533
dsp array_static.dsp
# Microsoft Developer Studio Project File - Name="Array_Static" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x
www.eeworm.com/read/213039/4933384
h bool_array.h
// -*- C++ -*-
// Bool_Array.h,v 4.8 2002/04/11 02:39:17 ossama Exp
// Copyright (C) 1989 Free Software Foundation, Inc.
// written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
// This file