搜索结果
找到约 394 项符合
Microphone array 的查询结果
按分类筛选
- 全部分类
- 技术资料 (149)
- 学术论文 (39)
- 其他 (17)
- matlab例程 (17)
- 数学计算 (13)
- 其他书籍 (11)
- Java编程 (10)
- 单片机编程 (9)
- 数据结构 (9)
- VC书籍 (7)
- 书籍 (6)
- 教程资料 (5)
- Delphi控件源码 (5)
- 系统设计方案 (5)
- JavaScript (5)
- 模拟电子 (4)
- 可编程逻辑 (4)
- Linux/Unix编程 (4)
- 编译器/解释器 (4)
- 单片机开发 (4)
- VHDL/FPGA/Verilog (4)
- 软件设计/软件工程 (4)
- DSP编程 (3)
- 数值算法/人工智能 (3)
- 文件格式 (3)
- 汇编语言 (3)
- GPS编程 (3)
- 通讯/手机编程 (2)
- 书籍源码 (2)
- 驱动编程 (2)
- 编辑器/阅读器 (2)
- 多国语言处理 (2)
- 嵌入式/单片机编程 (2)
- Java书籍 (2)
- 中间件编程 (2)
- 源码 (1)
- 论文 (1)
- PCB相关 (1)
- C/C++语言编程 (1)
- 电源技术 (1)
- 无线通信 (1)
- 加密解密 (1)
- 软件工程 (1)
- 开发工具 (1)
- Matlab (1)
- 嵌入式综合 (1)
- 压缩解压 (1)
- Internet/网络编程 (1)
- Modem编程 (1)
- 游戏 (1)
- 通讯编程文档 (1)
- 人工智能/神经网络 (1)
- 文章/文档 (1)
- 微处理器开发 (1)
- BREW编程 (1)
- VxWorks (1)
- 其他行业 (1)
- Windows CE (1)
- Symbian (1)
- MySQL数据库 (1)
- SQL Server (1)
- 行业发展研究 (1)
- VIP专区 (1)
技术资料 C 基础教程-数组操作-用Array来操作
C#基础教程-数组操作-用Array来操作
软件设计/软件工程 This is a short text on arrays and pointers in C with an emphasis on using multi-dimensional array
This is a short text on arrays and pointers in C with an emphasis
on using multi-dimensional arrays. The seemingly unrelated C rules
are explained as an attempt to unify arrays and pointers, replacing
arrays and the basic array equation by a new notation and special
rules
多国语言处理 The angles in degrees of the two spatially propagating signals Compute the array response vectors o
The angles in degrees of the two spatially propagating signals
Compute the array response vectors of the two signals
Compute the true covariance matrix
matlab例程 Photovoltaic array modeling explained. Matlab/Simulink models available for download.
Photovoltaic array modeling explained. Matlab/Simulink models available for download.
其他书籍 Support Vector Machines for Antenna Array Processing and Electromagnetics,by: Manel Martinez-Ramon a
Support Vector Machines for Antenna Array Processing and Electromagnetics,by: Manel Martinez-Ramon and Christos Cristodoulou,Copyright 2006 by Morgan and Claypool.this book is one of the best books about svm. it has some excellent example in matlab.
技术资料 04 calgary PhD Epipolar Resampling of Linear Array Scanner Scenes.pdf
资料->【E】光盘论文->【E1】斯坦福博士论文->04 calgary PhD Epipolar Resampling of Linear Array Scanner Scenes.pdf
文件格式 Aiming at the application of passive trackinn based on sensor array, a new passive trackinn usinn se
Aiming at the application of passive trackinn based on sensor array, a new passive trackinn usinn sensor array
based on particle filter was proposed. Firstly, the“fake points" could be almost entirely and exactly deleted with the aids of the
sensor array at the expense of an additional sensor. Seco ...
数据结构 The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value
The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 bits. And the operat ...
VC书籍 this program is counting_sort that writted with c++. this program get an array and sort it in order
this program is counting_sort that writted with c++.
this program get an array and sort it in order n.
VC书籍 this program is insertion_sort that writted with c++. this program get an array and sort it in orde
this program is insertion_sort that writted with c++.
this program get an array and sort it in order n^2.