代码搜索:Microphone array

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

代码结果 10,000
www.eeworm.com/read/326893/13110347

c funct_2d.c

#include void show_2d_array(int array[][10], int rows) { int i, j; for (i = 0; i < rows; i++) for (j = 0; j < 10; j++) printf("array[%d][%d] = %d\n", i, j, array
www.eeworm.com/read/241840/13112528

c averagevalue.c

// **************************************************************** // Description: Library function to determine the // average value of a integer array. Note this code stresses // simplicity o
www.eeworm.com/read/241840/13113309

c averagevalue.c

// **************************************************************** // Description: Library function to determine the // average value of a integer array. Note this code stresses // simplicity o
www.eeworm.com/read/139229/13172814

cpp hnquickselecttest.cpp

/* * HnQuickSelectTest.cc * Copyright (C) 1999 Norio Katayama * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public
www.eeworm.com/read/324350/13269836

cpp pgm15_04.cpp

// // This file contains the C++ code from Program 15.4 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/324350/13270106

cpp pgm15_06.cpp

// // This file contains the C++ code from Program 15.6 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/324350/13270572

cpp pgm04_20.cpp

// // This file contains the C++ code from Program 4.20 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/137985/13275439

c labyrinth2.c

#include #include #define A 8 #define B 6 struct stack{ struct node{ int data1; int data2; }a[1000]; int top; }; typedef struct stack STACK;
www.eeworm.com/read/137531/13314771

c funct_2d.c

#include void show_2d_array(int array[][10], int rows) { int i, j; for (i = 0; i < rows; i++) for (j = 0; j < 10; j++) printf("array[%d][%d] = %d\n", i, j, array
www.eeworm.com/read/137229/13338378

rea malloc~1.rea

########################################################### Information on file: malloc4.c Written by Xavier Bouyssounouse. ########################################################### Routines in