代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/358960/10174528
js calendar_iw.js
// ** I18N
// Calendar EN language
// Author: Idan Sofer,
// Encoding: UTF-8
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8
www.eeworm.com/read/358960/10174530
js calendar_no.js
// ** I18N
// Calendar NO language
// Author: Daniel Holmen,
// Encoding: UTF-8
// Distributed under the same terms as the calendar itself.
// For translators: please use UT
www.eeworm.com/read/358960/10174541
js calendar_ko.js
// ** I18N
// Calendar EN language
// Author: Mihai Bazon,
// Translation: Yourim Yi
// Encoding: EUC-KR
// lang : ko
// Distributed under the same terms as t
www.eeworm.com/read/358960/10174546
js calendar_zh_cn.js
// ** I18N
// Calendar ZH language
// Author: muziq,
// Encoding: GB2312 or GBK
// Distributed under the same terms as the calendar itself.
// full day names
Calendar._DN = new Arra
www.eeworm.com/read/358960/10174554
js calendar_zh_tw.js
// ** I18N
// Calendar big5-utf8 language
// Author: Gary Fu,
// Encoding: utf8
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8
www.eeworm.com/read/358960/10174558
js calendar_ru.js
// ** I18N
// Calendar RU language
// Translation: Sly Golovanov, http://golovanov.net,
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For transl
www.eeworm.com/read/163079/10175377
h gzip.h
/* gzip.h -- common declarations for all gzip modules
* Copyright (C) 1992-1993 Jean-loup Gailly.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU G
www.eeworm.com/read/358784/10179595
asm macro3.asm
Title Using Macro Conditional Expressions (Macro3.asm)
; The MUL32 macro issues a warning and exits if EAX
; is passed as the second argument. The Text macro LINENUM
; must be defined fi
www.eeworm.com/read/358751/10180210
pas wissqu.pas
{
ID:maigoak1
PROG:wissqu
}
program wissqu;
const
dx:array[1..9]of shortint=(-1,-1,-1,0,0,0,1,1,1);
dy:array[1..9]of shortint=(-1,0,1,-1,0,1,-1,0,1);
var
fin,fout:text;
map,old:arr
www.eeworm.com/read/358751/10180347
pas buylow.pas
{
ID:maigoak1
PROG:buylow
}
program buylow;
const
maxn=5000;
size=10;
digits=8;
top=100000000;
type
bignum=array[0..size]of longint;
var
fin,fout:text;
price:array[1..max