资源列表
[matlab例程] matchfilter
说明:匹配滤波器在线性调频脉冲中应用举例程序。用matlab绝对可以实现。-Linear chirp matched filter application examples in the program. With matlab can definitely be achieved.<陈洱> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] EightPPuzzle
说明:这是用C++写的八数码和八王后问题的代码,功能可能简单点,但是都实现了基本功能。所以是应付课程设计的不错选择。-This is written in C++ digital and eight queen problem code, functions may be simple, but can realize the basic functions of. So it is a good choice to cope with the curriculum design.<lzq> 在 2025-06-05 上传 | 大小:15kb | 下载:0
[matlab例程] shannon
说明:信息论中变长编码的香农编码程序,大家可以互相学习-In the information theory of shannon length coding encoding process, we can learn from each other<laijingbiao> 在 2025-06-05 上传 | 大小:25kb | 下载:0
[数据结构常用算法] tudechuangjianyujibencaozuo
说明:数据结构图的创建与基本操作,可以帮助大家解决一些问题-The creation of the data structure and basic operation<romeko> 在 2025-06-05 上传 | 大小:14kb | 下载:0
[matlab例程] stepsyn2
说明:通过步进频率技术进行带宽合成,通过脉冲压缩,验证先压缩与后压缩的区别。结果表演,压缩后拼接与拼接后压缩效果一致。-Through the step frequency technology for the synthesis of bandwidth, through the pulse compression, verify the compression sequence don t affect the result of bandwidth synthesis.<zhengchao> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[matlab例程] rd_synthesis
说明:通过频域合成和复图像合成,实现一维信号的带宽合成,从而提高回波信号距离向的分辨率。-Through the frequency domain synthesis and complex image synthesis, realize a d signal bandwidth synthesis, so as to improve the echo signal to the resolution of the distance.<zhengchao> 在 2025-06-05 上传 | 大小:4kb | 下载:0
[数学计算/工程计算] c-P-P-algorithm-procedures
说明:程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减<yang> 在 2025-06-05 上传 | 大小:269kb | 下载:0