资源列表
FOREX ROBOTRON V28 UNLIMITED
- PROFITABLE FOREX ROBOTRON STRATEGY FOREX TRADING STRATEGY. VERIFIED MYFXBOOK RESULTS
Gold Catcher V2
- PROFITABLE GOLD STRATEGY FOR FOREX TRADING
ForexGumpUltra-v2.0
- FOREX GUMP EA, PROFITABLE EA THAT IS FREE AND WORKS ON MT4 TRADING PLATFORM.
Sentinel SuperPro 备份工具
- sentinel HL
EDGESPRO11
- EDGESPRO11
QSM
- 本代码是关于正交空间调制的MATLAB代码(Quadrature spatial modulation simulation code)
OFDM_IM
- 本代码是关于正交频分复用索引调制的仿真代码(Orthogonal frequency division multiplexing index modulation simulation code)
vumat
- ABAQUS用户子程序-hashin渐进损伤准则模型(ABAQUS user subroutine Hashin progressive damage criterion model)
Mkbus_0.18.2.8
- Mkbus 0.18.2.8 lasest
破解版仓鼠-EA
- 破解版仓鼠-EA是一种完全自动化的EA交易,无需使用mar。夜间剥头皮策略。 RSI指示器和基于ATR的过滤器用于输入。EA自动调整仓位得大小,带有新闻过滤,参数已经汉化。(Cracked hamster EA is a fully automated EA transaction without the use of Mar. Scalp peeling strategy at night. RSI indicators and ATR based filters are used for i
新建
- matlab实现相位解包裹,求得三维待测物体的全场相位值,恢复出待测物体的三维形貌图。(Matlab realizes phase unwrapping, obtains the full-field phase value of the three-dimensional object to be measured, and restores the three-dimensional topography of the object to be measured.)
FIFO先进先出调度算法(含代码截图)
- 最简单的分页替换算法就是先进先出算法,当每次有新的分页需要调入时,会选择调入内存时间最久的分页换出。有两种实现的方法:第一种是记录每个分页被调入到页框的时间,当每次需要换出分页时,会找到调入时间最早的一页,也就是在主存储器中存在最久的分页。另外一种方式就是利用FIFO队列来实现,当要进行分页替换时,就把队列最前端的分页换出,再把要调入的分页放到队列的末端。(The simplest paging replacement algorithm is the first in first out al