-
20180409081828
实现海杂波的滤波。针对海杂波各种噪声分析,滤波,给出去杂后真实信号的matlab程序(Filtering of sea clutter)
- 2018-04-09 09:00:14下载
- 积分:1
-
freqresponse
matlab对信号的处理,主要是针对振动信号的处理,包括加速度积分到位移,时域经快速傅里叶变换到频域(The signal processing of MATLAB is mainly aimed at the processing of vibration signal, including acceleration integral to displacement, time domain and FFT to frequency domain)
- 2020-11-11 16:39:44下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
C语言精彩编程很好的资料
C语言精彩编程很好的资料-C Programming Language wonderful good information
- 2023-03-27 01:55:04下载
- 积分:1
-
Learning_network_Services
its about Network services...
- 2010-01-01 20:18:18下载
- 积分:1
-
一个图书管理系统,还是又一定的功能,供大家研究.
一个图书管理系统,还是又一定的功能,供大家研究.-a library management system, or be in a certain functions, for everyone to consider.
- 2022-01-25 19:16:52下载
- 积分:1
-
基于线性矩阵不等式理论对网络控制系统的控制器设计及方法进行了详细阐述,并进行了仿真试验,验证了所提出的方法的有效性。...
基于线性矩阵不等式理论对网络控制系统的控制器设计及方法进行了详细阐述,并进行了仿真试验,验证了所提出的方法的有效性。-Based on linear matrix inequalities theory of networked control systems with controller design and methods in detail, and carried out a simulation test to verify the proposed method is effective.
- 2022-01-27 21:23:12下载
- 积分:1
-
Computer-Scientist
关于python学习的一本书,可以参考,是英文版的。(A book on python and computer)
- 2014-12-18 15:23:31下载
- 积分:1
-
091749210801295
说明: 从一张图片上对绝缘子的背景处理,进而提取绝缘子图像(Extraction of insulator from a picture)
- 2020-03-13 15:43:51下载
- 积分:1
-
breakerarcmodel
这是一个关于断路器电弧的pscad程序软件,需要者可下载(This is a PSCAD program software for circuit breaker arc, which can be downloaded by users.)
- 2018-04-17 23:36:46下载
- 积分:1