代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/143089/12899230
cpp array.cpp
//: C16:Array.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "../require.h"
#include
www.eeworm.com/read/243950/12905148
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/243950/12905187
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/243950/12905201
swf array.swf
www.eeworm.com/read/243950/12905363
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/243369/12945974
h array.h
//-< ARRAY.H >-------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/242561/12998952
dsw array.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/328267/13036757
h array.h
//-< ARRAY.H >-------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Sy
www.eeworm.com/read/242043/13097364
h array.h
template
class Array
{
private:
T *arr;
int size;
public:
Array(int sz = 100);
Array(const Array& a);
~Array(void);
int Size(void)const;
void operator=(const Array