-
8个按键控制8个LED灯
该程序功能是8个按键控制8个LED灯,非常适合单片机初学者加深对单片机I/O口的理解(The program function is 8 buttons to control 8 LED lights, which is very suitable for beginners of MCU to deepen the understanding of the I/O port of the MCU.)
- 2020-06-20 08:00:01下载
- 积分:1
-
zuizong
一个视频运动分析的系统平台,可以做简单的二帧、三帧帧间差分处理和背景减除操作。(The code is in the video moving target segmentation, using three difference method for target detection.))
- 2017-09-16 16:39:55下载
- 积分:1
-
VC++转换COLORREF值为RGB分量
VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:
//R分量
BYTE RED = GetRValue(cr);
//G分量
BYTE GREEN = GetGValue(cr);
//B分量
BYTE BLUE = GetBValue(cr);
CString strText = _T("");
strText.Format(_T("COLORREF值:0x%08X"), cr);
pDC->TextOut(100, 50, strText);
strText.Format(_T("R分量:0x%02X"), RED);
pDC->TextOut(100, 100, strText);
strText.Format(_T("G分量:0x%02X"), GREEN);
pDC->TextOut(100, 150, strText);
strText.Format(_T("B分量:0x%02X"), BLUE);
pDC->TextOut(100, 200, strText);
- 2022-06-13 02:13:45下载
- 积分:1
-
奇异点提取_故障诊断的小波分析程序
电力系统负荷预测关于电力系统的负荷预测的短时预测(Power System Load Forecasting Short-term Prediction of Power System Load Forecasting)
- 2019-06-21 21:38:46下载
- 积分:1
-
LDPC_H_Construction
LDPC码H矩阵构造的三种尝试,包括比特填充法、PEG法和近似最短环路法(ACE)的实践(This document includes three methods to implement LDPC H matrix construction. Please enjoy them!)
- 2021-04-09 23:38:59下载
- 积分:1
-
循环点击
用c++制作的一个重复点击控制台程序,可用于游戏自动点击、批量登录等操作(A repetitive click console program made with c++ can be used for automatic click, batch login and other operations of games.)
- 2020-06-23 16:40:01下载
- 积分:1
-
Coherent
说明: 用于分析两个信号的常相干性,显示互谱函数,显示相干频谱。(It is used to analyze the constant coherence of two signals, display cross-spectral function and coherent spectrum.)
- 2019-01-01 21:31:54下载
- 积分:1
-
sim_DynamicWindowApproachSample
dwa动态窗口算法,MATLAB实现.....(DWA dynamic window algorithm, MATLAB implementation)
- 2020-07-12 19:48:52下载
- 积分:1
-
Hilbert-Huang变换及其在信号处理中的应用
说明: HHT主要内容包含两部分,第一部分为经验模态分解(Empirical Mode Decomposition,简称EMD),它是由Huang提出的;第二部分为Hilbert谱分析(Hilbert Spectrum Analysis,简称HSA)。简单说来,HHT处理非平稳信号的基本过程是:首先利用EMD方法将给定的信号分解为若干固有模态函数(以Intrinsic Mode Function或IMF表示,也称作本征模态函数),这些IMF是满足一定条件的分量;然后,对每一个IMF进行Hilbert变换,得到相应的Hilbert谱,即将每个IMF表示在联合的时频域中;最后,汇总所有IMF的Hilbert谱就会得到原始信号的Hilbert谱。(The main content of HHT includes two parts. The first part is Empirical Mode Decomposition (EMD), which was proposed by Huang, and the second part is Hilbert Spectrum Analysis (HSA). Simply speaking, the basic process of HHT processing non-stationary signals is: firstly, the given signal is decomposed into several intrinsic mode functions (represented by Intrinsic Mode Function or IMF, also known as intrinsic mode functions), which are components satisfying certain conditions; secondly, Hilbert transform is applied to each IMF. The corresponding Hilbert spectrum is obtained, that is, each IMF is represented in the joint time-frequency domain; finally, the Hilbert spectrum of the original signal is obtained by summing up the Hilbert spectrum of all IMFs.)
- 2020-06-23 22:00:02下载
- 积分:1
-
Download from internet, an simple easy
calendar.
This is an microsoft HTML A...
Download from internet, an simple easy
calendar.
This is an microsoft HTML Application script calendar.
It can run on any microsoft windows Operating systemm.
- 2022-01-26 05:53:10下载
- 积分:1