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

搜索资源列表

  1. MEMORY_1

    0下载:
  2. 存储器管理模拟程序,本模拟程序采用首次适应算法-memory management simulation, the simulation program using the first-fit algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.38kb
    • 提供者:crony
  1. ZCKJFPHS

    0下载:
  2. 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-main memory space for the distribution and recovery. Using variable storage area management, the use of the first-fit algorithm, the first cycle of adaptation algorithms, best adaptation algorit
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:273.96kb
    • 提供者:罗小明
  1. dongtaifenqu

    0下载:
  2. 动态分区算法:程序模拟四种动态分区分配算法:首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法的工作过程。-Dynamic partitioning algorithm: program to simulate the dynamic partition of four algorithms: the first fit algorithm, loop the first fit algorithm, the best fit algorithm and the worst fit al
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:497.72kb
    • 提供者:踏雪
  1. new.cpp.tar

    0下载:
  2. 首次适应算法,最佳适应算法,最坏适应算法VC6.0++S实现-first fit
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1.83kb
    • 提供者:ank
  1. tang

    0下载:
  2. 实现内存的合理分配,采用最先适应算法和最佳适应算法实现动态分区-To achieve a rational allocation of memory, using the first-fit algorithm and the best-fit algorithm to achieve dynamic partitioning
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:6.96kb
    • 提供者:tangx
  1. OS_Big_Work_No3

    0下载:
  2. 一、设计目的 1、理解动态分区式存储管理的工作原理 2、掌握分区分配的一下三算法:首先适应算法、最佳适应算法和最坏适应算法 3、掌握动态分区分配的存储分配和存储回收的过程 二、设计要求 1、建立空闲分区表数据文件,该文件包括两个字段:空闲区的起始地址和长度;该文件有若干个记录,表示目前系统有多个空闲分区; 2、建立已分配分区表数据文件,该文件包括三个字段:已分配分区的起始地址、长度、作业名称;该文件有若干个记录,表示目前系统有多个作业; 3、程序启动时读两分区表数据文
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:314.91kb
    • 提供者:xcc
  1. caozuoxitong

    0下载:
  2. 进程调度算法,银行家算法,分区算法中首次适应算法-Process Scheduling,Banker s algorithm,Partition algorithm first-fit algorithm. .
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:869.93kb
    • 提供者:岳双双
  1. memory

    0下载:
  2. 通过使用首次适应算法来完成对内存的分配及回收。-By using first-fit algorithm to complete the memory allocation and recovery.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1.42kb
    • 提供者:lzh
  1. shoucishiyingsuanfawanzhengban

    0下载:
  2. 操作系统处理机调度算法之一,这是首次适应算法的完整版,保证百分百正确,敬请下载-One of the operating system processor scheduling algorithm, which is the full version of first-fit algorithm to ensure hundred percent correct, please download the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:358.04kb
    • 提供者:李涛
  1. DynamicMemoryAllocation

    1下载:
  2. 对操作系统的动态内存分配(其中包括首次适应算法和最佳适应算法)。可以对内存进行分配,可以查看内存分配情况,可以释放内存。释放内存时,要考虑前后是否有空闲块,有的话得合并,并要改变内存的大小以及视情况改变分配内存的起始地址。-Dynamic memory allocation of the operating system (including first-fit algorithm and the best fit algorithm). Memory can be allocated, you
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:467.27kb
    • 提供者:何志芬
  1. OS

    0下载:
  2. 操作系统存储分区管理实验程序 采用首次适应算法 手动申请分区-Storage area management of the operating system using first-fit algorithm for experimental procedures manual for district
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1.81mb
    • 提供者:barry
  1. firstfitalgorithm

    0下载:
  2. 这是一个首次适应算法和最佳适应算法【讲解】,简单易懂-This is a first fit algorithm and the best fit algorithm】 【explain, easy to understand
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:27.97kb
    • 提供者:CAKE同学
  1. memory-allocate

    0下载:
  2. 操作系统\磁盘调度 内存分配的首次适应算法\ 主存储器空间的分配和回收-Operating System \ disk scheduling the first-fit memory allocation algorithm \ main memory space allocation and recycling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:475.26kb
    • 提供者:oran
  1. yemianzhihuan

    0下载:
  2. 操作系统页面置换算法,包括最先适应算法、最佳算法、最差适应算法。-Operating system page replacement algorithms, including the first-fit algorithm, the best algorithm, worst-fit algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:864.2kb
    • 提供者:刘舒
  1. os2

    0下载:
  2. 设计一个程序模拟可变分区管理方式下首次适应算法实现主存分配和回收。-Design a program to simulate variable partition management mode, first-fit algorithm for main memory allocation and recovery.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1.98kb
    • 提供者:chen
  1. os11

    0下载:
  2. 采用首次适应算法,循环首次适应算法,最佳适应算法,进行作业分配程序-job allocation process using the first-fit algorithm, the loop the first-fit algorithm, the best fit algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:271.13kb
    • 提供者:kite
  1. memery-manage

    0下载:
  2. 首次适应算法模拟系统,昆明理工大学操作系统实验,个人原创经典-First-fit algorithm simulation system, Kunming University experimental operating system, personal original classic
  3. 所属分类:OS Develop

    • 发布日期:2017-06-02
    • 文件大小:13.93mb
    • 提供者:刘召
  1. dongtaifenqu

    0下载:
  2. 允许用户选择采用“首次适应算法”、“下次适应算法”、“最佳适应算法”、“最坏适应算法”中的一个,为输入的作业分配内存-Allows users to select a " first-fit algorithm, next-fit algorithm," best-fit algorithm, a " worst-fit algorithm, the input job to allocate memory
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:7.77kb
    • 提供者:wuhao
  1. three-options

    0下载:
  2. 实现存储器空间的分配和回收,采用动态分配,首次适应算法,循环首次适应-Memory space allocation and recovery, dynamic allocation, the first-fit algorithm, the cycle for the first time to adapt to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:273.96kb
    • 提供者:yolandmao
  1. First-fit-algorithm

    0下载:
  2. 在可变分区管理方式下采用首次适应算法实现主存分配和回收。-In variable partition management algorithm used first to adapt the main memory allocation and recovery.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:216.75kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com