代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/379368/9199537
cpp main.cpp
#include
#include
#include "SS7_MTP2_Array.h"
int main(void)
{
SS7_MTP2_Array ss7_mtp_array(1, NULL);
// Disable some interrup signals
// get config
// Init
www.eeworm.com/read/376888/9302954
h huffman.h
//////////////////////////////////////////////////////////////////
// //
// 用途 : 次序0的静态Huffman压缩算法 //
// 创建 : [Foolish] / 2001-3-6 //
// 更新 : 2002-1-12 //
/
www.eeworm.com/read/374502/9401882
h alist.h
/*
* alist.h -- resizeable arrays
* Copyright 1997 EPIC Software Labs
*/
#ifndef __alist_h__
#define __alist_h__
#include "irc.h"
#include "ircaux.h"
#ifdef __need_cs_alist_hash__
/*
* This has
www.eeworm.com/read/374502/9402243
less-pipe
#
# Open up a pipe and then page the output.
# I wrote this in a race with Archon (hop, 1997)
#
#
# Usage:
# $0 - name of the pipe
# $1- - stuff to run
#
alias less_pipe
{
@ line = 0
if ([$1])
www.eeworm.com/read/371500/9551850
c tshm.c
#include
#include
#include
#include "ourhdr.h"
#define ARRAY_SIZE 40000
#define MALLOC_SIZE 100000
#define SHM_SIZE 100000
www.eeworm.com/read/364932/9886731
31 fig15.31
#include "apue.h"
#include
#define ARRAY_SIZE 40000
#define MALLOC_SIZE 100000
#define SHM_SIZE 100000
#define SHM_MODE 0600 /* user read/write */
char array[ARRAY_SIZE]; /* uninitialize
www.eeworm.com/read/364932/9887214
c tshm.c
#include "apue.h"
#include
#define ARRAY_SIZE 40000
#define MALLOC_SIZE 100000
#define SHM_SIZE 100000
#define SHM_MODE 0600 /* user read/write */
char array[ARRAY_SIZE]; /* uninitialize
www.eeworm.com/read/358376/10190223
v rcf16.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 14:50:06 09/21/2007
// Design Name:
/
www.eeworm.com/read/357852/10200193
cpp size.cpp
#include
#include
#include
int main(int argc, char* argv[]) {
using namespace std;
int i=0;
char array1[34] = "This is a dreaded C array of char";
char