代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/252976/12252127
h array.h
/* Copyright (C) (2007) (Benoit Favre)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publish
www.eeworm.com/read/150696/12270941
c array.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
Code for handling arrays with can grow dynam
www.eeworm.com/read/338509/12302857
h array.h
#pragma once
#include "mylib.h"
namespace mylib {
template
class array {
public:
//type定义
typedef Ty value_t
www.eeworm.com/read/252063/12305111
h array.h
/* 安全数组(可扩充大小)
*
*/
#ifndef ARRAY_CLASS
#define ARRAY_CLASS
#include
template
class Array
{
private:
// 一个动态申请的包含 size 个元素的表
T *alist;
int size;
public
www.eeworm.com/read/337687/12349668
csp array.csp
function main() {
var a = new array ( 1, 2, 3 );
print ("length=", a.length, "\n" );
for ( var i=0; i < a.length; i++ )
print("a[",i,"]=",a[i],"\n");
}
www.eeworm.com/read/337621/12355861
h array.h
//含向量类
#include
#include
#include
const unsigned DefaultSize=30;
templateclass array{
//数组是数据类型相同的n (size)个元素的一个收集,下标范围从0到n-1。
//对数组中
www.eeworm.com/read/337621/12355959
h array.h
//含向量类
#include
#include
#include
const unsigned DefaultSize=30;
templateclass array{
//数组是数据类型相同的n (size)个元素的一个收集,下标范围从0到n-1。
//对数组中
www.eeworm.com/read/337621/12356024
h array.h
//含向量类
#include
#include
#include
const unsigned DefaultSize=30;
templateclass array{
//数组是数据类型相同的n (size)个元素的一个收集,下标范围从0到n-1。
//对数组中
www.eeworm.com/read/337621/12356035
h array.h
//含向量类
#include
#include
#include
const unsigned DefaultSize=30;
templateclass array{
//数组是数据类型相同的n (size)个元素的一个收集,下标范围从0到n-1。
//对数组中
www.eeworm.com/read/337621/12356057
h array.h
//含向量类
#include
#include
#include
const unsigned DefaultSize=30;
templateclass array{
//数组是数据类型相同的n (size)个元素的一个收集,下标范围从0到n-1。
//对数组中