代码搜索:Microphone array

找到约 10,000 项符合「Microphone array」的源代码

代码结果 10,000
www.eeworm.com/read/468052/6998748

cpp auto_add_points.cpp

/* * $File: auto_add_points.cpp * $Author: Jiakai -- gy_jk@126.com * $Date: Thu Nov 27 16:27:27 2008 */ /* Copyright (C) (2008) (Jiakai) This program is free software; you can red
www.eeworm.com/read/467557/7005457

cpp ds-16quicksort.cpp

/************************************************************************** ************************************************************************** A C++ Program to illustrate the Quick
www.eeworm.com/read/461237/7231448

m recover_a_time_waveform.m

clc; close all; clear all; % Construct a Gaussian Waveform in time, frequency spectrum of which % has its magnitude at 1 GHz as 10% of the maximum. maximum_frequency = 1e9; tau = sqrt(2.3)/(pi*ma
www.eeworm.com/read/460801/7240555

c jpeg.c

#include "DataType.h" #include "tables.h" #include "dct.h" #include "flash.h" #define DEBUG #ifdef DEBUG #include "serial.h" #endif #define CIFW 352 #define CIFH 288 LINT8 cha_y[CIFW][CIFH];
www.eeworm.com/read/456533/7345868

cpp arrfun3.cpp

// arrfun3.cpp -- array functions and const #include const int Max = 5; // function prototypes int fill_array(double ar[], int limit); void show_array(const double ar[], int n); //
www.eeworm.com/read/456533/7346165

cpp arrfun3.cpp

// arrfun3.cpp -- array functions and const #include const int Max = 5; // function prototypes int fill_array(double ar[], int limit); void show_array(const double ar[], int n); //
www.eeworm.com/read/456367/7350706

cpp arrfun3.cpp

// arrfun3.cpp -- array functions and const #include const int Max = 5; // function prototypes int fill_array(double ar[], int limit); void show_array(const double ar[], int n); //
www.eeworm.com/read/456367/7350990

cpp arrfun3.cpp

// arrfun3.cpp -- array functions and const #include const int Max = 5; // function prototypes int fill_array(double ar[], int limit); void show_array(const double ar[], int n); //
www.eeworm.com/read/454938/7381439

c main03.c

#include "Array_S.C" #include "try_array.C" #include main() { static int ia[ 10 ] = { 12,7,14,9,128,17,6,3,27,5 }; static string sa[ 7 ] = { "Eeyore", "Pooh", "Tigger",
www.eeworm.com/read/454938/7381442

c main02.c

#include "Array_RC.C" #include "try_array.C" main() { static int ia[10] = { 12,7,14,9,128,17,6,3,27,5 }; Array_RC iA( ia,10 ); cout