代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/261146/7084244
rc2 array.rc2
//
// ARRAY.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/104147/7141386
java array1.java
import java.util.Arrays;
import java.util.Random;
public class Array1 {
static Random r = new Random();
static String ssource =
"ABCDEFGHIJKLMNOPQRSTUVWXYZ" +
"abcdefghijklmnopqrst
www.eeworm.com/read/214150/7145088
rc2 array.rc2
//
// ARRAY.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/219035/7147307
m array_cat.m
function out = array_cat(in1, in2)
% curveArray = ARRAY_CAT(curveArray1, curveArray2)
% ConCATenates two curve arrays
for ind = 1:length(in2)
in2(ind).iCurve = in2(ind).iCurve + length(in1);
www.eeworm.com/read/461264/7230697
pro boost_array.pro
PRO BOOST_ARRAY, DESTINATION, APPEND
;+
; NAME:
; BOOST_ARRAY
; PURPOSE:
; Append one array onto a destination array
; EXPLANATION:
; Add array APPEND to array DESTINATION, allowing the dimensions of
www.eeworm.com/read/461264/7230730
pro store_array.pro
PRO STORE_ARRAY, DESTINATION, INSERT, INDEX
;+
; NAME:
; STORE_ARRAY
; PURPOSE:
; Insert array INSERT into the array DESTINATION
; EXPLANATION:
; The dimensions of the DESTINATION array are adjusted
www.eeworm.com/read/458682/7291316
bash array-assign.bash
#! /bin/bash
# array-assign.bash
# Array operations are Bash-specific,
#+ hence the ".bash" in the script name.
# Copyright (c) Michael S. Zick, 2003, All rights reserved.
# License: Unrestricted r
www.eeworm.com/read/458682/7291353
sh array-strops.sh
#!/bin/bash
# array-strops.sh: String operations on arrays.
# Script by Michael Zick.
# Used with permission.
# In general, any string operation in the ${name ... } notation
#+ can be applied to all