-
永磁同步SVPWM
说明: 基于MATLAB永磁同步电动机矢量控制系统的仿真研究可用于本科生毕业设计(The Simulation Research of PMSM vector control system based on MATLAB can be used for undergraduate graduation design)
- 2019-10-07 09:48:47下载
- 积分:1
-
UnscentedKalmanfilteringforrelativeattitudeandposi
Unscented kalman filter
不敏(无损传输)卡尔曼滤波的博士论文,希望对大家有用(Unscented kalman filter不敏(lossless transfer) Kalman filter doctoral thesis, in the hope that useful to everybody)
- 2008-05-29 10:15:21下载
- 积分:1
-
电子面单打印SDK
用于打印电子面单的sdk,c#语言开发,vs2017,欢迎各位指正(SDK for printing electronic forms)
- 2020-06-16 19:00:02下载
- 积分:1
-
mcmcstat-master
说明: matlab马尔可夫链蒙特卡洛法code(code of marcov chains monte carlo based on matlab)
- 2020-03-03 19:44:50下载
- 积分:1
-
abaqus drucker-prager UMAT subroutine
说明: Drucker-Prager准则是岩石力学中最为重要的强度理论之一,在岩土工程研究中,尤其是在岩土工程数值分析中应用极为广泛。(Drucker-Prager criterion is one of the most important strength theories in rock mechanics. It is widely used in geotechnical research, especially in numerical analysis of geotechnical engineering.)
- 2021-03-02 18:29:34下载
- 积分:1
-
编程实现图片透明(1)
通过编程实现图片透明显示,将文字背景实现透明显示(transparancy display the words.)
- 2020-06-21 04:40:01下载
- 积分:1
-
第6章 Copula理论及应用实例
利用matlab学习copula理论与应用实例(Using MATLAB to learn copula theory and application examples)
- 2017-08-28 21:15:22下载
- 积分: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
-
PV_MPPT
通过电导增量法实现光伏MPPT控制,改变光照强度可以看出最大功率输出改变。(The photovoltaic MPPT control is realized by the conductance increment method, and the maximum power output change can be seen by changing the illumination intensity.)
- 2019-04-12 17:48:22下载
- 积分:1
-
盈亏统计指标
说明: Mt4 平台统计订单和手数指标,可以看到当前持仓和做单路径!(Mt4 Platform Statistical Order and Hand Number Indicators can see the current position and single path!)
- 2020-06-16 20:20:01下载
- 积分:1