代码搜索:Microphone array

找到约 10,000 项符合「Microphone array」的源代码

代码结果 10,000
www.eeworm.com/read/253411/12224672

31 fig15.31

#include "apue.h" #include #define ARRAY_SIZE 40000 #define MALLOC_SIZE 100000 #define SHM_SIZE 100000 #define SHM_MODE 0600 /* user read/write */ char array[ARRAY_SIZE]; /* uninitialize
www.eeworm.com/read/253407/12225784

c tshm.c

#include "apue.h" #include #define ARRAY_SIZE 40000 #define MALLOC_SIZE 100000 #define SHM_SIZE 100000 #define SHM_MODE 0600 /* user read/write */ char array[ARRAY_SIZE]; /* uninitialize
www.eeworm.com/read/338832/12278625

pl bpigeon.pl

/*-------------------------------------------------------------------------*/ /* Benchmark (Boolean) */ /*
www.eeworm.com/read/130620/14180632

php rpn.php

www.eeworm.com/read/127382/14357153

c tshm.c

#include #include #include #include "ourhdr.h" #define ARRAY_SIZE 40000 #define MALLOC_SIZE 100000 #define SHM_SIZE 100000 #define SHM_MODE (SHM_R | SHM
www.eeworm.com/read/224892/14564651

cs morphologic.bitmap.cs

using System; using System.Drawing; namespace PhotoSprite.ImageProcessing { public partial class Morphologic : GrayProcessing { /*******************************************************
www.eeworm.com/read/223794/14617720

js setarray.js

function setArrays() { content1Array = new Array(); content1Array[0] = "content/intro1_column1.html"; content1Array[1] = "content/intro2_column1.html"; content1Array[2] = "con
www.eeworm.com/read/216898/14987357

cc complex.cc

/*************************************************************************** * blitz/array/complex.cc Special functions for complex arrays * * Copyright (C) 1997-2001 Todd Veldhuizen
www.eeworm.com/read/216898/14988096

cpp matthias-troyer-2.cpp

#include BZ_USING_NAMESPACE(blitz) //declaration of the stencil kinEnergy BZ_DECLARE_STENCIL2(kinEnergy,A,B) B=Laplacian3D(A); BZ_END_STENCIL_WITH_SHAPE(shape(-1,-1,-1),shape(+1,+1,+
www.eeworm.com/read/115260/15019680

cpp fig4_2.cpp

//fig4_2.cpp //测试简单类Array的程序 #include #include "array.h" main() { //还没有对象 cout