-
HHT-Transfer
信号处理中的希尔伯特—黄变换,用labvIEW编程,适用(HHT in signor processing )
- 2012-02-19 16:04:53下载
- 积分:1
-
relax
RELAX谱估计法的matlab源代码,已经通过验证(RELAX spectral estimation method matlab source code has been validated)
- 2009-07-08 15:54:24下载
- 积分: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
-
STM32固件库使用手册的中文翻译版
STM32固件库使用手册的中文翻译版,STM32固件库函数说明(STM32F10x_StdPeriph_Lib_V3.5.0)
- 2020-06-17 12:40:02下载
- 积分:1
-
文本分类工具libsvm
文本分类工具libsvm-2.9.zip
信息检索和数据挖掘的中用到的工具包,
里面有C++、JAVA、Python等多个语言版本-Libsvm-2.9.zip text classification tool for information retrieval and data mining tools used in the package, inside C++, JAVA, Python and other languages
- 2023-08-11 01:30:03下载
- 积分:1
-
网站图标,很实用的网站图标,可以用于网站的LONGO,个人名片等等,解压密码为www.csai.cn...
网站图标,很实用的网站图标,可以用于网站的LONGO,个人名片等等,解压密码为www.csai.cn-website icon, a very useful icon on the website, which can be used for LONGO, personal business cards and so on. extract passwords to www.csai.cn
- 2023-04-17 21:15:03下载
- 积分:1
-
3GPP
DESCRIBE LAS REDES DE NUEVA GENERACION
- 2019-03-28 09:16:46下载
- 积分:1
-
tire
通过对车辆的横纵向耦合的模型建立了轮胎的纵向动力学模型(The longitudinal dynamic model of the tire is established by the coupling model of the transverse and longitudinal motion of the vehicle)
- 2021-03-16 14:49:22下载
- 积分:1
-
Java huashan.pdf
java开发手册 阿里巴巴 java 开发规约(java guide book alibabab java specification)
- 2020-06-20 10:20:02下载
- 积分:1
-
LLG_rsa_7BS
在原始RSA算法基础上增加拉格朗日乘子部分,以提高定位性能(Based on the original RSA localization algorithm, the Lagrange multiplier part is added to improve the positioning performance.)
- 2018-05-31 09:23:34下载
- 积分:1