代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/452301/7442078
tf byte_enable_test.tf
//------------------------------------------------------------------------------
//
// File : byte_enable_test.tf
// Last Modification: 06/26/2001
//
// Created In SpDE Version: SpDE 8.22
// Aut
www.eeworm.com/read/452301/7442141
tf dma_test.tf
//------------------------------------------------------------------------------
//
// File : dma_test.tf
// Last Modification: 06/26/2001
//
// Created In SpDE Version: SpDE 8.22
// Author : Ri
www.eeworm.com/read/449568/7500726
c ksym_mod.c
/*
ksym_mod.c - functions for building symbol lookup tables for klogd
Copyright (c) 1995, 1996 Dr. G.W. Wettstein
Copyright (c) 1996 Enjellic Systems Development
www.eeworm.com/read/447020/7560195
m tncorder.m
function tncorder(m, n)
% tncorder -- Test of NetCDF row vs. column dominance.
% tncorder(m, n) shows how a Matlab array of size [m n]
% is actually stored in a NetCDF file.
% Copyright (C
www.eeworm.com/read/446971/7562186
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/446971/7562189
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
www.eeworm.com/read/436538/7768197
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/436514/7768844
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/436037/7778577
m encode.m
% encode - generates a biometric template from the normalised iris region,
% also generates corresponding noise mask
%
% Usage:
% [template, mask] = encode(polar_array,noise_array, nscales,...
%
www.eeworm.com/read/198052/7952939
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];