代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/482846/6614697
cpp array1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/480189/6667870
class array1.class
www.eeworm.com/read/480189/6667871
java array1.java
//【例3.2】 引用数据类型作为方法的参数和返回值。
public class Array1
{
int[] random(int n) //产生n个随机数,返回值为数组
{
int table[] = new int[n];
for (int i=0;i
www.eeworm.com/read/480189/6667897
java prime_array.java
public class Prime_array
{
public static void main(String args[])
{
final int MAX=100;
int prime[] = new int [30];
prime[0]=2; //已知的最小素数
www.eeworm.com/read/480189/6667898
class prime_array.class
www.eeworm.com/read/480189/6667913
class array_reference.class
www.eeworm.com/read/480189/6667914
java array_reference.java
public class Array_reference
{
static void print(int a[]) //数组作为参数,不用给出数组长度
{
for (int i=0;i
www.eeworm.com/read/480189/6667915
class fib_array.class
www.eeworm.com/read/480189/6667916
java fib_array.java
public class Fib_array
{
public static void main(String args[])
{
int fib[] = new int [23];
int i,n=20;
fib[0]=0;
fib[1]=1;
for (i=2;i
www.eeworm.com/read/263812/11339893
vbp funct_array.vbp
Type=Exe
Form=frmarray.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\STDOLE2.TLB#OLE Automation
IconForm="frmArray"
Startup="frmArray"
HelpFile=""
Command32=""