代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/308670/13696853
bcc makefile.bcc
#
# Makefile for Borland's Borland-C++ compiler
#
CC=bcc
#
# Flags
# -N -- Check for stack overflow
# -v -- Enable debugging
# -w -- Turn on all warnings
# -ml -- Large model
#
CFLAGS=-N -v -
www.eeworm.com/read/304348/13795853
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/304348/13796137
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/149876/5696523
ch gch1272.ch
gch1272: MODULE
SYNMODE m_array = ARRAY (0:99) INT;
DCL foo m_array;
SYNMODE m_xxx = ARRAY (1:10) LONG;
SYNMODE m_struct = STRUCT (i LONG, b BOOL);
SYNMODE m_bar = ARRAY (-10:20) m_struct;
DCL bar
www.eeworm.com/read/149876/5696534
ch xstruct-grt.ch
pot1: MODULE
SYNMODE m_array1 = ARRAY (2:3) ulong;
SYNMODE m_struct = STRUCT (f1 int,
f2 REF m_array1,
f3 m_array1);
SYNMODE m_array3 = ARRAY (5:6) m_struct;
SYNMODE m_array4 = ARRAY (7:8
www.eeworm.com/read/148694/5711957
ch gch1272.ch
gch1272: MODULE
SYNMODE m_array = ARRAY (0:99) INT;
DCL foo m_array;
SYNMODE m_xxx = ARRAY (1:10) LONG;
SYNMODE m_struct = STRUCT (i LONG, b BOOL);
SYNMODE m_bar = ARRAY (-10:20) m_struct;
DCL bar
www.eeworm.com/read/148694/5711968
ch xstruct-grt.ch
pot1: MODULE
SYNMODE m_array1 = ARRAY (2:3) ulong;
SYNMODE m_struct = STRUCT (f1 int,
f2 REF m_array1,
f3 m_array1);
SYNMODE m_array3 = ARRAY (5:6) m_struct;
SYNMODE m_array4 = ARRAY (7:8
www.eeworm.com/read/147807/5720506
java uiselectmanytest.java
/*
* Copyright 2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m
www.eeworm.com/read/141300/5772648
mod cfunc.mod
/* $Id: cfunc.mod,v 1.3 2003/07/23 19:59:59 pnenzi Exp $ */
void ucm_print_param_types (ARGS)
{
int i;
if(INIT) {
/* Print scalar parameters */
printf("\nScalar param
www.eeworm.com/read/139332/5800591
hpp subarray.hpp
// Copyright 2002 The Trustees of Indiana University.
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy a