-
sa-pso
利用模拟退火算法来接受不好的结果来改善粒子群算法,跳出局部最优陷阱。(The simulated annealing algorithm is adopted to accept the bad results to improve the PSO algorithm and jump out of the local optimal trap.)
- 2021-01-20 10:38:41下载
- 积分:1
-
ADC_Dma
说明: example for lpc1788 adc dma
- 2020-04-01 00:26:09下载
- 积分:1
-
source code for pic16f8877a
这是PIC16F877A的源代码,它使用pwm,pwm是使用调制脉冲宽度,它在电机或扬声器上的应用,它在大学技术,工业中使用;
- 2023-04-27 01:20:04下载
- 积分: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
-
RunMyCode_SysRiskMeasures_R2015b
说明: 基于DCC-GARCH-CoVaR模型估计系统风险(Dcc-garch-covar model is used to estimate systemic risk)
- 2021-02-23 16:29:40下载
- 积分:1
-
Well as resection of the double, after extracting a text document with a code
很好的双像后方交会,解压后是一个文本文档,内有代码-Well as resection of the double, after extracting a text document with a code
- 2022-03-24 11:06:16下载
- 积分:1
-
UltraISO_8.60
制作iso文件的东西,下载后,请打开readme.txt获得注册码进行注册;
希望大家多多分享啊!(creeate the iso file)
- 2009-06-27 14:54:38下载
- 积分:1
-
制作的分步注册表单插件
一款使用jQuery制作的分步注册表单插件(A Step-by-Step Registration Form Plug-in Using jQuery)
- 2019-01-02 13:26:03下载
- 积分:1
-
tanqiu
小时候大家都喜欢玩的小游戏,小弹球游戏,希望大家喜欢(the game make you happy
forever )
- 2012-10-08 13:43:26下载
- 积分:1
-
game
简单写的一个横版过关的小游戏,适合新手学习,用DX写的,实现了基本的行走,怪物等(Simple to write a horizontal version of the game to cross the border, suitable for novice to learn to write DX, basic walking monsters)
- 2012-06-25 16:03:54下载
- 积分:1