代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/365798/9846130
c array.c
#include "ocilib.h"
int main()
{
OCI_Connection *cn;
OCI_Statement *st;
int tab_int[1000];
char tab_str[1000][21];
int i;
if (!OCI_Initialize(NULL, NULL, OCI_EN
www.eeworm.com/read/169311/9867446
h array.h
//
// File: array.h
// Date: 16-Jul-95
// Description: array template
//
/*
* Copyright (c) 1995 David A. Holland.
* All rights reserved.
*
* Redistribution and use in source and b
www.eeworm.com/read/364455/9906193
cpp array.cpp
#include "array.h"
template
void Array::copyFrom(const Array &x)
{
int n= x.ArraySize;
ArraySize=n;
elements = new Type[x.ArraySize];
if ( elemen
www.eeworm.com/read/364455/9906203
h array.h
#ifndef _ARRAY_H_
#define _ARRAY_H_
#include
#include
using namespace std;
#define DefaultSize 10
template < class Type>
class Array {
public:
Array( int Size =
www.eeworm.com/read/364310/9912818
m array.m
function varargout = array(varargin)
% ARRAY M-file for array.fig
% ARRAY, by itself, creates a new ARRAY or raises the existing
% singleton*.
%
% H = ARRAY returns the handle to a
www.eeworm.com/read/364310/9912936
fig array.fig
www.eeworm.com/read/363962/9928150
art array.art
www.eeworm.com/read/363962/9928152
h array.h
www.eeworm.com/read/363962/9928167