CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - optimal

搜索资源列表

  1. 898989vbpso

    0下载:
  2. particle swarm optimal
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:23.2kb
    • 提供者:wolf
  1. os3

    0下载:
  2. 动态分区存储管理方式的主存分配回收。存储管理中动态分区的管理方式,编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配,完成主存空间的回收;最后编写主函数对所作工作进程测试。存分配时查找空闲区进行分配,然后填写已分配区表,主要操作在空闲区-dynamic storage management through the distribution of the main deposit recovery. Dynamic S
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:270.44kb
    • 提供者:成龙
  1. Change

    0下载:
  2. 用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
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:20.79kb
    • 提供者:王晓
  1. zhihuan

    0下载:
  2. 操作系统实验 页面置换 fifo LRU 最优页面调度算法opT-Experimental operating system fifo LRU page replacement algorithm for optimal scheduling page opt
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:1.62kb
    • 提供者:bill
  1. optimal

    0下载:
  2. optimal page replacement algorithm source code simple & clean
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:997byte
    • 提供者:Mayur
  1. cpuid

    0下载:
  2. 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.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:6.89kb
    • 提供者:csp
  1. os6

    0下载:
  2. 模拟内存换页算法,包括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
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1.16kb
    • 提供者:linqingyang
  1. OptimalPageReplacement

    0下载:
  2. Optimal Page replacement algo in C++ for 10 pages
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:695byte
    • 提供者:adnan
  1. music

    0下载:
  2. 对存在溢出漏洞的主机,根据主机和操作系统类型,采取最优溢出策略进行溢出操作, 达到边检测,边溢出.扫描完毕,溢出主机的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
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:6.38mb
    • 提供者:liweitao
  1. os_page_replacement_algorithm

    0下载:
  2. 操作系统 页面置换算法 包扩随机置换算法、先进先出、最佳、LRU等6种置换算法的实现-Operating system Page replacement algorithm,LRU,FIFO,Optimal Etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2.6mb
    • 提供者:林俊文
  1. FIFO-Optimal-LRU

    0下载:
  2. 实现了页面置换的FIFO算法,LRU算法。-The FIFO page replacement algorithm, LRU algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:497.99kb
    • 提供者:Dwxiao
  1. OPT

    0下载:
  2. OPT(最优选择)算法的设计与实现,分析该算法的命中率和缺页率-OPT (optimal choice) algorithm design and implementation, analysis of the algorithm hits and page fault rate
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1.12kb
    • 提供者:lj
  1. os

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Page replacement algor
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1.7mb
    • 提供者:周明明
  1. 1

    0下载:
  2. 操作系统 页面置换算法 设计和实现最佳置换算法、随机置换算法、 先进先出置换算法最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换 算法-Operating system page replacement algorithm design and implementation of optimal replacement algorithm, random permutation algorithm, FIFO replacement algorithm is th
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:2.1kb
    • 提供者:
  1. PController

    0下载:
  2. a model-based optimal ventilation control strategy for multi-zone VAV air-conditioning systems
  3. 所属分类:OS Develop

    • 发布日期:2017-05-23
    • 文件大小:6.91mb
    • 提供者:sdfs
  1. page

    0下载:
  2. 这是操作系统的一个试验程序,是关于四个分页方法:先到先服务,最近最少使用,使用次数最少以及最优算法-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
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:201.39kb
    • 提供者:yigenliang
  1. Desktop

    0下载:
  2. 回溯法解决最佳调度问题 假设有n个任务由k个可并行工作的机器完成。-Backtracking method to solve the problem of optimal scheduling
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:32kb
    • 提供者:周书敏
  1. fifo

    0下载:
  2. 页面置换算法 支持:FIFO,LRU,clock算法,最佳置换算法-Page replacement algorithm supports: FIFO, LRU, clock algorithm, the optimal replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1.76kb
    • 提供者:joe
  1. OPTIMAL.C.tar

    0下载:
  2. optimal page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:812byte
    • 提供者:sam
  1. CM

    0下载:
  2. 编写程序完成动态分区存储管理方式的主存分配回收的实现。 完成: 验证最优适应算法; 实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配和回收;最后编写主函数对所做工作进行测试。 -Write a program to complete dynamic partitioning storage management way of the realization of the distribution of main memory recovery.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:904byte
    • 提供者:杜英
« 12 »
搜珍网 www.dssz.com