代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/192849/8269698

h system.h

#include "cdefBF533.h" #include "ccblkfn.h" #include "sys/exception.h" #include "sysreg.h" #include "string.h" #define uchar unsigned char #define ushort unsigned short #define uint unsign
www.eeworm.com/read/431157/8707679

c testcreate.c

#include #include "data2.h" DESCRIPTOR *descr; int n_pi, n_po, n_ff; int n_descr; int *pi_array, *po_array, *ppi_array; int max_level; ma
www.eeworm.com/read/431013/8713194

c bmp2tif.c

/************************************************ * * file bmp2tif.c * * Functions: This file contains * main * * Purpose: *
www.eeworm.com/read/170253/9812962

h macro.h

//======================================================================================================================= // // 文件: MACRO.h // // 版本: V1.0 // // 描述: // // 作者: 徐力 // // 创
www.eeworm.com/read/358645/10182762

php db_fns.php

www.eeworm.com/read/100706/15866611

cpp create_t.cpp

#include #include #include #define NODENUMBER 11 enum{ ROOT_FIRST, ROOT_MIDDLE, ROOT_LAST, }; struct treenode{ int value; struct treenode * left;
www.eeworm.com/read/100706/15866617

bak create_t.bak

#include #include #include #define NODENUMBER 11 //#define ROOT_FIRST 0 //#define ROOT_MIDDLE 1 //#define ROOT_LAST 2 enum{ ROOT_FIRST, ROOT_MIDDLE,