-
经验模态分解方法
说明: 本文件提供处理信号的常用算法,经验模态分解方法,对于信号的处理具有很好的处理效果(This document provides common algorithms for processing signals, empirical mode decomposition methods, and has a good effect on signal processing)
- 2021-01-28 09:19:07下载
- 积分:1
-
Visual C# 隐藏显示鼠标的源码实例
Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:
//重写API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]
public extern static bool ShowCursor(bool bShow);
private void btnHide_Click(object sender, EventArgs e)
{
ShowCursor(false);//鼠标隐藏
}
private void btnShow_Click(object sender, EventArgs e)
{
ShowCursor(true);//鼠标显示
}
- 2022-08-08 14:49:38下载
- 积分:1
-
拟合圆1
说明: 这是对系统进行模态分析的拟合圆法,相当有效,望大家参考,希望对大家有用(This is a fitting circle method for modal analysis of the system.)
- 2020-06-19 09:00:06下载
- 积分:1
-
主要用于产生波形,然后用于仿真和实验
主要用于产生波形,然后用于仿真和实验-Mainly used to produce waveform, and then used for simulation and experimental
- 2022-03-19 17:53:53下载
- 积分:1
-
短信通道发彩信的代码,用C写的,请大家多提意见和建议
短信通道发彩信的代码,用C写的,请大家多提意见和建议-MMS messages crossing the code, written in C, please do so and recommendations
- 2022-07-06 08:47:31下载
- 积分:1
-
crc编程实现,由于通信设备的校验功能的实现
crc编程实现,由于通信设备的校验功能的实现-crc programming, communications equipment calibration function of the realization
- 2022-01-26 07:04:38下载
- 积分:1
-
LoadPointCloud
直接动态加载点云模型 由.xyz的点云数据 转化为 .osgb格式 然后可以直接用这个软件加载(Point cloud model of direct dynamic loading)
- 2017-07-26 16:51:14下载
- 积分:1
-
TestSocketL73
socket 通讯 ABPLC(socket communication using AB PLC)
- 2019-05-27 23:44:23下载
- 积分:1
-
GUI
类似于minGUI的一款GUI,针对迪文科技的液晶(MinGUI of a similar GUI, LCD technology for Devin)
- 2011-06-01 00:07:12下载
- 积分:1
-
单目标动态发电调度粒子群算法
说明: 对于6台常规机组,单目标为调度的成本最低,采用粒子群算法(For six conventional units, the single objective is to minimize the cost of scheduling. Particle swarm optimization is used.)
- 2019-01-15 10:36:22下载
- 积分:1