代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/164862/5487886

java~106~ main.java~106~

package demo; import javax.microedition.lcdui.*; import javax.microedition.midlet.*; import java.io.DataInputStream; import java.io.InputStream; /** * * Title: MobileTank *
www.eeworm.com/read/380486/9145024

am makefile.am

bin_PROGRAMS = ga_server ga_client ga_server_remote nn_exec nn_init nn_agr ga_server_LDFLAGS = -lm ga_client_LDFLAGS = -lm nn_exec_LDFLAGS = -lm ga_server_SOURCES = ga_server.c \ rwn.c \ read_ne
www.eeworm.com/read/216898/14987368

h funcs.h

// -*- C++ -*- /*************************************************************************** * blitz/array/funcs.h Math functions on arrays * * $Id: funcs.h,v 1.10 2004/10/07 00:26:59 julianc Exp
www.eeworm.com/read/237003/13983229

h funcs.h

// -*- C++ -*- /*************************************************************************** * blitz/array/funcs.h Math functions on arrays * * $Id: funcs.h,v 1.10 2004/10/07 00:26:59 julianc Exp
www.eeworm.com/read/405113/11471461

install

Security Considerations ======================= If there is a microphone attached to the computer, a hostile user with sufficient privileges can eavesdrop on conversations. If you trust all users, m
www.eeworm.com/read/459376/7276432

htm 20-3 扩展内置“string”对象和“array”对象.htm

20-3 扩展内置“String”对象和“Array”对象 * { font-size:12px; font-family:宋体, Arial; } /*规定了所有的字体样
www.eeworm.com/read/127767/14336734

txt e156. converting between a byte array and base64.txt

This example uses non-standard classes in the sun.misc package to convert to and from Base64. These classes may change in the future. try { // Convert a byte array to base64 string
www.eeworm.com/read/127767/14336922

txt e085. copying elements from one array to another.txt

System.arraycopy(src, 0, dst, 0, Math.min(src.length, dst.length));
www.eeworm.com/read/381491/9090111

m interleav_matrix.m

function [int_interleaving_array] = interleav_matrix( int_interleaving_buffer ) % % 生成满足S—距离特性的伪随机交织器; % % 本程序完成对S-随机交织器的设计,经过运算把每个信息序列所要交换到的地址记录 % 在交织数组中,在接收信息序列时,按所记录的交织数组中的内容进行操作。 %