资源列表
[matlab例程] boshuyumusic
说明:矢量阵的波束域music算法,克服在阵元域波进行music算法需要较高的信噪比及各阵元需要相位意志性的缺点-Vector array beam domain music algorithms, to overcome the array element in the music domain wave algorithm requiring a higher level of signal to noise ratio and the array element will need to pha<dsl> 在 2025-08-26 上传 | 大小:1kb | 下载:0
[matlab例程] shipinfenxi2
说明:时频分析的一个简单明了的小程序。给出了频率标注时怎样才能精确的显示频率分析的结果-Time-frequency analysis of a simple small program. Marked when the frequency is given how to accurately display the results of frequency analysis<dsl> 在 2025-08-26 上传 | 大小:1kb | 下载:0
[matlab例程] mohushanmian
说明:对波束形成中的非模糊扇面和模糊扇面作了仿真研究,并给出多波束形成的程序代码。 注:本人上传程序代码均为本人在长期工作中的原创程序。-Of beamforming fan of the non-fuzzy and fuzzy simulation of fan made, and gives the formation of multi-beam program code. Note: I upload all my code in the original long-term work pr<dsl> 在 2025-08-26 上传 | 大小:1kb | 下载:0
[Internet/网络编程] server1
说明:一个十分好SOCKET程序源代码(服务器端)-SOCKET a very good source code (server side)<zhangjian> 在 2025-08-26 上传 | 大小:1kb | 下载:0
[Modem编程] EnergyTest
说明:Modem设计中的能量检测模块,用于突发Modem中检测是否有信号出现。-Modem design of the energy detection module for sudden Modem detected whether there is signal.<viterbi> 在 2025-08-26 上传 | 大小:1kb | 下载:0
[组合框控件] Place
说明:this java code can be used for record place in travelling. it has descr iption of weather, land,date.etc. it needs eclipse environment-this java code can be used for record place in travelling. it has descr iption of weather, land, date.etc. it needs<yang> 在 2025-08-26 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] fet410_ta_pwm01
说明:msp430f41x的pwm子程序(脉宽调制)-Subroutine msp430f41x the pwm (pulse width modulation)<Chenshiguang> 在 2025-08-26 上传 | 大小:1kb | 下载:0
[其他小程序] erchashudejianliyubianli
说明:程序运行时,先输入二叉树结点的值(一个字符),先建立二叉树,然后对建立的二叉树分别进行先序、中序、后序遍历;要求格式化输出遍历结果:每一序列数据之间用“—〉”分开,三种遍历结果应该分行显示;输出结果之前最好给出提示,如:“InOrderTraverse:”。-Program runs, enter the value of binary tree nodes (one character), first create a binary tree, and then the establishme<金瑶> 在 2025-08-26 上传 | 大小:1kb | 下载:0
[其他小程序] kuohaopipei
说明:假设表达式中包含两种括号:圆括号和方括号,其嵌套顺序随意,即([]())或[([])]等为正确的格式,[(])或([())或(()]均为不正确的格式。检验括号是否匹配可以用堆栈来实现。-The assumption that expression contains two brackets: parentheses and brackets, the nested sequence of random, that is, or ([]()) [([])] such as the correct<金瑶> 在 2025-08-26 上传 | 大小:1kb | 下载:0
[其他小程序] JosephusRing
说明:约瑟夫环问题(Josephus),用户输入M,N值,从1至N开始顺序循环数数,每数到M输出该数值,直至全部输出。由于当某个人退出圆圈后,报数的工作要从下一个人开始继续,剩下的人仍然是围成一个圆圈的,可以使用循环表,由于退出圆圈的工作对应着表中结点的删除操作,对于这种删除操作频繁的情况,选用效率较高的链表结构,为了程序指针每一次都指向一个具体的代表一个人的结点而不需要判断,链表不带头结点。所以,对于所有人围成的圆圈所对应的数据结构采用一个不带头结点的循环链表来描述。设头指针为p,并根据具体情况移动<金瑶> 在 2025-08-26 上传 | 大小:1kb | 下载:0