代码搜索:Microphone array
找到约 10,000 项符合「Microphone array」的源代码
代码结果 10,000
www.eeworm.com/read/311266/13633040
h _array.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreem
www.eeworm.com/read/310869/13642051
cpp array.cpp
//5.完成编程练习4,但这一次使用一个二维数组来存储输入---3年中每个月的销售量.
//程序将报告每年销售量以及3年的总销售量.
#include
using namespace std;
int main()
{
int sell[3][12];
int per_year=0;
int tot_sell=0;
for(int i=0
www.eeworm.com/read/308712/13694828
c array.c
/*定义的二组数组,无法通过编译
编译后注意Build页面卡显示:error C241:'main':auto segment too large
注意:内存设定为small模式
*/
#include "reg51.h"
void main()
{ float a[10][10];
for(;;)
{;}
}
www.eeworm.com/read/308712/13694829
opt array.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/308712/13694831
obj array.obj
www.eeworm.com/read/308712/13694836
lst array.lst
C51 COMPILER V8.02 ARRAY 03/12/2008 12:22:49 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE ARRAY
OBJECT MODULE PLACED IN a
www.eeworm.com/read/308712/13694837
plg array.plg
礦ision3 Build Log
Project:
F:\gongshuchao\单片机c 光盘\exam\CH05\array\array.uv2
Project File Date: 03/11/2008
Output:
Load "F:\\gongshuchao\\单片机c
www.eeworm.com/read/308670/13696741
c array.c
/*-*/
/********************************************************
* Name: *
* Array *
* *
* Purpose: *
* Average the items in a 5 element array. *
* *
* Usage: *
www.eeworm.com/read/308666/13697404
cpp array.cpp
#include
using namespace std;
int num=0;
void main()
{
int line,row;
coutrow;
int **p=new int*[line];
for(int i=0;i