代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/382436/9029435

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/382436/9029448

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/382436/9029456

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/382184/9043070

pas des.pas

unit DES; interface uses SysUtils; type TKeyByte = array[0..5] of Byte; TDesMode = (dmEncry, dmDESry); const BitIP: array[0..63] of Byte = (57, 49, 41, 33, 25, 17, 9, 1,
www.eeworm.com/read/382184/9043082

~pas des.~pas

unit DES; interface uses SysUtils; type TKeyByte = array[0..5] of Byte; TDesMode = (dmEncry, dmDESry); const BitIP: array[0..63] of Byte = (57, 49, 41, 33, 25, 17, 9, 1,
www.eeworm.com/read/382060/9055651

js 11-2.js

// Here we create an object representing the date of Christmas, 2001. // The variable xmas contains a reference to the object, not the object itself. var xmas = new Date(2001, 11, 25); // When we co
www.eeworm.com/read/282472/9092206

pas des.pas

unit DES; interface uses SysUtils; type TKeyByte = array[0..5] of Byte; TDesMode = (dmEncry, dmDecry); function EncryStr(Str, Key: String): String; function DecryStr(Str, Key: S
www.eeworm.com/read/184524/9096880

cpp data_lgr.cpp

//************************************************************************************* // DATA_LGR.CPP // This file contains the implementation for the data logger class. The logger //
www.eeworm.com/read/381242/9100770

m rwg4.m

function [Impedance, PowerSum]=rwg4 %RWG4 Solves MoM equations for the antenna radiation problem - % antenna arrays % % Uses the mesh file from RWG2, mesh2.mat, and % the impedance file fro
www.eeworm.com/read/381242/9100802

m rwg4.m

%RWG4 Solves MoM equations for the antenna radiation problem - % antenna arrays % % Uses the mesh file from RWG2, mesh2.mat, and % the impedance file from RWG3, impedance.mat, % as inputs