登录
首页 » matlab » 201713210947987

201713210947987

于 2020-05-12 发布
0 189
下载积分: 1 下载次数: 0

代码说明:

说明:  基阵信号处理,此程序为线阵面阵圆阵的方向图。(Array signal processing, linear array circular array pattern.)

文件列表:

均匀圆阵方向图.m, 1368 , 2008-04-28
均匀面阵方向图.m, 1642 , 2008-05-05
均匀线阵方向图.m, 1233 , 2008-12-02
www.downma.com.txt, 153 , 2017-08-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 英特尔PIII CPU的软件开发手册描述了英特尔IA
    Intel PIII CPU 软件开发手册 描述了Intel IA-32 CPU体系下的程序设计 为Intel公司原著,由三个PDF文件组成,描述了Intel IA-32 CPU体系下的程序设计,分别为: 第一卷:基本体系 第二卷:指令集参考 第三卷:系统编程指南-Intel PIII CPU software development manual describes the Intel IA-32 CPU system of procedures designed to Intel original, by the three PDF files, describing the Intel IA-32 CPU system of programming, as follows : Volume I : Basic System Volume II : Instruction Set reference Volume III : System Programming Guide
    2022-01-25 16:31:32下载
    积分:1
  • 声-光报警程序 运行步骤:1.按下一次开关SW3,开始声-光报警,再按下一次则停止 重复上述操作* 2.按下"q"或者"Q",退出-this is a sound-light alarm program. Steps:1. push switch3,starting alarm,push switch3 again,it will stop. 2. push Q then quit.
    2022-08-15 01:26:41下载
    积分:1
  • Prepared by the assembly language DS18B20 based multi
    由汇编语言编写的基于DS18B20的多点温度检测程序源码,程序调试通过,不用作改动就可以运行在单片机系统中。-Prepared by the assembly language DS18B20 based multi-point temperature of the source detection procedure, program debugging through, do not make changes to be able to run in single-chip system.
    2023-01-20 11:15:04下载
    积分:1
  • #include <iostream> #include <stack> #define MAX_SIZE...
    非递归的快速排序算法-#include #include #define MAX_SIZE 11 using namespace std typedef int elem typedef std::stack Stack int partition(elem*pData, int low, int high) void swap(elem& a, elem& b) void qsort(elem* pData, int low, int high) int partition(elem*pData, int low, int high) { elem key = pData[low] while(low < high) { while(low < high && pData[high] >= key) high-- swap(pData[low], pData[high]) while(low < high && pData[low]
    2022-05-08 16:41:43下载
    积分:1
  • 实验作业,调试正确的词法分析.帮助有需要的朋友少走弯路...
    汇编语言实验作业,调试正确的词法分析.帮助有需要的朋友少走弯路-assembly language experiment operations, debugging correct lexical analysis. Help the needy friends detours!
    2022-03-17 09:31:47下载
    积分:1
  • Python对文件IO操作
    filePath="c:/test/tt.txt" #从文件中读取信息 f=open(filePath, "r")#运用读的方式打开文件, for line in f: #每次读取文件的一行内容      print(line) f.close() #向文件中写入信息 f=open(filePath, "a") #这里有两种方式:第一种是以w的形式,它写入时将会清空以前的数据然后再写入数据,第二种是以a的形式,它以追加的形式写入数据 f.write("我开始向文件中写入信息 ") f.writelines("我已经向文件写入了信息") f.close()
    2022-03-02 22:46:33下载
    积分:1
  • tlv2544/48例行公事
    TLV2544/48 Interface routine
    2022-05-13 05:16:19下载
    积分:1
  • Single
    单片机LCD程序,用汇编语言写的,里面有详细的源代码和电路图-Single-chip LCD procedures, using assembly language to write, and there are detailed source code and circuit diagram
    2022-07-04 02:42:03下载
    积分:1
  • temp
    C8051F020读取DS18B20时的汇编语言程序,已测试通过。(C8051F020 read DS18B20 assembly language at the time of procedure, have been tested.)
    2009-04-21 15:24:14下载
    积分:1
  • 小小的BIOS了解BIOS非常好的资料,大家可以学习一下
    tiny bios--了解BIOS非常好的资料,大家可以学习一下-tiny bios very good understanding of BIOS data, everyone can learn about
    2022-06-01 15:34:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载