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

搜索资源列表

  1. RTOS

    1下载:
  2. 实事操作系统的内容,主要是一些初略的介绍,对开发有帮助。-practical operating system, mainly on some of the early strategy, the right of development assistance.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:413.95kb
    • 提供者:罗的
  1. sun2.rar

    0下载:
  2. 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下的处理器调度,帮助学生加深了解处理器调度的工作,The introduction of multi-channel programming system, often at the same time there are a number of processes in a state of readiness. When the
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1.58kb
    • 提供者:sun
  1. lab02

    0下载:
  2. 按序分配策略实现资源分配 -Sequential allocation strategy to achieve the allocation of resources
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:158.51kb
    • 提供者:李平
  1. sun4

    0下载:
  2. 一个好的计算机系统不仅要有一个足够容量的、存取速度高的、稳定可靠的主存储器,而且要能合理地分配和使用这些存储空间。当用户提出申请存储器空间时,存储管理必须根据申请者的要求,按一定的策略分析主存空间的使用情况,找出足够的空闲区域分配给申请者。当作业撤离或主动归还主存资源时,则存储管理要收回作业占用的主存空间或归还部分主存空间。-A good computer system will not only have a sufficient capacity and access to high spe
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1.49kb
    • 提供者:sun
  1. mode1

    0下载:
  2. 内存是计算机系统中储存指令代码和各种数据的主要部件,如果内存短缺或者管理不当,将导致整个系统反应迟缓,甚至崩溃。所以,建立稳定、高效的内存管理策略是一个很重要的且必须面对的问题。现代的操作系统中运用位图、链表等多种手段和算法来管理内存。伙伴算法(Buddy System)是一种经典的内存管理算法。在Unix和Linux操作系统中都有用到。其作用是减少存储空间中的空洞,减少碎片,增加利用率。 本程序模拟了内存管理的过程-Memory is stored in a computer system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:2.18kb
    • 提供者:echo
  1. OPT

    0下载:
  2. 置换策略:也称淘汰策略,涉及的是当内存可用空间不能装下需要调入的信息时,决定调出已占用内存某个区域的那一块信息以便腾出空间。 OPT该算法的基本思想是:发生缺页时,有些页面在内存中,其中有一页将很快被访问(包含紧接着的下一条指令的那页),而其他页则可能要到10、100、或1000条指令之后才被访问,每个页都可以用在该页面首次被访问前所要执行的指令数进行标记 -Replacement Policy: also known as the phase-out strategy, involvi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:167.86kb
    • 提供者:曾华
  1. 31767677dsadasdasdas

    0下载:
  2. LOOK Strategy Scheduling in c-LOOK Strategy Scheduling in c++
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1.41kb
    • 提供者:loma
  1. ClockPageReplacement

    0下载:
  2. 一个用循环链表模拟操作系统进程调度中的时间片轮转策略-A simulation of the operating system process the cyclic list scheduling time slice rotation strategy
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:1.98mb
    • 提供者:费腾
  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. ProcessSchedul

    0下载:
  2. 操作系统进程调度模拟器,包含了先到先服务、轮转调度、效率最大优先、剩余时间最短优先、最短执行时间优先、反馈策略-Operating system process scheduling simulator, including a first come first served, round robin scheduling, efficiency, maximum priority to the shortest remaining time priority, the shortest exe
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:47.93kb
    • 提供者:gubu
  1. os

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

    • 发布日期:2017-04-09
    • 文件大小:1.7mb
    • 提供者:周明明
  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. ProceSchedul

    1下载:
  2. 模拟操作系统进程调度过程,包含先来先服务,时间片轮转,多级反馈等调度策略。-Simulation of the operating system process scheduling process, including the first come first serve, time slice rotation, multi-level feedback scheduling strategy.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2.05mb
    • 提供者:袁清
  1. pure-pursit

    1下载:
  2. 智能车辆基于斯坦福大学纯跟踪几何方法建立的横向控制策略,MATLAB-Lateral control strategy based Intelligent Vehicle Tracking Stanford pure geometry established method, MATLAB
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:12.09kb
    • 提供者:蒋拯民
  1. 银行家算法

    0下载:
  2. 银行家算法是一个避免死锁的著名算法,是由艾兹格·迪杰斯特拉设计的一种避免死锁产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。(Banker algorithm is a well-known algorithm to avoid deadlock. It is a algorithm designed by Azeg Dijkstra to avoid deadlock. It is based on the allocation strategy of bank len
  3. 所属分类:操作系统开发

搜珍网 www.dssz.com