代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/129875/5968974
c pngstub0.c
/* pngstub.c - stub functions for i/o and memory allocation
libpng 1.0 beta 1 - version 0.71
For conditions of distribution and use, see copyright notice in png.h
Copyright (c) 1995 Gu
www.eeworm.com/read/124843/6039682
cpp antipredictorextrahigh.cpp
#include "All.h"
#ifdef BACKWARDS_COMPATIBILITY
#include "Anti-Predictor.h"
#ifdef ENABLE_COMPRESSION_MODE_EXTRA_HIGH
/***********************************************************************
www.eeworm.com/read/186480/6334496
cpp p4-196.cpp
#include
#include
#include
#define ARRAY_SIZE 10
using namespace std;
//利用类模板生成实例
typedef vector < int > IntArray;
//显示数组
void put_array(int x[],int size) {
www.eeworm.com/read/186480/6334518
cpp p4-199.cpp
#include
#include
#include
#include
#define ARRAY_SIZE 15
using namespace std;
//定义整型数的vector容器类
typedef vector IntVector ;
//显示数组
void pu
www.eeworm.com/read/186480/6334525
cpp p4-200.cpp
#include
#include
#include
#include
#define ARRAY_SIZE 15
using namespace std;
//显示数组
void put_array(int x[],int size) {
for(int i=0;i
www.eeworm.com/read/418906/6339668
h xt8-5.h
//xt8-5.h(arraymax.h)
class Array_max
{public:
void set_value();
void max_value();
void show_value();
private:
int array[10];
int max;
};
www.eeworm.com/read/487590/6506033
vhd t14.vhd
--
-- This file tests support for Multi-dimensional arrays (two dimensions).
--
entity TEST is
port( A,B,C,D : in bit;
Z : out bit);
end TEST;
architecture T14 of TEST is
type TWO_DIM_A
www.eeworm.com/read/487590/6506043
vhd t15.vhd
--
-- This file tests support for Multi-dimensional arrays (more than two dimensions).
--
entity TEST is
port( A,B,C,D : in bit;
Z : out bit);
end TEST;
architecture T15 of TEST is
type
www.eeworm.com/read/486366/6540427
cpp stars.cpp
// Stars.cpp: implementation of the CStars class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyGame.h"
#include "Stars.h"
#ifdef