代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/255407/6291214
c main04.c
#include "Array_RC_S.h"
#include "try_array.C"
#include
int main()
{
static int ia[ 10 ] = { 12,7,14,9,128,17,6,3,27,5 };
static string sa[ 7 ] = {
"Eeyore", "Pooh", "Tig
www.eeworm.com/read/494745/6374673
cpp cmpnt2.cpp
//
// Cmpnt2.cpp - Component 2
//
#include
#include "Iface.h"
#include "Util.h"
#include "CUnknown.h"
#include "Cmpnt2.h"
static inline void trace(char* msg)
{ Util::Trace("C
www.eeworm.com/read/482678/6621151
m rotateimage.m
function[Image] = RotateImage(Image, degrees)
% RotateImage - Rotates an image by X degrees
%
% Image_Rotated = RotateImage(Image, degrees)
%
% Rotates an image by the angle degrees in the
%
www.eeworm.com/read/481537/6642839
h trace.h
#ifndef _LINUX_KERNEL_TRACE_H
#define _LINUX_KERNEL_TRACE_H
#include
#include
#include
#include
#include
enum tr
www.eeworm.com/read/480149/6678062
m ch2_60.m
%定义一个具有实数和复数的矩阵
A=[5 6.5 2+3i 3.5 6 1+2i];
%定义存储实数和复数的矩阵目前为空矩阵
real_array=[];
complex_array=[];
for i=1:length(A),
%判断矩阵元素是否为实数
if isreal(A(i))==1,
real_array=[real_array A(i)]
www.eeworm.com/read/409142/11345375
m ch2_60.m
%定义一个具有实数和复数的矩阵
A=[5 6.5 2+3i 3.5 6 1+2i];
%定义存储实数和复数的矩阵目前为空矩阵
real_array=[];
complex_array=[];
for i=1:length(A),
%判断矩阵元素是否为实数
if isreal(A(i))==1,
real_array=[real_array A(i)]
www.eeworm.com/read/406664/11437914
c main04.c
#include "Array_RC_S.h"
#include "try_array.C"
#include
int main()
{
static int ia[ 10 ] = { 12,7,14,9,128,17,6,3,27,5 };
static string sa[ 7 ] = {
"Eeyore", "Pooh", "Tig
www.eeworm.com/read/405819/11456138
m ebcdic2ascii.m
% ebcdic2ascii : Converts EBCDIC formatted text to ASCII formatted text
%
% CALL : ascii=ebcdic2ascii(ebcdic);
%
% ebcdic : Array on unsigned integers
% ascii : Array on unsigned integers
%
%
www.eeworm.com/read/405819/11456171
m ascii2ebcdic.m
% ascii2ebcdic : Converts ASCII formatted text to EBCDIC formatted text
%
% CALL : ebcdic=ascii2ebcdic(ascii);
%
% ascii : Array on unsigned integers
% ebcdic : Array on unsigned integers
%
%