代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/102731/15760541

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/102731/15760587

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/102552/15773362

htm subject_21991.htm

序号:21991 发表者:lzh08 发表日期:2002-11-21 17:02:25 主题:这样使用模板为什么不对? 内容:#include <iostream>#include <cstdlib>#include <string>using namespace std;template &
www.eeworm.com/read/101790/15808379

htm subject_59382.htm

序号:59382 发表者:王小锋 发表日期:2003-11-07 14:14:26 主题:求救,请教一个template的问题 内容:#include <iostream>using namespace std;template <class elemType>class Array{public:
www.eeworm.com/read/101771/15818766

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/101771/15818812

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/314759/13559613

c config.c

#include #include #define EXTERN_LCD #include "lcd.h" #include "config.h" uchar k2=0,k4=0,k16=0;//,k5=0,k6=0,k7=0,k8=0,k1=0,k3=0;//,k9=0; uchar k18=0,k19=0,k20
www.eeworm.com/read/211049/15187847

c _dijkstra.c

/******************************************************************************* + + LEDA 3.0 + + + _dijkstra.c + + + Copyright (c) 1992 by Max-Planck-Institut fuer Informatik + Im Sta
www.eeworm.com/read/168845/5436068

cpp placement_new.cpp

/* * Copyright (c) 2004 Michael Stevens * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file * LICENSE_1_0.txt or copy at http:
www.eeworm.com/read/160611/5569329

c test_endswap.c

/* ** Copyright (C) 2002-2004 Erik de Castro Lopo ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU Lesser General Publi