代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/390596/8457822
java prime_array.java
public class Prime_array
{
public static void main(String args[])
{
final int MAX=100,SIZE=30;
int prime[] = new int [SIZE];
int i,j,k,n;
prime[0]=2;
www.eeworm.com/read/390596/8457824
class prime_array.class
www.eeworm.com/read/390596/8457832
txt prime_array.txt
All primes in 2..100 are:
2 3 5 7 11 13 17 19 23 29
31 37 41 43 47 53 59 61 67 71
73 79 83 89 97 0 0 0 0 0
n=25
www.eeworm.com/read/189000/8497695
c array-sample.c
/**
* apr tutorial sample code
* http://dev.ariel-networks.com/apr/
*/
#ifdef HAVE_CONFIG_H
#include
#endif
#include
#include
#include
#include
www.eeworm.com/read/389411/8523458
h angle_array.h
#define numAngles 361
flash unsigned int angle_array[3][numAngles] = {{512, 506, 501, 495, 490, 484, 478, 472, 465, 459, 452, 446, 439, 432, 425, 418, 410, 403, 395, 388, 380, 372, 364, 355, 347, 339
www.eeworm.com/read/289731/8531746
cpp try_array.cpp
#include "Array.h"
template
void try_array( Array &iA )
{
cout
www.eeworm.com/read/289731/8532603
h array_rc.h
#ifndef ARRAY_RC_H
#define ARRAY_RC_H
#include "Array.h"
template
class Array_RC : public virtual Array {
public:
Array_RC( int sz = DefaultArraySize )
www.eeworm.com/read/289731/8532608
c array_rc.c
#include "Array_RC.h"
#include "Array.C"
#include
template
Array_RC::
Array_RC( const Array_RC &r )
: Array( r ) {}
templ
www.eeworm.com/read/289731/8532616
h array_s.h
#ifndef ARRAY_S_H_
#define ARRAY_S_H_
#include "Array.h"
template
class Array_Sort : public virtual Array {
protected:
void set_bit() { dirty_bit = true; }
www.eeworm.com/read/289731/8532635
c array_s.c
#include "Array_S.h"
#include "Array.C"
template
Array_Sort::
Array_Sort( const Array_Sort &as )
: Array( as )
{
if ( as.is_dirty(