代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/441747/7666094
m pcm_decode.m
function [data] = pcm_decode(code,num_array)
global H
% get BITS
s = get(H.edit20,'String');
BITS = st2de(s);
BITS = round(BITS);
% initialize binary_array used to represent data
bin_arr
www.eeworm.com/read/197649/7983173
m runhstd1.m
function runhstd1(X,num);
echo on;
% --------- RunHStd1.m --- Version 06.Junw.2001 ------ %
% %
% Run Huang std: Find the std array that g
www.eeworm.com/read/142092/12963421
m runhstd1.m
function runhstd1(X,num);
echo on;
% --------- RunHStd1.m --- Version 06.Junw.2001 ------ %
% %
% Run Huang std: Find the std array that g
www.eeworm.com/read/127960/14325184
cpp rand.cpp
//这个程序在本书所带软盘中。文件名为RAND.CPP
//这个程序利用子程序来对数组进行初始化。
#include
#include //这个头文件支持随机函数rand()
#define max 500
void main(void)
{
int initialize(int[], int); //定义初始化
www.eeworm.com/read/127111/14377949
cpp qprofiletest.cpp
/*
This file is distributed "as is", e.g. there are no warranties
and obligations and you could use it in your applications on your
own risk. Although your comments and questions are welcome.
S
www.eeworm.com/read/124202/14590135
txt 新建 文本文档 (4).txt
// by liuminghua at 2005.1.10
var g_ip=new Array( //初始置换ip
58,50,42,34,26,18,10,2,60,52,44,36,28,20,12,4,62,54,46,38,30,22,14,6,64,56,48,40,32,24,16,8,57,49,4
www.eeworm.com/read/169697/5413150
c ad_subarray.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* Copyright (C) 1997 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*/
#include "adio.h"
#include "adio_extern.h"
int
www.eeworm.com/read/168845/5433248
cpp subview.cpp
// Copyright 2002 The Trustees of Indiana University.
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or cop
www.eeworm.com/read/168845/5433626
cpp fill_example.cpp
/*
*
* (C) Copyright John Maddock 1999-2005.
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or c