代码搜索:Microphone array

找到约 10,000 项符合「Microphone array」的源代码

代码结果 10,000
www.eeworm.com/read/167540/9964076

literals c-array.literals

# this is the file of string literals literal0: .string "index[0]=" len0 = . - literal0 literal1: .string "\nindex[1]=" len1 = . - literal1
www.eeworm.com/read/167540/9964104

c- c-array.c-

/* * test array * * * */ int main() { int index[2]; index[0]=5; index[1]=index[0]+5; println("index[0]="~index[0]~"\nindex[1]="~index[1]); return 0; }
www.eeworm.com/read/167540/9964148

s c-array.s

# start of the file .include "defines.h" # system call numbers .include "c-array.literals" # include the string literal file .global _start .bss .align 4 _data: .text .align 4 _start: pushl
www.eeworm.com/read/362558/9992623

h array1.h

#define MAXSIZE 1000 /*非零元素的个数最多为1000*/ #define ElementType int /*稀疏矩阵三元组表的类型定义*/ typedef struct { int row,col; /*该非零元素的行下标和列下标*/ ElementType e; /*该非零元素的值*/ }Triple; typedef struc
www.eeworm.com/read/362558/9992625

h array2.h

#define MAXSIZE 1000 /*非零元素的个数最多为1000*/ #define ElementType int /*稀疏矩阵三元组表的类型定义*/ typedef struct { int row,col; /*该非零元素的行下标和列下标*/ ElementType e; /*该非零元素的值*/ }Triple; typedef struc
www.eeworm.com/read/361166/10065370

vi reversed array.vi

www.eeworm.com/read/360190/10106829

cpp array_init.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/360190/10106949

cpp copy_array.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/360190/10107268

cpp copy_array.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/356723/10222108

m rect_array.m

function emod = rect_array(nex,ney,dx,dy) eps = 0.0000001; factx = nex * 2. * pi * 0.5 * dx ; facty = ney * 2. * pi * 0.5 * dy ; ii = 0.; delpi = pi / 10.; for betax = 0.+delpi : pi/101 : 2.*pi-