代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/181668/9242030
txt readme.txt
None of the files in this directory read any input.
The following files produce no output:
arr_init, copy_array, cstring_exercise, string_exercise
The first two programs illustrate how to in
www.eeworm.com/read/377342/9279820
txt readme.txt
None of the files in this directory read any input.
The following files produce no output:
arr_init, copy_array, cstring_exercise, string_exercise
The first two programs illustrate how to in
www.eeworm.com/read/180734/9296381
txt readme.txt
None of the files in this directory read any input.
The following files produce no output:
arr_init, copy_array, cstring_exercise, string_exercise
The first two programs illustrate how to in
www.eeworm.com/read/373973/9426393
cpp grid.cpp
#include
#include
#include
#include "grid.h"
using namespace std;
const node node::dummy(0,0,0,0);
grid::grid():array(0),prev_array(0)
{
memset(bound_arrays,0
www.eeworm.com/read/373225/9468604
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/175135/9558613
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/370856/9578907
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/170384/9808580
m pdf.m
% 概率密度函数
function[pdfv]=pdf(u,d,array)
pdfv=((2*pi*d)^(-0.5))*exp(-((array-u).^2)/(2*d));
www.eeworm.com/read/360190/10106940
txt readme.txt
None of the files in this directory read any input.
The following files produce no output:
arr_init, copy_array, cstring_exercise, string_exercise
The first two programs illustrate how to in