代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/108103/6186024
vb array.vb
'**************************
' FastScript v1.0
' Arrays demo
'**************************
dim i, j
dim ar[10]
dim s
for i = 0 to 9
ar[i] = IntToStr(i)
next
s =
www.eeworm.com/read/108103/6186056
pas array.pas
{**************************}
{ FastScript v1.0 }
{ Arrays demo }
{**************************}
var
i, j: Integer;
ar: array[0..9] of String;
s: String;
begin
www.eeworm.com/read/104260/6204974
c array.c
/*
* java.lang.reflect.Array.c
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/104260/6205646
java array.java
/*
* Java core library component.
*
* Copyright (c) 1997, 1998, 2001, 2002
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage
www.eeworm.com/read/103451/6215534
h array.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/103143/6221149
h array.h
//----------------------------------------------------------------------------------------------
// Sequential Prediction Demo: The positioning pattern
//
// Author: Fri Mommersteeg
// Date:
www.eeworm.com/read/103143/6221168
h array.h
//----------------------------------------------------------------------------------------------
// Sequential Prediction Demo: The positioning pattern
//
// Author: Fri Mommersteeg
// Date:
www.eeworm.com/read/103143/6221187
h array.h
//----------------------------------------------------------------------------------------------
// Sequential Prediction Demo: The positioning pattern
//
// Author: Fri Mommersteeg
// Date:
www.eeworm.com/read/101082/6251056
mod array.mod
(*#@(#)array.mod 4.1 Ultrix 7/17/90 *)
module testarray;
from system import MAXINT;
type
CString = array @nocount of char;
Rec = record
sr : CString;
tr : array of char;
end;
Ptr = p
www.eeworm.com/read/101078/6253437
h array.h
//----------------------------------------------------------------------------------------------
// Sequential Prediction Demo: The positioning pattern
//
// Author: Fri Mommersteeg
// Date: