CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 动态分区分配 首次适应 算法

搜索资源列表

  1. 动态分区分配

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to dynamic partitioning algorith
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:363092
    • 提供者:陈任全
  1. 1

    0下载:
  2. 动态分区分配算法的模拟要求设计主界面以灵活选择某算法,以下算法都要实现: 1、 首次适应算法 2、 循环首次适应算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2457
    • 提供者:肖龙平
  1. lab3forTC

    1下载:
  2. 用C语言按照首次适应算法FF编制以动态分区管理方式进行内存分配和回收的程序,并测试通过。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2531
    • 提供者:xuyunfei
  1. 1

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:363092
    • 提供者:liang
  1. 2

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:347593
    • 提供者:liang
  1. 3

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:349084
    • 提供者:liang
  1. 4

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:364698
    • 提供者:liang
  1. 5

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2169448
    • 提供者:liang
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. 122333

    1下载:
  2. 课题八:存储管理---动态分区分配算法的模拟: 要求设计主界面以灵活选择某算法,且以下算法都要实现:首次适应算法、循环首次适应算法、最佳适应算法; -Eight topics: storage management--- dynamic partitioning allocation algorithm simulation: the main interface to design a flexible choice of a certain algorithm, and should
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9272
    • 提供者:张海华
  1. cuncuqi

    0下载:
  2. 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7403
    • 提供者:machunyu
  1. menory

    0下载:
  2. 通过图形化的界面模拟操作系统中动态分区存储管理方式的内存分配与回收,采用的算法有首次适应算法和最佳适应算法,并且能实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Through the graphical interface of the dynamic simulation of the operating system partition storage management and recovery of the m
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1106917
    • 提供者:小衍
  1. OS_source_code

    0下载:
  2. 计算机操作系统实验——动态分区分配方式的模拟:采用首次适应算法和最佳适应算法。-Computer Operating System Experiment- Simulation of dynamic partitioning distribution: The first-fit algorithm and the best-fit algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2303
    • 提供者:Splendid Sun
  1. dongtai

    0下载:
  2. 实现了动态分区分配,使用了两种算法,首次适应算法,最佳适应算法-Implements the dynamic partition, using two kinds of algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2777
    • 提供者:沧月
  1. egrhr8454rh8

    0下载:
  2. 存储管理动态分区分配及回收算法(首次适应算法)-Dynamic storage management and recovery partition algorithm (first-fit algorithm)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1231
    • 提供者:Nic
  1. MemoryAllocationAndRecovery

    0下载:
  2. 内存分配与回收,本程序采用两各分配方法,首次适应算法和最佳适应算法,深入了解动态分区存储管理方式内存分配与回收的实现.-Memory allocation and recovery, the program uses two different distribution methods, first-fit algorithm and the best fit algorithm, in-depth understanding of the dynamic memory allocation a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:186491
    • 提供者:小白鲨
  1. egrhr8454rh8

    0下载:
  2. 存储管理动态分区分配及回收算法(首次适应算法)-Dynamic storage management and recovery partition algorithm (first-fit algorithm)
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1272
    • 提供者:gou0751731
  1. 实验四代码

    0下载:
  2. 用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链(表)来管理:在进行内存分配时,系统优先使用空闲区低端的空间。 (2)给出初始状态、可用内存空间、请求序列,分别采用首次适应算法和最佳适应算法进行内存块的分配和回收,要求每次分配和回后显示出空闲内存分区链的情况(共有多个空闲分区,每个空闲分区的大小分别为多大)(Dynamic partition allocation process alloc ())
  3. 所属分类:Windows编程

    • 发布日期:2018-01-11
    • 文件大小:2048
    • 提供者:问问1111
  1. Dynamic partition allocation

    0下载:
  2. 使用首次适应算法和最佳适应算法来模拟动态分区分配(Using the first adaptive algorithm and the best adaptive algorithm to simulate dynamic partition allocation)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:263168
    • 提供者:timmer
  1. 116580

    0下载:
  2. 动态分区分配算法的模拟要求设计主界面以灵活选择某算法,以下算法都要实现: 1, 首次适应算法 2, 循环首次适应算法()
  3. 所属分类:数值算法/人工智能

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