代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/273407/10917197
cpp c8-4.cpp
#include
using namespace std;
class Array_max
{public:
void set_value();
void max_value();
void show_value();
private:
int array[10];
int max;
};
void Array_max
www.eeworm.com/read/271050/11010778
pkg hardware.pkg
library IEEE;
use IEEE.std_logic_1164.all;
package hardware_specifications is
type edge is (positive, negative);
type edge_array is array (integer range ) of edge;
type std_
www.eeworm.com/read/453869/7406424
c memalloc.c
/**********************************************************************
* Software Copyright Licensing Disclaimer
*
* This software module was originally developed by contributors to the
* cou
www.eeworm.com/read/452713/7434534
cpp c8-4.cpp
#include
using namespace std;
class Array_max
{public:
void set_value();
void max_value();
void show_value();
private:
int array[10];
int max;
};
void Array_max
www.eeworm.com/read/450546/7482139
cpp c8-4.cpp
#include
using namespace std;
class Array_max
{public:
void set_value();
void max_value();
void show_value();
private:
int array[10];
int max;
};
void Array_max
www.eeworm.com/read/450085/7490919
m pcm_encode.m
function [code,num_array] = pcm_encode(data)
global H
% get BITS
s = get(H.edit20,'String');
BITS = st2de(s);
BITS = round(BITS);
% find max and min of data
max_data = 1;
min_data = -1;
www.eeworm.com/read/441747/7666097
m pcm_encode.m
function [code,num_array] = pcm_encode(data)
global H
% get BITS
s = get(H.edit20,'String');
BITS = st2de(s);
BITS = round(BITS);
% find max and min of data
max_data = 1;
min_data = -1;
www.eeworm.com/read/439854/7700351
c memalloc.c
/*!
************************************************************************
* \file memalloc.c
*
* \brief
* Memory allocation and free helper funtions
*
* \author
* Main contributors
www.eeworm.com/read/439854/7700517
c memalloc.c
/*!
************************************************************************
* \file memalloc.c
*
* \brief
* Memory allocation and free helper functions
*
* \author
* Main con
www.eeworm.com/read/439049/7717583
c memalloc.c
/*
*****************************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2003, Advanced Audio Video Coding Standard, Part II
*
* DISCLA