代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/277457/10637794
cpp classtemplatenontype.cpp
#include
using namespace std;
template
class Array
{
T *ptr_to_array;
int number;
public:
explicit Array(int number_of_elements);
Arr
www.eeworm.com/read/276983/10690285
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/276983/10690372
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/276983/10690413
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/421508/10733946
c darr_data_msg_easy.c
/******************************************************************************
*
* Purpose: MAX II data message transfer (Easy).
* This code is set-up for mimimum code and
* ram size,
www.eeworm.com/read/273409/10917150
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/272824/10942807
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/272824/10942849
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/272824/10942856
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/295750/6964843
h sharedarray.h
#include "pagesize.h"
extern int do_shared_array_work(void);
/* We'd like the arrays big enough that the page granularity doesn't
* skew the figures */
#define ARRAY_SIZE (CURRENT_PAGE_SIZE * 100)