代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/387489/8672311

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/387489/8672317

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/387489/8672330

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/387489/8672344

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/387489/8673401

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/387489/8673520

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/387480/8674306

cpp heapfunction.cpp

#include "heap.h" //构建大顶堆 void HeapBottomUP(Array *H){ int i,j,k,v; bool heap; for(i=(*H).len/2-1;i>=0;i--){ k=i;v=(*H).a[k];//v要放在最终位置 heap=false; while( !heap && 2*k+2
www.eeworm.com/read/387123/8705027

pas des.pas

unit Des; interface uses SysUtils,Forms; type TKeyByte = array[0..5] of Byte; TDesMode = (dmEncry, dmDecry); type TCPUID = array[1..4] of Longint; TVendor = array [0..11] of char;
www.eeworm.com/read/386806/8724562

h gzip.h

/* gzip.h -- common declarations for all gzip modules * Copyright (C) 1992-1993 Jean-loup Gailly. * This is free software; you can redistribute it and/or modify it under the * terms of the GNU G
www.eeworm.com/read/286954/8735127

c twodim.c

# include void main() { int array[16][16]; int i, j, k, m, n; /* 变量初始化 */ m = 1; while(m == 1) { printf("请输入n(0