代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/137955/13276849
sbk array.sbk
.global main
.section ".text"
.align 4
main:
save %sp,-144,%sp
mov %g0,%i4
.L2:
mov %g0,%i5
.L6:
sll %i5,2,%i2
sll %i4,4,%i1
set x,%i0
add %i1,%i0,%i1
smul %i4,1000,%i0
add %i0,%i5,%i0
st %i0,[%i2+%i1
www.eeworm.com/read/324224/13278664
java array.java
package gscript;
/**
* 自定义数组 Array that define myself
* Title:
* Description:
* Copyright: Copyright (c) 2007
* Company:
* @author not attributable
* @v
www.eeworm.com/read/238965/13312622
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/137548/13312704
cpp array.cpp
//: C16:Array.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "../require.h"
#include
www.eeworm.com/read/238965/13312790
fig array.fig
www.eeworm.com/read/238962/13312888
inc array.inc
;----------------------------------------------------------
; 作者:陈文尧
; 文件:Array.inc
; 版本:1.04
; 创建日期:2001.08.01
;----------------------------------------------------------
FARRAY struc
www.eeworm.com/read/137116/13345327
h array.h
#ifndef ARRAY_CLASS
#define ARRAY_CLASS
#include
#include
const DefaultSize=100;
template
class Array
{
public:
Array(int size=DefaultSize);
~Array(
www.eeworm.com/read/136690/13365705
jc array.jc
/*
* array.jc
*
* This script tests / demonstrates the built-in array.
* The built-in array is a simple, one dimensional array, which can grow
* dynamically, based on the index used to rea
www.eeworm.com/read/322598/13373814
rc array.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/322598/13373816