代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/424568/10439082
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/423354/10569089
f90 code123.f90
!!!!!!!!!!!!!!!!!!!!!!!!!! Program 12.3 !!!!!!!!!!!!!!!!!!!!!!!!!!
! !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
www.eeworm.com/read/469293/6980152
cpp dstring.cpp
#include
#include
#include
#include
#include "dstring.h"
#include "genarray.h"
#include
#pragma intrinsic strcpy
#pragma intrinsic memset
#pragma
www.eeworm.com/read/461264/7230348
pro xdispstr.pro
;+
; NAME:
; XDISPSTR
;
; PURPOSE:
; Display a string array in a text widget with a simple search capability.
;
; EXPLANATION:
; Similar to the IDL XDISPLAYFILE procedure but in
www.eeworm.com/read/458682/7291365
sh ex66.sh
#!/bin/bash
area[11]=23
area[13]=37
area[51]=UFOs
# Array members need not be consecutive or contiguous.
# Some members of the array can be left uninitialized.
# Gaps in the array are okay.
#
www.eeworm.com/read/454938/7381448
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/452301/7442104
tf pci_cmd_test.tf
//------------------------------------------------------------------------------
//
// File : pci_cmd_test.tf
// Last Modification: 06/26/2001
//
// Created In SpDE Version: SpDE 8.22
// Author
www.eeworm.com/read/446971/7562195
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/399708/7840489
c main.c
#include
#define MAXSIZE 10
typedef struct{
int key;
//int otherinfo;
}Array_node;
/*===============================================*/
//直接插入排序
/*==========================
www.eeworm.com/read/299239/7870635
c note.c
#include
#include
#include "rtdspc.h"
/* Function to generate samples from a second order oscillator */
/* key constant is 1/12 */
#define KEY_CONSTANT 0.083333333333333