资源列表
[matlab例程] music-
说明:MUSIC方法估计DOA,并求出了估计角-MUSIC method estimates DOA, and finds the estimated angle<tangxiaoguo> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[matlab例程] TLS-ESPRIT
说明:TLS-ESPRIT 方法估计DOA,并求出估计角-TLS-ESPRIT method estimates DOA,and finds the angle<tangxiaoguo> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[matlab例程] zuixiaomo
说明:最小模法估计DOA,并求出估计角,这是一种传统的DOA估计方法。-Minimum norm method to estimate the DOA, and find the estimated angle, which is a traditional method of DOA estimation.<tangxiaoguo> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[数据结构常用算法] danlianbiao
说明:循环单链表基本算法实现,如初始化,尾插法,输出,插入,删除等-Circulation single linked list of basic algorithms, such as initialization, the end of interpolation, output, insert, delete, etc.<hanmo> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shunxubiao
说明:顺序表算法实现,如初始化,尾插法,输出,判断是否为空,插入元素,删除等-Sequence table algorithm, such as initialization, tail interpolation, the output, to determine whether the air, into the element, delete, etc.<hanmo> 在 2025-06-26 上传 | 大小:1kb | 下载:0
[数据结构常用算法] stop
说明:由于停车场是一个狭窄通道,问题要求汽车“到达”或“离去”信息。由此很容易联想到数据结构中的堆栈模型,因此可首先设计一个堆栈,以堆栈来模拟停车场,又每个汽车的车牌号都不一样,这样一来可以根据车牌号准确找到汽车位置,所以堆栈里的数据元素我设计成汽车的车牌号。当停车场内某辆车要离开时,在他之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入停车场。这是一退一进的过程,而且让道的汽车必须保持原有的先后顺序,因此可再设计一个堆栈,以之来暂时存放为出站汽车暂时让道的汽车车牌号。当<赵云> 在 2025-06-26 上传 | 大小:3kb | 下载:0