代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/403190/2314660
svn-base tnt_array1d.h.svn-base
/*
*
* Template Numerical Toolkit (TNT)
*
* Mathematical and Computational Sciences Division
* National Institute of Technology,
* Gaithersburg, MD USA
*
*
* This software was developed at th
www.eeworm.com/read/403190/2314666
svn-base tnt_array3d.h.svn-base
/*
*
* Template Numerical Toolkit (TNT): Three-dimensional numerical array
*
* Mathematical and Computational Sciences Division
* National Institute of Technology,
* Gaithersburg, MD USA
*
*
www.eeworm.com/read/403190/2314670
svn-base tnt_array2d.h.svn-base
/*
*
* Template Numerical Toolkit (TNT): Two-dimensional numerical array
*
* Mathematical and Computational Sciences Division
* National Institute of Technology,
* Gaithersburg, MD USA
*
*
*
www.eeworm.com/read/403190/2314695
h tnt_fortran_array1d_utils.h
#ifndef TNT_FORTRAN_ARRAY1D_UTILS_H
#define TNT_FORTRAN_ARRAY1D_UTILS_H
#include
namespace TNT
{
/**
Write an array to a character outstream. Output format is one that can
www.eeworm.com/read/403190/2314702
h tnt_fortran_array2d_utils.h
#ifndef TNT_FORTRAN_ARRAY2D_UTILS_H
#define TNT_FORTRAN_ARRAY2D_UTILS_H
#include
namespace TNT
{
/**
Write an array to a character outstream. Output format is one that c
www.eeworm.com/read/403190/2314703
h tnt_fortran_array3d_utils.h
#ifndef TNT_FORTRAN_ARRAY3D_UTILS_H
#define TNT_FORTRAN_ARRAY3D_UTILS_H
#include
#include
namespace TNT
{
/**
Write an array to a character outstream. Output f
www.eeworm.com/read/366702/2876000
f90 derived_comp_array_ref_7.f90
! { dg-do run }
! Check the fix for PR32129 #4 in which the argument 'vec(vy(i, :))' was
! incorrectly simplified, resulting in an ICE.
!
! Reported by Francois-Xavier Coudert
www.eeworm.com/read/366702/2876014
f90 derived_comp_array_ref_6.f90
! { dg-do compile }
! Check the fix for PR32129 in which the argument 'vec(vy(i, :))' was
! incorrectly simplified, resulting in an ICE and a missed error.
!
! Reported by Tobias Burnus
www.eeworm.com/read/366702/2876096
f90 auto_char_dummy_array_1.f90
! { dg-do run }
! This tests the fix for pr15809 in which automatic character length,
! dummy, pointer arrays were broken.
!
! contributed by Paul Thomas
!
module global
charact
www.eeworm.com/read/366702/2876280
f90 alloc_comp_auto_array_1.f90
! { dg-do run }
! Fix for PR29699 - see below for details.
!
! Contributed by Tobias Burnus
!
PROGRAM vocabulary_word_count
IMPLICIT NONE
TYPE VARYING_STRING
CHARACTER,D