代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/189319/8475693

html apr__tables_8h-source.html

Apache Portable Runtime: apr_tables.h Sourc
www.eeworm.com/read/390194/8477515

txt 05-01.txt

>> str='I have many good friends!' str = I have many good friends! >> whos Name Size Bytes Class EXPLODE 1x5 40 double array F1
www.eeworm.com/read/189240/8482789

frm form10.frm

VERSION 5.00 Begin VB.Form Form10 Caption = "Form10" ClientHeight = 3420 ClientLeft = 60 ClientTop = 450 ClientWidth = 8325 LinkTopic
www.eeworm.com/read/390106/8483210

htm forarr.htm

Using the \cv{for} Statement for Array Iteration [5.0] (Java Developers Almanac Example)
www.eeworm.com/read/189078/8490742

txt 筛选法求素数的算法优化.txt

筛选法求素数的算法优化[原创] #define N 1000 void init(int array[],int n) { int i; for(i=0;i
www.eeworm.com/read/189078/8490798

txt 背包贪婪法程序.txt

背包问题之贪婪算法求解C语言源代码[原创] 关于背包问题描述请看http://bugeyes.blog.edu.cn/user1/20989/archives/2005/351526.shtml 。 其实原来的程序也是采用了贪婪算法,不过下面程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法: #define K 10 #defi
www.eeworm.com/read/189078/8490837

txt 求n个元素的所有排列.txt

求n个元素的所有排列[原创] /* to produce all the arrangement of a array AUTHOR:BugEyes http://BugEyes.blog.edu.cn */ #define N 3 #i nclude void init(int arr[]) { /* to initiate t
www.eeworm.com/read/189078/8490864

txt 线性代数之行列式计算c语言实现.txt

线性代数之行列式计算C语言实现[原创] 行列式定义为: |a11 a12...a1n| |a21 a22...a2n|= ∑ (-1)t(j1j2...jn)a1j1a2j2...anjn,其中t(j1j2...jn)表示逆序数。 |......................| j1j2...jn |an1 an2...ann| #defi
www.eeworm.com/read/189078/8490931

txt 求一个数列的所有组合.txt

求一个数列的所有组合[原创] /* to work out all the combination of an array AUTHOR:BugEyes http://BugEyes.blog.edu.cn */ #define N 5 #i nclude void init(int arr[]) { /* to initiat
www.eeworm.com/read/290280/8491731

pas ras.pas

{* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Unit: Remote Access Service (RAS) Creation: Feb 18, 1997. Translated from MS-Visual C 4.2 header files