代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/386050/8767555
m iscolumn.m
%ISCOLUMN Checks whether the argument is a column array
%
% [OK,Y] = ISCOLUMN(X)
%
% INPUT
% X Array: an array of entities such as numbers, strings or cells
%
% OUTPUT
% OK 1 if X is a column
www.eeworm.com/read/386050/8768432
m getpreproc.m
%GETPREPROC Get datafile PREPROC field
%
% PREPROC = GETPREPROC(A)
%
% Retrieves the PREPROC field of the datafile A. This is a
% structure array with two fields:
% - preproc: a string with a comma
www.eeworm.com/read/386050/8768735
m imread.m
%IMREAD Datafile overload
%
% IM = IMREAD(A,N)
%
% The images (raw data) of the datafile A are returned as a cell array.
% The preprocessing and postprocessing defined for the datafile are
%
www.eeworm.com/read/386050/8768779
m findfiles.m
%FINDFILES
%
% J = FINDFILES(A,DIR,FILES)
%
% Find in datafile A the objects that are related to the files listed in
% the character array or cell array FILES stored in the subdirectory DIR
%
www.eeworm.com/read/286264/8776345
c extern2.c
extern int Array[10];
void FillArray()
{
unsigned char i;
for(i=0;i
www.eeworm.com/read/385844/8786407
h bitmap.h
// bitmap.h
// Data structures defining a bitmap -- an array of bits each of which
// can be either on or off.
//
// Represented as an array of unsigned integers, on which we do
// modulo arithmetic
www.eeworm.com/read/385229/8813209
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/429257/8814014
pas wndes.pas
unit WNDES;
//**************************************************************************
//*Des加密算法
//*
//*
//*
//*
//*
//*
//*
//*
//*
//**************************************************
www.eeworm.com/read/428854/8832660
c utils.c
/*
* Copyright (C) 2006-2007 by egnite Software GmbH. All rights reserved.
* Copyright (C) 2008 by egnite GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with