代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/351896/10598156
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/277457/10637778
cpp classtemplatemulticlass.cpp
#include
#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/275831/10794163
rb 12 - benchmarking competing solutions.rb
RANGE = (0..1000)
array = RANGE.to_a
hash = RANGE.inject({}) { |h,i| h[i] = true; h }
def test_member?(data)
RANGE.each { |i| data.member? i }
end
#---
require 'benchmark'
Benchmark.bm(5) do |time
www.eeworm.com/read/417108/11003211
h wildmatch.h
/* wildmatch.h */
int wildmatch(const char *pattern, const char *text);
int iwildmatch(const char *pattern, const char *text);
int wildmatch_array(const char *pattern, const char*const *texts, int wh
www.eeworm.com/read/416926/11009549
vhd basic_type.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
package basic_type is
type tap_array is array(16 downto 0) of std_logic_vector(7 downto 0);
www.eeworm.com/read/271037/11011347
c vector.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* vector.c : Functions for Vector Operations and Printing
*
www.eeworm.com/read/470800/6908649
cpp arrfun3.cpp
// arrfun3.cpp -- array functions and const
#include
const int Max = 5;
// function prototypes
int fill_array(double ar[], int limit);
void show_array(const double ar[], int n); //
www.eeworm.com/read/470800/6908937
cpp arrfun3.cpp
// arrfun3.cpp -- array functions and const
#include
const int Max = 5;
// function prototypes
int fill_array(double ar[], int limit);
void show_array(const double ar[], int n); //
www.eeworm.com/read/469594/6932680
h wg.h
void timer0_init(void);
void write_data(unsigned char data);
void cac_crc(unsigned char *array);
void WAIT_BITS(void);
void senddata(unsigned char *data);
unsigned char cac_byte(unsigned char dat
www.eeworm.com/read/468329/6996673
cpp arrfun3.cpp
// arrfun3.cpp -- array functions and const
#include
const int Max = 5;
// function prototypes
int fill_array(double ar[], int limit);
void show_array(const double ar[], int n); //