-
BDA
蜻蜓算法(DA)作为一种新兴的元启发式智能算法,有较强的稳定性,较好的寻优速度及全局寻优能力等优点。(Dragonfly algorithm (DA) is a new meta heuristic intelligent algorithm has better stability, better searching speed and global searching ability.)
- 2018-03-10 17:40:01下载
- 积分:1
-
TURBO CODES
codes of turbo codes
- 2019-05-02 18:52:57下载
- 积分:1
-
Laborator 8 - Scripturi shell
linuxshel scripts tutorial ro
- 2020-06-25 20:00:02下载
- 积分:1
-
C# 设置屏幕分辨率
C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:
long RetVal = 0;
DEVMODE dm = new DEVMODE();
dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));
dm.dmPelsWidth = dWidth;//宽
dm.dmPelsHeight = dHeight;//高
dm.dmDisplayFrequency = 85;//刷新率
dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;
RetVal = ChangeDisplaySettings(ref dm, 0);
- 2023-03-16 15:00:04下载
- 积分:1
-
Harmonic Voltage Distortion
谐波源发生器 PSCAD DEMO 可以使用(Harmonic source generator PSCAD DEMO)
- 2021-03-19 17:49:18下载
- 积分:1
-
shangyixiang2
DAB双移相仿真,原边侧和副边侧有一个移相角,原边侧对应开关管之间也有一个移相角。(DAB dual phase-shifting simulation shows that there is a phase-shifting angle between the primary side and the secondary side, and there is also a phase-shifting angle between the corresponding switches on the primary side)
- 2021-03-31 23:19:08下载
- 积分:1
-
实现卷积,DFT FFT 算法的源代码,希望对一些朋友会有帮助
实现卷积,DFT FFT 算法的源代码,希望对一些朋友会有帮助 -Realize convolution, DFT FFT algorithm source code, in the hope that some of my friends will be helpful
- 2023-02-10 18:00:04下载
- 积分:1
-
伪随机数
几种常见的伪随机数的产生程序,上载程序是从别处下载的,觉得还比较有用(several common pseudo-random number generated procedures, procedures are available on the download elsewhere, I felt that more useful)
- 2005-08-04 18:23:06下载
- 积分:1
-
rc5 algorithme 的源代码
RC5 encryption algorithm is a new fast symmetric block cipher
developed by Ron Rivest for RSA Laboratories. Intended as a possible
successor to the Data Encryption Standard, RC5 has a variable word
size, a variable number of rounds, and a variable-length secret key,
so the user can explicitly manipulate the trade-off between higher
speed and higher security. RC5 is suitable for hardware or software
implementations; the encryption and decryption algorithms are
exceptionally simple. A novel feature of RC5 is the heavy use of
data-dependent rotations.
- 2022-01-24 09:55:50下载
- 积分:1
-
iceSword冰刀杀木马程序
iceSword冰刀杀木马程序(iceSword Skates scrapping Trojan ....................... )
- 2020-06-26 05:40:02下载
- 积分:1