搜索结果
找到约 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)
行业发展研究 主要包括Dolph-Chebyshev Linear Array 和Taylor Line Source Method的原理和仿真
主要包括Dolph-Chebyshev Linear Array 和Taylor Line Source Method的原理和仿真
通讯/手机编程 design LP,HP,B S digital Butterworth and Chebyshev filter. All array has been specified internally
design LP,HP,B S digital Butterworth and Chebyshev
filter. All array has been specified internally,so user only need to
input f1,f2,f3,f4,fs(in hz), alpha1,alpha2(in db) and iband (to specify
the type of to design). This program output hk(z)=bk(z)/ak(z),k=1,2,...,
ksection and the freq.
其他 FILLNANS replaces all NaNs in array using inverse-distance weighting between non-NaN values.
FILLNANS replaces all NaNs in array using inverse-distance weighting between non-NaN values.
数据结构 C/C++常用的数据结构类 包括: array.h: 安全数组
C/C++常用的数据结构类
包括:
array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低)
linkedlist.h: 普通链表(可随机访问,但访问效率低)
dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高)
hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运 ...
加密解密 Algorithm Festel. Programs read from file to array byte[]. key block = 64 data block = 128 if use
Algorithm Festel.
Programs read from file to array byte[].
key block = 64
data block = 128 if use classis Festel
data block = 256 if use modification Festel
其他 Program uses a 2-D dynamic array to store any number of sets of randomly generated LOTO 6/49 numbe
Program uses a 2-D dynamic array to store any
number of sets of randomly generated LOTO 6/49 numbers.
Simulation signed Lotto
Java编程 (1)添加构造方法以对数组赋初值。 (2)为Array类添加数组求和方法
(1)添加构造方法以对数组赋初值。
(2)为Array类添加数组求和方法,添加返回求和值的方法。
(3)编程利用Array计算数组的求和值并输出。
数学计算 中南赛区ACM竞赛题 Description Given a two-dimensional array of positive and negative integers, a sub-rec
中南赛区ACM竞赛题
Description
Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the whole array. The sum of a rectangle is the sum of all the elements in that rectangle. In this problem the sub-rectangl ...
数据结构 数据结构 包括数组(Array包) 和二叉树(Tree) 链表(Linelist包) 等等
数据结构
包括数组(Array包) 和二叉树(Tree) 链表(Linelist包) 等等
Linux/Unix编程 linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Array
linux下用C语言写的聊天程序!/*BUG and NOTE:
Not join protect to Shared Memory Segments,example Semaphore Arrays.
Not check the parameters validity.
When transmit may be error.
If the client program no right exit,others cannot know,the service program shouldbe check the client program whether exist t ...