代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/122037/14725438
pas unit2.pas
unit Unit2;
interface
uses
unit1;
Procedure TRED2(var A:matrx2; N:integer;
var D:array of real;var E:array of real);
implementation
Procedure TRED2(var A:matrx2; N:
www.eeworm.com/read/122037/14725467
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
Procedure TRED2(var A:matrx2; N:integer;
var D:array of real;
www.eeworm.com/read/220447/14800292
txt polcof.txt
procedure POLCOF(XA, YA:array of real; N:integer; var COF:array of real);
var
X, Y:array[0..15] of real;
I,J,K:integer;
XMIN,DY:real;
begin
For J:=1 To N do
begin
X
www.eeworm.com/read/220368/14802827
bas declare.bas
Attribute VB_Name = "Declare"
Option Explicit
'---------------------------------------------------------------------------------
'This is where the global variables are defined.These variables need
www.eeworm.com/read/119982/14814636
c arraytwo.c
#include
void main(void)
{
int count[10];
float salaries[5];
long distances[10];
printf("Address of the array count is %x &count is %x\n",
count, &count);
p
www.eeworm.com/read/119982/14814690
c arrayadd.c
#include
void main(void)
{
int count[10];
float salaries[5];
long distances[10];
printf("Address of the array count is %x\n", count);
printf("Address of the array
www.eeworm.com/read/119473/14829626
pas imageprc.pas
program PhotoFilter(input,output);
(* Here is the raw file data type produced by the Photoshop program *)
type
image = array [0..250] of array [0..255] of byte;
(* The variables we will
www.eeworm.com/read/219036/14897336
java synwtfilterfloat.java
/*
* CVS identifier:
*
* $Id: SynWTFilterFloat.java,v 1.7 2000/09/05 09:26:32 grosbois Exp $
*
* Class: SynWTFilterFloat
*
* Description: A specialized synt
www.eeworm.com/read/116631/14962007
pas gl_model_h.pas
{----------------------------------------------------------------------------}
{ }
{ File(s): gl_model.h
www.eeworm.com/read/217040/14981391
dem piksr2.dem
PROGRAM d8r2(input,output,dfile);
(* driver for routine PIKSR2 *)
CONST
np=100;
TYPE
glsarray = ARRAY [1..np] OF real;
VAR
i,j : integer;
a,b : glsarray;
dfile : text;
(*$I