代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/245201/12811306
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/330844/12865563
m edge_detection.m
% 小波模极大值用于边缘提取
clc;clear
% 下载图像
load woman
% X=double(imread('1.bmp'));
SIZE=length(X); % 图像尺寸
% 多尺度
m=1.0;
delta=2^m;
% 构造高斯函数的偏导
N=20; % 滤波器长度(需要调整,必须是偶数)
A=-1/sqrt(
www.eeworm.com/read/241702/13124911
cpp yuanbao.cpp
//元胞的生或死
/* Code to copy and paste:
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 1 1 0 0 1 1 1 1 0 0 0 1 1 0 0 1 1 1 0
0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0
0 1 0 0 0 1 1 1 1 0
www.eeworm.com/read/315728/13537631
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
%
% (C) 200
www.eeworm.com/read/305015/13779912
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/305015/13780005
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/132637/5916341
h fl_bitmap.h
//
// "$Id: Fl_Bitmap.H,v 1.2 2002/11/27 15:42:23 vpisarev Exp $"
//
// Bitmap header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2002 by Bill Spitzak and others.
//
// This l
www.eeworm.com/read/112162/6150648
h apr_tables.h
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserve