CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 固定分区

搜索资源列表

  1. 存储管理源代码

    1下载:
  2. 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:5.96kb
    • 提供者:Joly
  1. 计机031蔡煊臻12号

    0下载:
  2. 里面是有关C++的程序,是“固定分区管理模拟器”的程序的源代码。而且已经试验过没有半点的错误,大家不信可以下载来看看。保证是正野来的-inside of the C procedures, "regional management simulator fixed," the program's source code. It has been tested has not the slightest mistake, we do not believe it can
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:41.97kb
    • 提供者:月神逸
  1. neicunfenpeisuanfa

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

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

    0下载:
  2. 操作系统的固定分区模拟程序。固定分区将内存按用户需求分成若干固定存储区,每次分配进程、撤销进程都在分区中操作-Fixed operating system partition simulation program. Fixed partition memory according to user needs will be divided into several fixed storage area, each time the allocation process, the withdraw
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1.56kb
    • 提供者:李志龙
  1. 2

    0下载:
  2. 模拟固定操作系统固定分区的分配,能清楚明白其过程。,-Simulation of fixed-fixed geographical distribution of the operating system, can clearly understand the process. ,
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2.65kb
    • 提供者:wangaiguo
  1. yeshi

    0下载:
  2. 模拟存储管理中内存空间的管理和分配内存空间的管理分为固定分区管理方式,可变分区管理方式,页式存储管理,段式存储管理。本程序实现了静态页式存储管理。-static page storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:332.56kb
    • 提供者:ds
  1. 11

    0下载:
  2. 通过编写和调试存储管理的模拟程序以加深对存储管理固定分区存储管理方案的理解。实现固定分区存储管理的分配、去配。-Storage management through the development and debugging of the simulation program to enhance the fixed partition of the storage management storage management program understanding. To achieve t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1.6kb
    • 提供者:sue
  1. fat32.C

    0下载:
  2. 这种格式采用32位的文件分配表,使其对磁盘的管理能力大大增强,突破了FAT16对每一个分区的容量只有2 GB的限制。由于现在的硬盘生产成本下降,其容量越来越大,运用FAT32的分区格式后,我们可以将一个大硬盘定义成一个分区而不必分为几个分区使用,大大方便了对磁盘的管理。而且,FAT32具有一个最大的优点:在一个不超过8GB 的分区中,FAT32分区格式的每个簇容量都固定为4KB,与FAT16相比,可以大大地减少磁盘的浪费,提高磁盘利用率。目前,支持这一磁盘分区格式的操作系统有Win97、Win9
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:827byte
    • 提供者:樊晓博
  1. storage-management

    0下载:
  2. 模拟操作系统中的固定分区,理解计算机内存管理与分配机制-Simulate the fixed partition the operating system, management and understanding of computer memory allocation mechanism
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2.13kb
    • 提供者:乐乐
  1. Desktop

    0下载:
  2. 执行操作系统中的固定分区算法和动态分区算法-Implementation of the operating system in the fixed-partition algorithm and the dynamic partitioning algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2.09kb
    • 提供者:高山
  1. fixedpartition

    0下载:
  2. 操作系统的实验,固定分区的模拟,主要实现比较简单,当用户申请空间时按空间大小可以放得下的即为找到的分区。-Experimental operating system, a fixed partition of the simulation, to achieve relatively simple, when the user to apply for space according to the space size can be put under is found partitions.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:51.98mb
    • 提供者:hxl
  1. 固定分区

    0下载:
  2. 一个在可变分区管理方式下采用最先适应算法实现主存的分配与回收的程序。(the design of a variable zoning management, the first adaptation algorithm to achieve the main memory allocation and recovery procedures.)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-20
    • 文件大小:520kb
    • 提供者:哒哒22
搜珍网 www.dssz.com