-
OMP
说明: 文档是压缩感知重构算法中的一种经典重构算法——正交匹配追踪算法,包括测试程序。(The documentation is a compressed-aware reconstruction of one of the classical reconstruction algorithms, the orthogonal matching tracking algorithm, including test procedures.)
- 2020-08-05 16:59:22下载
- 积分:1
-
ADSI Use C Builder Example
ADSI Use C Builder Example
- 2022-05-21 01:33:56下载
- 积分:1
-
EMD
EMD经验模态分解算法仿真,内部包含函数及泄露信号及模拟信号的仿真(Empirical Mode DecompositionEmulation of empirical mode decomposition algorithm, simulation of internal containing function, leakage signal and analog signal)
- 2019-07-09 09:56:45下载
- 积分:1
-
Hurst
说明: 经典的R/S分析法计算油价收益率的Hurst指数,并有图例展示(Calculation of Hurst Index by Classical R/S Method)
- 2019-01-01 21:19:16下载
- 积分:1
-
taobaoxuanfu
CSS3淘宝店铺客服悬浮代码,有淘宝店铺、联系客服、回到顶部等功能,鼠标经过显示文字。(HTML5 canvas draw graffiti Sketchpad, you can choose brush thickness, brush color, eraser and empty canvas function.)
- 2020-09-05 20:58:04下载
- 积分: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
-
hanfeng
双椭球焊接子程序,用于ABAQUS焊接调用(Welding subroutine, in order to facilitate ABAQUS simulation welding seam.)
- 2018-10-04 01:08:25下载
- 积分:1
-
IDL培训教材[2014]
说明: IDL(Interactive Data Language)交互式数据语言是进行数据分析、可视化表达和应用开发的第四代可视化。 本书包含详细的基础教程,新手适用。(This book is the basic course of IDL. It is comprehensive and suitable for novices.)
- 2020-04-25 09:20:52下载
- 积分:1
-
M5_Count
M5计时器,可拓展用于数码管显示,以及课程设计中提供分块代码的实现思路(M5 timer can be extended for digital tube display, and the realization of block code in course design)
- 2018-07-09 01:03:29下载
- 积分:1
-
MOVING OBJECT DETECTION
Gaussian Mixture Model Algorithm For Object detection
- 2018-11-25 12:55:23下载
- 积分:1