代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/183308/9170559
m 2d line integral.m
function z=lineintegral(x,y,u,v,c)
%LINEINTRGAL Line Integral in a 2D Vector Field.
% LINEINTRGAL(X,Y,U,V,C) computes the line integral
% /
% |(U*dx + V*dy)
% /
% along the lin
www.eeworm.com/read/379711/9181357
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/379669/9190001
pl0 sort.pl0
PROGRAM SORT3;
VAR
A:ARRAY[1..4] OF REAL;
TEMP:REAL;
I,J:INTEGER;
BEGIN
FOR I:=1 TO 4 DO
READ(A[I]);
FOR I:=1 TO 4 DO
FOR J:=1 TO 4-I DO
IF A[J]
www.eeworm.com/read/379233/9203826
frm frmwriteitem.frm
VERSION 5.00
Begin VB.Form frmWriteItem
Caption = "OPC Write Item"
ClientHeight = 2985
ClientLeft = 60
ClientTop = 345
ClientWidth = 6525
www.eeworm.com/read/182254/9210096
axd scriptresource(1).axd
//----------------------------------------------------------
// Copyright (C) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------
// MicrosoftAj
www.eeworm.com/read/378183/9246690
dat errortc91.dat
错误信息: Size of structure or array not known
中文注释: 结构体或数组的大小不确定
www.eeworm.com/read/378183/9247901
dat vfpdat34.dat
格式: COPY TO ARRAY[FIELDS][][FOR][WHILE]
----
功能: 将当前表选定的数据复制到表示的数组之中,但不复制备注型字段.
----
www.eeworm.com/read/378183/9248025
dat vfpdat35.dat
格式: APPEND FROM ARRAY[FOR][FIELDS]
----
功能: 将满足条件的数组行数据按记录依次追加到当前表中,但忽略备注型字段.
----
www.eeworm.com/read/377779/9262592
m butler.m
%This Program is Designed To Simulate The Operation Of Butler Matrix Using Hamming Window
%General Antenna Array Specifications
m = input ('The Number of Array Elements : ') ;
Msgbox ('Enter The I
www.eeworm.com/read/377779/9262597
m pattern.m
%A General Code for The Radiation Pattern Representation of The Array Factor of A Linear Antenna Array
%General Antenna Array Specifications
N = input ('The Number Of Array Elements : ') ;
K = inpu