代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/312211/13615451
cpp xpiksr2.cpp
#include
#include
#include
#include
#include "nr.h"
#include "print_array.h"
using namespace std;
// Driver for routine piksr2
int main(void)
{
www.eeworm.com/read/312211/13615563
cpp xsort2.cpp
#include
#include
#include
#include
#include "nr.h"
#include "print_array.h"
using namespace std;
// Driver for routine sort2
int main(void)
{
www.eeworm.com/read/308765/13693016
c minimumvalue.c
// ****************************************************************
// Description: Library function to determine the
// minimum value within a integer array. Note this code stresses
// simplici
www.eeworm.com/read/308765/13693019
c maximumvalue.c
// ****************************************************************
// Description: Library function to determine the
// maximum value within a integer array. Note this code stresses
// simplici
www.eeworm.com/read/308765/13693207
c minimumvalue.c
// ****************************************************************
// Description: Library function to determine the
// minimum value within a integer array. Note this code stresses
// simplici
www.eeworm.com/read/308765/13693209
c maximumvalue.c
// ****************************************************************
// Description: Library function to determine the
// maximum value within a integer array. Note this code stresses
// simplici
www.eeworm.com/read/308670/13696892
c init-a.c
/*-*/
/********************************************************
* Name: Zero arrays. *
* *
* Purpose: Shows two ways an array can be cleared. *
* *
* Usage: Running it is no
www.eeworm.com/read/304660/13790149
c pango-tabs.c
/* Pango
* pango-tabs.c: Tab-related stuff
*
* Copyright (C) 2000 Red Hat Software
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Librar
www.eeworm.com/read/301998/13844925
c tcc_dvb-rcs_pc.c
/* Non-binary Turbo code Test Driver: Max_log_map */
/* Creation date : Jan.17 2001 */
/* Programmer: Gao yingzi */
/* Last modified date: Nov.16 2001 */
/* This program simulates the DVB-
www.eeworm.com/read/143582/5756673
cpp main.cpp
// main.cpp - Testing the FindArray subroutine.
#include
#include
#include "findarr.h"
int main()
{
const unsigned ARRAY_SIZE = 10000;
long array[ARRAY_SIZE];