搜索资源列表

  1. 内存管理( 首次适应算法)

    0下载:
  2. 内存管理( 首次适应算法)没什么说的内行人都明白-memory management (initial adaptation algorithm) said nothing of insiders understand
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:60569
    • 提供者:于籽粒
  1. MainMemAlloccate

    0下载:
  2. 在可变分区管理方式下采用首次适应算法实现主存分配和回收。-in management through the adoption of the first algorithm to adapt to main memory allocation and recovery.
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-30
    • 文件大小:104448
    • 提供者:cuckoo
  1. 主存储器的分配与回收

    0下载:
  2. 用三个算法来实现对主存储器的分配与回收:首次适应算法、最佳适应算法、最坏适应算法-algorithm used to achieve three of the main memory allocation and recovery : the first adaptation algorithm, the best adaptation algorithm, the worst adaptation algorithm
  3. 所属分类:系统编程

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:杨蔺又
  1. 内存管理( 首次适应算法)

    0下载:
  2. 内存管理( 首次适应算法)没什么说的内行人都明白-memory management (initial adaptation algorithm) said nothing of insiders understand
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:60416
    • 提供者:于籽粒
  1. 分配回收

    0下载:
  2. 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作
  3. 所属分类:C#编程

    • 发布日期:2024-04-30
    • 文件大小:431104
    • 提供者:王阳
  1. 可变分区存储管理

    0下载:
  2. 哈哈,2. 实现分区存储管理的内存分配功能,选择适应算法(首次适应算法,最佳适 应算法,最后适应算法,最坏适应算法),好-Haha, 2. To achieve storage management through the memory allocation function, the choice of adaptation algorithms (first adaptation algorithm, the best adapta
  3. 所属分类:系统编程

    • 发布日期:2024-04-30
    • 文件大小:75776
    • 提供者:
  1. 动态分区分配

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

    • 发布日期:2024-04-30
    • 文件大小:362496
    • 提供者:陈任全
  1. MemoryAllocateProject

    0下载:
  2. 操作系统课程设计之内存分配模拟,采用首次适应算法实现(JAVA版)-courses on operating system design from the memory allocation simulation, using the first adaptation algorithm (Java version)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:9216
    • 提供者:蓝蜂
  1. SCSYSF

    0下载:
  2. 首次适应算法!! 内存页式管理 链表结构-first adaptation algorithm! ! P. memory management structure Chain! !
  3. 所属分类:C#编程

    • 发布日期:2024-04-30
    • 文件大小:1164288
    • 提供者:杨强
  1. 032812036

    0下载:
  2. 操作系统实验,内存的管理,实现了首次适应算法及循环首次适应算法,功能较好,并有实验结果及统计-experimental operating system, memory management, for the first time algorithm to adapt and adapt to the first cycle of algorithms, function better, and experimental results
  3. 所属分类:Windows编程

    • 发布日期:2024-04-30
    • 文件大小:90112
    • 提供者:zhaojun
  1. MEMORY_1

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

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:crony
  1. firstaid

    0下载:
  2. 操作系统中实现内存分配中要用到的首次适应算法-achieve operating system memory allocation, use of the first-fit algorithm
  3. 所属分类:文档资料

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:gnehc_663
  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 algor
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-30
    • 文件大小:280576
    • 提供者:罗小明
  1. dongtaiguanli

    0下载:
  2. 在对数据结构有一定掌握程度的情况下设计合理的数据结构来描述存储空间,实现分区存储管理的内存分配功能,应该选择最合适的适应算法(首次适应算法,最佳适应算法,最后适应算法,最坏适应算法),实现分区存储管理的内存回收算法,在这些存储管理中间必然会有碎片的产生,当碎片产生时,进行碎片的拼接,等等相关的内容-structure of the data in a certain degree of master of rational design
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:306176
    • 提供者:sunwei
  1. firstfit

    0下载:
  2. 首次适应算法(操作系统)首次适应算法(操作系统)-first adaptation algorithm (OS) in the first adaptation algorithm (operating system)
  3. 所属分类:系统编程

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:359369593
  1. OSArgorithm

    0下载:
  2. 操作系统可变分区算法 用首次适应算法实现 基于C-Variable operating system partition algorithm to adapt to using the first algorithm based on C
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-30
    • 文件大小:144384
    • 提供者:任夏华
  1. managesystermppt

    0下载:
  2. 操作系统分区管理模拟子系统,分为首次适应算法,最佳适应算法,最差适应算法。-Simulation of the operating system partition management subsystem is divided into the first-fit algorithm, the best adaptation algorithm, the worst-fit algorithm.
  3. 所属分类:软件工程

    • 发布日期:2024-04-30
    • 文件大小:121856
    • 提供者:liuli
  1. ncfp

    0下载:
  2. 用C实现简单的可变分区的首次适应算法、内存回收算法的模拟,并将模拟运行的结果显示出来。假设内存空间实际大小是100M,共有3个作业请求使用内存空间,作业请求、释放内存空间的顺序如下: 作业A 申请30M内存空间 ――》 作业 B 申请 20M内存空间 ――》作业 A 释放内存空间 ――》 作业C 申请 50M 内存空间 ――》作业B 释放内存空间 ――》作业C释放内存空间。 要求输出每次内存分配、释放操作后,系统中已分配区情
  3. 所属分类:其他小程序

    • 发布日期:2024-04-30
    • 文件大小:2048
    • 提供者:cm
  1. 1

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

    • 发布日期:2024-04-30
    • 文件大小:363520
    • 提供者:liang
  1. 5

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

    • 发布日期:2024-04-30
    • 文件大小:2168832
    • 提供者:liang
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org