代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/155960/5617449
3 tpm_quote.3
.\" Copyright 2004 IBM (Jeff Kravitz)
.\"
.\" Written Feb 10 2004, Jeff Kravitz
.\"
.TH "TPM_Quote" 3 2004-03-29 "IBM" "TPM Library"
.SH NAME
TPM_Quote
.SH SYNOPSIS
.nf
.B #include
.sp
.B
www.eeworm.com/read/155175/5628874
java actor.java
package com.croftsoft.core.role.actor;
/*********************************************************************
* A semantic interface for bootstrapping the exchange of semantic
www.eeworm.com/read/475955/6770895
c arrayadd.c
#include
void main(void)
{
int count[10];
float salaries[5];
long distances[10];
printf("Address of the array count is %x\n", count);
printf("Address of the array
www.eeworm.com/read/475955/6770915
c arraytwo.c
#include
void main(void)
{
int count[10];
float salaries[5];
long distances[10];
printf("Address of the array count is %x &count is %x\n",
count, &count);
p
www.eeworm.com/read/476072/6773310
m shiftleft.m
% This function shiftlefts an array n times
function [B]=shiftleft(A,n)
A=A';
A=circshift(A,n);
B=A';
end
www.eeworm.com/read/193461/8225744
html vertexpointer.html
NAME
glVertexPointer - define an array of vertex data
C SPECIFICATION
void glV
www.eeworm.com/read/193461/8225786
html texcoordpointer.html
NAME
glTexCoordPointer - define an array of texture coordinates
C SPECIFICATION
void
www.eeworm.com/read/193461/8225849
html normalpointer.html
NAME
glNormalPointer - define an array of normals
C SPECIFICATION
void glNorma
www.eeworm.com/read/193461/8225871
html arrayelement.html
NAME
glArrayElement - render a vertex using the specified vertex
array element
C SPECIFICATION
www.eeworm.com/read/193461/8226074
html indexpointer.html
NAME
glIndexPointer - define an array of color indexes
C SPECIFICATION
void gl