代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/171829/9734148
c hugeint.c
#include
#include
void main(void)
{
long int i;
int huge *big_array;
if ((big_array = (int huge *) halloc (100000L,
sizeof(long int))) == NULL)
www.eeworm.com/read/171829/9735119
c sum_2d.c
#include
long sum_array(int array[], int elements)
{
long sum = 0;
int i;
for (i = 0; i < elements; i++)
sum += array[i];
return(sum);
}
void main(voi
www.eeworm.com/read/171829/9735958
c hugeint.c
#include
#include
void main(void)
{
long int i;
int huge *big_array;
if ((big_array = (int huge *) halloc (100000L, sizeof(long int))) == NULL)
www.eeworm.com/read/367342/9755728
c hugeint.c
#include
#include
void main(void)
{
long int i;
int huge *big_array;
if ((big_array = (int huge *) halloc (100000L, sizeof(long int))) == NULL)
www.eeworm.com/read/367342/9755808
c hugeint.c
#include
#include
void main(void)
{
long int i;
int huge *big_array;
if ((big_array = (int huge *) halloc (100000L,
sizeof(long int))) == NULL)
www.eeworm.com/read/367177/9767874
java biorhythms.java
package PKU;
import java.util.Scanner;
/**
* ID:1006
*
* @author yhm
*
*/
public class Biorhythms {
public static void main(String args[]) throws Exception {
Scanner cin = new S
www.eeworm.com/read/170899/9780755
h hmm.h
// file : hmm.h
// version: 1.03 [August 21, 1995]
/*
Copyright (C) 1994 Richard Myers and James Whitson
Permission is granted to any individual or institution to use, copy, or
redistribute th
www.eeworm.com/read/270082/11049112
c hugeint.c
#include
#include
void main (void)
{
long int i;
int huge *big_array;
if ((big_array = (int huge *) halloc (100000L,
sizeof(long int))) == NULL)
www.eeworm.com/read/415642/11060171
vhdl fixed_synth.vhdl
-- Synthesis test for the fixed point math package
-- This test is designed to be synthesizable and exercise much of the package.
-- Created for vhdl-200x by David Bishop (dbishop@vhdl.org)
-- -------
www.eeworm.com/read/148290/12476752
h hmm.h
// file : hmm.h
// version: 1.03 [August 21, 1995]
/*
Copyright (C) 1994 Richard Myers and James Whitson
Permission is granted to any individual or institution to use, copy, or
redistribute th