CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 最佳适应

搜索资源列表

  1. 最佳适应法.rar

    0下载:
  2. 所属分类:操作系统开发

    • 发布日期:
    • 文件大小:69018
    • 提供者:
  1. 最佳适应法

    0下载:
  2. 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:69285
    • 提供者:吴晓辉
  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. memory_release

    0下载:
  2. 本程序采用最佳适应法,编写可变分区存储模拟系统,该系统中包括以下功能:查询、分配、回收、退出,并能通过良好的用户界面体现出来。(注:用“拼接”和“搬家”技术处理存储碎片)-the adoption of best adaptation, through the preparation of variable storage simulation system, which includes the following functions : inquiries, distribution, re
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:43018
    • 提供者:我的的
  1. 111111111111111

    0下载:
  2. 最佳适应动态分区存储管理器模拟 最佳适应动态分区存储管理器模拟-best adapt to dynamic memory management district for the best simulation of the dynamic storage area management simulation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:208501
    • 提供者:何小雄
  1. zuijiashiyingfa

    1下载:
  2. 关于操作系统存储分配的最佳适应法,它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按大小从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算法保留大的空闲区,但造成许多小的空闲区。-distribution of the operating system stored in the best adaptation, it all from the free zone to identify me
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3083
    • 提供者:烟仔
  1. Memory_assign

    0下载:
  2. 操作系统实验模拟,存储器动态分配空间 可选首次适应算法和最佳适应算法-experimental operating system simulation, dynamic memory allocation options first space adaptation algorithm and the best fit algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9505
    • 提供者:王卫国
  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
    • 文件大小:280536
    • 提供者:罗小明
  1. dongtaiguanli

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

    • 发布日期:2008-10-13
    • 文件大小:306934
    • 提供者:sunwei
  1. zuijiashiyingsuanfa

    0下载:
  2. 通过最佳适应算法实现内存的分配与回收~很不错的程序,大家帮我看看,有什么不足之处提点小弟噢-to best adapt the algorithm memory allocation and recovery - is pretty good procedures, you will help me find, what are the deficiencies Department reminded the younger Oh
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9607
    • 提供者:郭丛丹
  1. chq

    0下载:
  2. 采用最佳适应算法模拟实现内存管理-在VC++环境下编译通过,通过初始化空闲区、分配空闲区、回收空闲区实现模拟的内存管理。-best adaptation algorithm simulation memory management-the VC environment compile, free zone through the initialization, distribution idle, idle zones recovery simulation of memory manageme
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7459
    • 提供者:chen启
  1. dongtaifenqu

    0下载:
  2. 动态分区分配方式的模拟 最佳适应算法的动态分区分配过程
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1504
    • 提供者:yujie
  1. neicun

    0下载:
  2. 我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为 struct node { char* p int memosize int flag struct node* next } 这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为一个标志量,表示内存块是否被占用。用 1 和 0 来表示被占用和不被占
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2706
    • 提供者:ruikobe
  1. storage

    0下载:
  2. 最佳适应法构造组织空间分配链表的模拟实现
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2580
    • 提供者:wangjun
  1. neicunfenpeisuanfa

    0下载:
  2. 操作系统内存分配算法的模拟,分别实现了固定分区分配算法,首次适应算法,循环首次适应算法,最佳适应算法和最差适应算法。五种算法一起打包。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3068
    • 提供者:loscfe
  1. OS

    0下载:
  2. 实现内存的合理分配,采用最先适应算法和最佳适应算法实现动态分区。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7310
    • 提供者:昀天
  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. 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. new.cpp.tar

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

    • 发布日期:2017-04-04
    • 文件大小:1869
    • 提供者:ank
  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
    • 提供者:小衍
« 12 3 »
搜珍网 www.dssz.com