-
MartingailExpert_v1.0_Stochastic
MartingailExpert_v1.0_Stochastic MartingailExpert_v1.0_Stochastic(MartingailExpert v1.0 Stochastic)
- 2019-07-05 16:37:07下载
- 积分:1
-
these2
filtre matlab particulaire
- 2017-12-11 22:34:26下载
- 积分:1
-
C# 回车键控制鼠标焦点
C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。
private void txtUserName_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
txtPWD.Focus();//切换鼠标焦点
}
private void txtPWD_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
btnOK.Focus();//切换鼠标焦点
}
- 2022-01-23 11:25:26下载
- 积分:1
-
EtherCAT_IPCore_Altera
说明: Ethercat的iPcore,有研究Ethercat的朋友可以看看(IPcore of the Ethercat, you can refer to it if u have needs)
- 2021-04-29 16:18:43下载
- 积分:1
-
级配颗粒
说明: 在PFC中根据颗粒级配生成颗粒,进行细观模拟(Generate particles according to particle grading)
- 2020-11-15 15:49:41下载
- 积分:1
-
傅里叶级数圆动画
可以通过画出傅里叶级数圆的动画,帮助加深对傅里叶级数的理解,并且有详细的注释。(By drawing the Fourier series circle animation, we can help deepen the understanding of Fourier series, and have detailed annotations.)
- 2021-04-01 10:49:08下载
- 积分:1
-
用自适应遗传算法求解优化问题
说明: 与一般的调度求解过程相比,该遗传算法在交叉和变异阶段考虑了交叉和变异概率的动态变换(Compared with the general scheduling process, the genetic algorithm considers the dynamic transformation of crossover and mutation probability in the crossover and mutation phase)
- 2019-12-22 20:17:31下载
- 积分:1
-
svkjbt
Spring Create a simple bean example()
- 2018-05-14 14:57:16下载
- 积分:1
-
USMC_Conventional_20190923
说明: simulink 实现矩阵变换器空间矢量调制(Space vector modulation of matrix converter based on Simulink)
- 2020-03-13 21:25:22下载
- 积分:1
-
二维射线追踪程序包,主要用于石油行业基于射线追踪的正演模拟计算...
二维射线追踪程序包,主要用于石油行业基于射线追踪的正演模拟计算-2D Raytracing source packet, main use for oil exploration 2d raytracing modeling
- 2022-04-25 08:10:58下载
- 积分:1