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

搜索资源列表

  1. cucunguanlimoni

    0下载:
  2. 实验中固定内存分区采用结构体数组实现,分区信息采用结构体初始化实现。由于结构体中含string类,VC++不能对含string类的结构体初始化,这里采用MinGW编译器作为程序平台。-Fixed memory partition experiments using an array of structures to achieve, partition information structure initialized by implementation. Structure containi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1536
    • 提供者:社天
  1. 03061460

    0下载:
  2. 存储管理模拟 实验中固定内存分区采用结构体数组实现,分区信息采用结构体初始化实现。由于结构体中含string类,VC++不能对含string类的结构体初始化,这里采用MinGW编译器作为程序平台。-Storage management simulation experiments using a fixed memory partition an array of structures to achieve, partition information structure initialized
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2358315
    • 提供者:wangxingzhen
  1. main

    0下载:
  2. 可变分区存储管理不是预先把内存中的用户区域划分成若干固定分区,而是在作业要求装入内存时,根据用户作业的大小和当时内存空间使用情况决定是否为该作业分配一个分区。因此分区大小不是预先固定的,而是按作业需求量来划分的;分区的个数和位置也不是预先确定的。它有效地克服了固定分区方式中,由于分区内部剩余内存空置造成浪费的问题。可变分区方式常用的内存分配算法有:“最先适应”分配算法、“最优适应”分配算法、“最坏适应”分配算法。这里我采用的是最先适应分配算法-wdqjlwrhjgfiojgnknjfvsdjko
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1219
    • 提供者:zuozuo
  1. memoryoperatingsystem

    0下载:
  2. 实现了操作系统的内存模拟管理功能,简单易懂,适合学习。此文档实现了内存管理的动态分区分配,固定分区分配,显示内存分配情况,可实现回收再利用功能。-Achieved the operating system memory management functions simulated, simple and easy to understand, suitable for learning. This document implements the dynamic memory management
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:117792
    • 提供者:flexible
  1. fat32.C

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

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

    0下载:
  2. 固定分区顺序存储算法,了解操作系统用固定分区的方法进行分配-Fixed partition storage algorithms in order to understand the operating system partition with a fixed allocation method
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1481
    • 提供者:tld
  1. gudingfenqu

    0下载:
  2. 固定分区分配是将内存用户空间划分为若干固定大小的分区,允许多道作业并发执行。当有一空闲分区时,便可以从后备作业队列中,选择一个适当大小的作业装入该分区。本次实验是利用软件编程模拟固定分区存储方式。-Fixed partition memory user space is divided into several fixed-size partitions, allowing concurrent execution of multi-channel operation. When there i
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1109
    • 提供者:liuchenglong
  1. gd

    1下载:
  2. 基于固定分区分配的存储器管理系统的设计 要求:(1)建立一张分区说明表;(2)至少提供4个作业;(3)模拟作业的分配过程;(4)模拟作业的回收过程(5)能够显示每一次分配和回收的结果 -Based on fixed partition memory management system design requirements: (1) the establishment of a partition descr iption table (2) at least four jobs (
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:2441
    • 提供者:成真
  1. test(123)

    0下载:
  2. 操作系统试验报告(1)进程的同步汽车司机与售票员之间必须协同工作 (2) 模拟固定分区的管理。编制文件管理模拟程序,进行文件的操作与管理。(3)模拟固定分区的管理,通过编写请求分页式存储管理的模拟程序,加深对请求页式存储管理方式的理解-Operating System test (1) the synchronization process between car drivers and conductors must work together (2) analog fixed partit
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:575747
    • 提供者:
  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
    • 文件大小:2185
    • 提供者:乐乐
  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
    • 文件大小:2137
    • 提供者:高山
  1. Fstaticci

    0下载:
  2. 操作系统的固定分区模拟程序。固定分区将内存按用户需求分分成若干固定存储区,每次分配进程、撤销进程都在分区中操作 -The operating system of the fixed partition simulation program. Fixed partition memory by user demand sub-divided into a number of fixed storage area, each allocation process, the revocation
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-08
    • 文件大小:1377
    • 提供者:zcl1233
  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
    • 文件大小:54504239
    • 提供者:hxl
  1. 操作系统实验3分区管理

    0下载:
  2. 实验要求: 由于动态分区的大小是由作业需求量决定的,故分区的长度是预先不固定的,且分区的个数也随主存分配和回收变动。总之,所有分区情况随时可能发生变化,数据表格的设计必须和这个特点相适应。由于分区长度不同,因此设计的表格应该包括分区在主存中的起始地址和长度。由于分配时,空闲区有时会变成两个分区:空闲区和已分分区,回收主存分区时,可能会合并空闲区,这样如果整个主存采用一张表格记录已分分区和空闲区,就会使表格操作繁琐。主存分配时查找空闲区进行分配,然后填写已分配区表,主要操作在空闲区;某个作业执行
  3. 所属分类:报告论文

« 1 2»
搜珍网 www.dssz.com