-
时域频域29个特征提取
说明: 时域频域29个特征提取,含有完整的MATLAB程序代码(29 feature extraction in time domain and frequency domain, including complete matlab program code)
- 2020-05-31 11:21:08下载
- 积分:1
-
labviewmaichongjishu
用labview实现的脉冲计数器达到技术的效果(Using LabVIEW achieved pulse counter the effects of technology)
- 2008-12-12 12:54:30下载
- 积分:1
-
ARM9嵌入式系统硬件设计指南_上册
致远电子的ARM9嵌入式系统硬件设计指南,上册(ARM9 embedded system hardware design guide)
- 2017-11-19 15:36:30下载
- 积分:1
-
回溯算法中的图的最大团问题
回溯算法中的图的最大团问题-backtracking algorithms map of the biggest problems Mission
- 2022-10-10 12:05:03下载
- 积分:1
-
1
说明: 利用软硬阈值函数和改进的阈值函数对含噪心电信号进行去噪处理(Soft and hard thresholding function and improved threshold function are applied to denoise electrical signals containing noises.)
- 2018-08-06 09:03:28下载
- 积分:1
-
do with the browser
用DELPHI做的浏览器原码-do with the browser-source
- 2022-01-31 06:01:15下载
- 积分:1
-
power_wind_dfig
大规模风电场建模,包含鼠笼电动机及双馈感应电动机,及其控制系统(Modeling and simulation studies of a wind farm offer a means to mitigate technical and operational risk by enabling the engineering team to explore design trade-offs, assess control and management system operation, estimate achievable production with confidence, and perform fault studies in a safe and repeatable environment.
In this webinar, MathWorks engineers show how MATLAB and Simulink are used to model and simulate large-scale wind farms that contain hundreds of separate wind turbines. Simulink features such as block callbacks, model reference and parallel model reference build are used to provide a framework for efficient large-scale model development.)
- 2018-11-18 22:47:55下载
- 积分:1
-
使用VB和MAPX开发的一个比较通用的实例程序
使用VB和MAPX开发的一个比较通用的实例程序
- 2022-07-16 19:27:47下载
- 积分:1
-
小波神经网络程序,收敛性比BP神经网络好,可以避免局部最优,可用于分类,函数逼近等...
小波神经网络程序,收敛性比BP神经网络好,可以避免局部最优,可用于分类,函数逼近等-Wavelet neural network procedures, convergence than the BP neural network, and can avoid local optimum, can be used for classification, function approximation, etc.
- 2022-02-25 21:12:00下载
- 积分:1
-
C#读取外部TXT文件内容进行打印输出
C#读取外部TXT文件内容进行打印输出,演示直接打印文件,所有文本文件(*.txt)|*.txt|所有文件,打印信息处理//获得绘制对象
Graphics g=e.Graphics;
//一页中的行数
float LinePages = 0 ;
//待绘文本的纵向坐标
float YPos = 0 ;
//行计数
int count = 0 ;
//左边界
float LeftMargin = e.MarginBounds.Left;
//顶边界
float topMargin = e.MarginBounds.Top;
//字符串流
String line=null;
//根据页面的高度和字体的高度计算,一页中可以打印的行数,每次从文件中读取一行并打樱
- 2022-03-21 18:50:29下载
- 积分:1