搜索资源列表
898989vbpso
- particle swarm optimal
os3
- 动态分区存储管理方式的主存分配回收。存储管理中动态分区的管理方式,编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配,完成主存空间的回收;最后编写主函数对所作工作进程测试。存分配时查找空闲区进行分配,然后填写已分配区表,主要操作在空闲区-dynamic storage management through the distribution of the main deposit recovery. Dynamic S
Change
- 用JAVA实现操作系统的页面置换 其中包括 最佳置换算法(Optimal)、先进先出算法(First-in, First-out) 、最近最久不用的页面置换算法(LeastRecently Used Replacement)三种算法的实现-JAVA realization of the operating system with replacement pages including the best replacement algorithm (Optimal), FIFO algorit
zhihuan
- 操作系统实验 页面置换 fifo LRU 最优页面调度算法opT-Experimental operating system fifo LRU page replacement algorithm for optimal scheduling page opt
optimal
- optimal page replacement algorithm source code simple & clean
cpuid
- The main function of this code is to get information of your PC CPU. It will be helpful to find most optimal environments when developing PC games.
os6
- 模拟内存换页算法,包括FIFO(先进先出first in first out),OPT(动态分配optimal),LRU(最近不使用latest use recently),LFR(最近最低频率lowest frequency recently),NUR(最近不使用no used recently)-Analog memory paging algorithms, including FIFO (first in first out first in first out), OPT (dynam
OptimalPageReplacement
- Optimal Page replacement algo in C++ for 10 pages
music
- 对存在溢出漏洞的主机,根据主机和操作系统类型,采取最优溢出策略进行溢出操作, 达到边检测,边溢出.扫描完毕,溢出主机的cmd shell也随即得到!-There is overflow on the host, according to the host and operating system types, to take the optimal operation of overflow overflow strategy, to edge detection, edge overflo
os_page_replacement_algorithm
- 操作系统 页面置换算法 包扩随机置换算法、先进先出、最佳、LRU等6种置换算法的实现-Operating system Page replacement algorithm,LRU,FIFO,Optimal Etc.
FIFO-Optimal-LRU
- 实现了页面置换的FIFO算法,LRU算法。-The FIFO page replacement algorithm, LRU algorithm.
OPT
- OPT(最优选择)算法的设计与实现,分析该算法的命中率和缺页率-OPT (optimal choice) algorithm design and implementation, analysis of the algorithm hits and page fault rate
os
- 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Page replacement algor
1
- 操作系统 页面置换算法 设计和实现最佳置换算法、随机置换算法、 先进先出置换算法最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换 算法-Operating system page replacement algorithm design and implementation of optimal replacement algorithm, random permutation algorithm, FIFO replacement algorithm is th
PController
- a model-based optimal ventilation control strategy for multi-zone VAV air-conditioning systems
page
- 这是操作系统的一个试验程序,是关于四个分页方法:先到先服务,最近最少使用,使用次数最少以及最优算法-This is a pilot program of the operating system, is about four paging method: first come first serve, the least recently used, and the optimal algorithm using the least number of
Desktop
- 回溯法解决最佳调度问题 假设有n个任务由k个可并行工作的机器完成。-Backtracking method to solve the problem of optimal scheduling
fifo
- 页面置换算法 支持:FIFO,LRU,clock算法,最佳置换算法-Page replacement algorithm supports: FIFO, LRU, clock algorithm, the optimal replacement algorithm
OPTIMAL.C.tar
- optimal page replacement algorithm
CM
- 编写程序完成动态分区存储管理方式的主存分配回收的实现。 完成: 验证最优适应算法; 实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配和回收;最后编写主函数对所做工作进行测试。 -Write a program to complete dynamic partitioning storage management way of the realization of the distribution of main memory recovery.