代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/192256/8392892

txt svdfit.txt

Procedure SVDFIT(X,Y,SIG:array of real; NDATA:integer;var A:array of real; MA:integer;var U, V:matrx2;var W:array of real; MP, NP:
www.eeworm.com/read/192256/8393285

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; procedure POLINT(XA, YA:array of real; N:integer; X:real; var Y, DY:real); procedure POLCO
www.eeworm.com/read/192256/8393611

txt mprove.txt

procedure MPROVE(A,ALUD:matrx2; N:integer; INDX:array of real; B:array of real;var X:array of real); var R:array [0..100] of real; I,J:integer; SDP:real; begin For I
www.eeworm.com/read/192256/8393629

txt svbksb.txt

procedure SVBKSB(U:matrx2; W:array of real; V:matrx2; M, N:integer; B:array of real;var X:array of reaL); var TMP:array[0..100] of real; I,J,JJ:integer; S:real; be
www.eeworm.com/read/192256/8393637

txt tridag.txt

procedure TRIDAG(A, B, C, R:array of real;var U:array of real; N:integer); var GAM:array[0..100] of real; J:integer; BET:real; begin If B[1] = 0 Then Exit; BET:=B[1]; U[1]:
www.eeworm.com/read/192256/8393650

txt vander.txt

procedure VANDER(X:array of real;var W:array of real; Q:array of real; N:integer); const NMAX = 100; ZERO = 0; ONE = 1; var C:array[0..100] of rea
www.eeworm.com/read/192256/8393660

txt chodcm.txt

procedure CHODCM(A:matrx2; N:integer;var D:array of real; T:array of real); var I,J,K:integer; SUM:real; begin For I:=1 To N do begin Sum:=A[I, I]; For J:=1 To I -
www.eeworm.com/read/192256/8394786

pas unit2.pas

unit Unit2; interface uses unit1; procedure CHEBFT(A, B:real; var C:array of real; N:integer); procedure CHEBPC(C:array of real;var D:array of real; N:integer); implementation procedure C
www.eeworm.com/read/192256/8394907

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs; Function CHEBEV(A, B:real; C:array of real; M:integer; X:real):real; procedure CHE
www.eeworm.com/read/191079/8433974

h alias.h

// // spectral toolkit // copyright (c) 2005 university corporation for atmospheric research // licensed under the gnu general public license // #ifndef __alias__ #define __alias__ namespace spectr