搜索结果
找到约 250 项符合
Microphone 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 ...
单片机开发 Sensing in autonomous vehicles is a growing field due to a wide array of military and reconnaissance
Sensing in autonomous vehicles is a growing field due to a wide array of military and reconnaissance applications. The Adaptive Communications and Signals Processing Group (ACSP) research group at Cornell specializes in studying various aspects of autonomous vehicle control. Previously, ACSP has exa ...
数据结构 数据结构 包括数组(Array包) 和二叉树(Tree) 链表(Linelist包) 等等
数据结构
包括数组(Array包) 和二叉树(Tree) 链表(Linelist包) 等等
JavaScript A program to demonstrate a method returning an array.
A program to demonstrate a method returning an array.
JavaScript A Java example to insert element into sorted array
A Java example to insert element into sorted array
系统设计方案 Maximum Likelihood Methods in Radar Array Signal Processing
Maximum Likelihood Methods in Radar Array Signal Processing
MySQL数据库 array to json php code version 1
array to json php code version 1
数据结构 C/C++常用的数据结构类 包括: array.h: 安全数组
C/C++常用的数据结构类
包括:
array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低)
linkedlist.h: 普通链表(可随机访问,但访问效率低)
dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高)
hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运 ...
matlab例程 This MATLAB code calculates the array factor for N element linear array. N单元线性阵列的方向图函数MATLAB仿真代码
This MATLAB code calculates the array factor for N element linear array. N单元线性阵列的方向图函数MATLAB仿真代码
matlab例程 "arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover fun
"arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover function for
apattern.函数“arect”是给出一个方向图的3D图。函数“makepattern”是计算一个阵列方向图的值。