资源列表
FIFO先进先出调度算法(含代码截图)
- 最简单的分页替换算法就是先进先出算法,当每次有新的分页需要调入时,会选择调入内存时间最久的分页换出。有两种实现的方法:第一种是记录每个分页被调入到页框的时间,当每次需要换出分页时,会找到调入时间最早的一页,也就是在主存储器中存在最久的分页。另外一种方式就是利用FIFO队列来实现,当要进行分页替换时,就把队列最前端的分页换出,再把要调入的分页放到队列的末端。(The simplest paging replacement algorithm is the first in first out al
粗糙集ROSETTA软件
- 粗糙集属性约简的集成化软件,可以再windowsXP上运行,界面简单,软件轻量。(The integrated software of rough set attribute reduction can be run on Windows XP with simple interface and lightweight software.)
jose
- superobject 一个实用的例子,解析和生成范例 Delphi7用superobject解析和生成Json数据(Superobject a practical example, parsing and generating examples Delphi7 uses superobject to analyze and generate JSON data)
命令流
- ansys计算2个例子,可以运行的,孙涛分析电容,以及谐响应分析(Two examplses: Transient response of an electrostatic transducer-resonator ;Transient and harmonic analyses of a piezoelectric circuit)
EMV
- EMV SOFTWARE READER WRITER
冒险岛 自选道具脚本
- 自选道具脚本,选择一个箱子套上脚本,物品代码覆盖上去即可
高级迭代法(AIA)和通用相位提取(GPSA)算法
- AIA算法和GPSA算法仿真对比;经典的AIA算法;用于实现单幅图像的相位提取matlab程序代码;(Simulation comparison between aia algorithm and gpsa algorithm shows that the random step size and phase shift are unknown. Classic aia algorithm, which is used to realize the phase extraction of a s
keygends5
- ds-5 keygen for windows
DEA_Matlab
- matlab编写的dea算法,C2R模型,输入参数可以得到结果(data envelopment analysis)
COBYLA
- COBYLA - Constrained Optimization by Linear Approximation A gradient-free optimization algorithm capable of handling nonlinear inequality constraints.
qpsoSVMcgForClass
- 利用量子粒子群优化svm参数得到高精度svm模型(Using quantum particle swarm optimization (QPSO) to optimize SVM parameters, a high-precision SVM model is obtained)
游戏编程入门(第四版)
- 游戏编程入门(第四版) 书中源码(带素材)
