代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6250896
h types.h
(*#@(#)types.h 4.1 Ultrix 7/17/90 *)
(****************************************************************************
* *
* Copyright (c) 1984 by *
* DIGITAL EQUIPMENT CORPORATI
www.eeworm.com/read/101082/6251043
def execute.def
(*#@(#)execute.def 4.1 Ultrix 7/17/90 *)
(****************************************************************************
* *
* Copyright (c) 1984 by *
* DIGITAL EQUIPMENT CORPO
www.eeworm.com/read/101066/6256485
c gets.c
/* gets.c - get a string of characters from a file. stdio.h */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,05mar93,jdi documentation cleanup
www.eeworm.com/read/100218/6273217
java selectset.java
/*
* Copyright (c) 2000 by Matt Welsh and The Regents of the University of
* California. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documen
www.eeworm.com/read/493719/6389331
pas ac1146.pas
program ural1146;
const
maxn=100;
var
x,y:array[1..maxn,1..maxn]of longint;
s:array[1..maxn]of longint;
n,i,j,k:byte;
m:longint;
function max(a,b:longint):longint;
begin
if a
www.eeworm.com/read/493719/6389335
pas ac1106.pas
program ural1106;
const
maxn=100;
var
f:array[1..maxn,0..maxn]of byte;
l:array[1..maxn]of byte;
n,i,j:byte;
procedure floodfill(x,y:byte);
var
i:byte;
begin
if l[x]>0 th
www.eeworm.com/read/493719/6389347
pas ac1128.pas
program ural1128;
const
maxn=7163;
var
e:array[1..maxn,1..3]of word;
t:array[0..maxn]of byte;
s:array[1..maxn]of word;
v:array[1..maxn]of boolean;
n,i,j,c,k:word;
first:boolean;