代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/233441/6788228
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/233441/6788231
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/473001/6853794
cc slicing.cc
#ifndef BZ_ARRAYSLICING_CC
#define BZ_ARRAYSLICING_CC
#ifndef BZ_ARRAY_H
#error must be included via
#endif
BZ_NAMESPACE(blitz)
/*
* These routi
www.eeworm.com/read/473001/6853811
cc interlace.cc
/***************************************************************************
* blitz/array/interlace.cc
*
* $Id$
*
* Copyright (C) 1997,1998 Todd Veldhuizen
www.eeworm.com/read/295028/8189583
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/294461/8224705
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/294461/8224714
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/392403/8344866
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/368137/9709854
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/414255/11122819
c libcb.c
#include "libcb.h"
#include
#include
#include
#include
#define MAX 1024
#define MAXSTR "%1024s"
/* This is part of the runtime system. It is linked with t