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

搜索资源列表

  1. 2

    0下载:
  2. :在可变分区管理方式下采用首次适应算法实现主存分配和回收。 [提示]: (1) 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存容量查看是否有足够的空闲空间,若有,则按需分配,否则,作业无法装入。假定内存大小为128K,初始状态见右图。空闲区说明表格式为:起址——指出空闲区的起始地址;长度——一个连续空闲区的长度;状态——有两种状态,一种是“未分配”状态,另一种是“空表目”状态。 (2) 采用首次适应算法分配。运行时,输入一系列分配请求和回收
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:5881
    • 提供者:liu
  1. OSArgorithm

    0下载:
  2. 操作系统可变分区算法 用首次适应算法实现 基于C
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7716
    • 提供者:任夏华
  1. ncfp

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

    • 发布日期:2014-01-17
    • 文件大小:1662
    • 提供者:cm
  1. lab3forTC

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

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

    1下载:
  2. ⑴ 用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 ⑵ 假设初始状态下,可用的内存空间为640KB,并有下列的请求序列:  作业1申请130KB。  作业2申请60KB。  作业3申请100KB。  作业2释放60KB。  作业4申请200KB。 
  3. 所属分类:OS Develop

    • 发布日期:2016-01-24
    • 文件大小:275080
    • 提供者:lzl
  1. ShouCiShiYingSuanFa

    1下载:
  2. 内存分派算法——首次适应算法及其实验报告设计-Memory assignment algorithm- the first report of adaptation algorithm and its experimental design
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:2286
    • 提供者:fan
  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. Memory

    1下载:
  2. 用C++实现的运用首次适应算法动态内存分配和释放-The first time to adapt to the dynamic memory allocation algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1721
    • 提供者:
  1. firstsuit

    0下载:
  2. 文件的首次适应算法和最佳适应算法,实验平台是vc.-Documents the first time the best algorithm and adapt to meet the algorithm, the experimental platform is vc.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:898909
    • 提供者:王一奇
  1. MemoryManager

    0下载:
  2. 内存管理模拟器,利用MFC模拟实现了内存的管理操作--内存分配和释放;不同内存分区利用不同颜色区分;采用首次适应算法实现。-Memory management simulator, the use of MFC to achieve a simulated memory management operations- memory allocation and release different memory partition to use to distinguish between dif
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3679464
    • 提供者:Jim
  1. dongtai

    0下载:
  2. 操作系统模拟可变分区内存管理,本实验使用首次适应算法。-Analog Variable partition the operating system memory management, first-fit algorithm used in this experiment.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:247986
    • 提供者:阿爽
  1. oa

    0下载:
  2. 可变分区管理方式下采用首次适应算法实现主存分配和回收。操作系统实现的作业。-Variable Partition Management mode using first-fit algorithm main memory allocation and recycling. The operating system to achieve operation.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:211090
    • 提供者:路一
  1. a

    0下载:
  2. 基于c语言动态分配,首次适应和最佳调度算法的实现-Based on c language dynamic allocation, first-fit and the best scheduling algorithm to achieve
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:1668
    • 提供者:liu
  1. code

    0下载:
  2. VC++MFC模拟连续分配内存存储管理系统,首次适应算法 、循环首次适应算法、最佳适应算法 -VC++ MFC allocates memory for continuous analog storage management system, the first fit algorithm, loop the first fit algorithm, the best fit algorithm
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:223202
    • 提供者:赵凯
  1. For-the-first-time-to-adapt

    0下载:
  2. 实用首次适应算法实现主存的分配与回收。操作系统实验源代码,用C语言编写,在VC++6.0上调试通过。-The first practical algorithm to adapt to the distribution of main memory and recall. Experimental operating system source code, using C language, in VC++6.0 on the debugging through.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:2171
    • 提供者:Wilson
  1. first_fit

    0下载:
  2. c++写的首次适应算法,很好很强大,你值得拥有。-the code for first fit,it s really nice for you to download,you won t be disappointed!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1682
    • 提供者:吴承恩
  1. fenpeiyuhuishou

    0下载:
  2. 采用c语言实现首次适应算法完成主存空间的分配和回收-Using c language to complete first-fit algorithm for the allocation of main memory space and recycling
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1463
    • 提供者:王期
  1. zhanghua

    0下载:
  2. 改程序采用C++语言实现首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链表来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-The program uses the C++ language for the first time to adapt to the dynamic algorithm and the best-fit algorithm partition process alloc () and recovery
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3740
    • 提供者:张华
  1. Memory-Management

    0下载:
  2. 操作系统中,采用首次适应算法+最佳适应算法实现内存管理,用C进行模拟-Operating system, using the first-fit algorithm the+ best fit algorithm memory management, simulation in C
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:7539391
    • 提供者:jiang_xl
  1. 新建文件夹

    0下载:
  2. 基于C语言的操作系统首次适应算法内存分配的模拟(Distribution of simulated first adaptive algorithms)
  3. 所属分类:操作系统开发

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