代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/297846/7992718
m linear_array.m
function [theta,patternr,patterng] = linear_array(Nr,dolr,theta0,winid,win,nbits);
% function [theta,patternr,patterng] = linear_array(Nr,dolr,theta0,winid,win,nbits);
% This function computes and r
www.eeworm.com/read/398147/8002103
asm array1.asm
;
; file: array1.asm
; This program demonstrates arrays in assembly
;
; To create executable:
; nasm -f coff array1.asm
; gcc -o array1 array1.o array1c.c
;
%define ARRAY_SIZE 100
%define NEW_LINE
www.eeworm.com/read/398091/8005608
htm array.reverse.htm
Listing 10.9. Using the reverse() Method - 品络科技 pinluo.com
www.eeworm.com/read/398091/8005776
htm array.join.htm
Listing 10.8. Using join() to Create a String from an Array's Values - 品络科技 pinluo.com
www.eeworm.com/read/398091/8005906
htm array.concat.htm
Listing 10.7. Using concat() to Concatenate Two Arrays - 品络科技 pinluo.com
www.eeworm.com/read/398091/8006009
htm array.sort.htm
Listing 10.11. Using the sort() Method - 品络科技 pinluo.com
www.eeworm.com/read/397118/8066157
txt array.html.txt
Array对象使用示例
function Student(Name,StuNum,Age){
this.name = Name
this.stunum = StuNum
www.eeworm.com/read/296805/8076655
htm array1.htm
// Array1.java
// A 1d array
public class Array1 {
public static void main(String[] args) {
int[] a1 = {10,20,30,40,50};
for (int i = 0; i <