CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 空间的分配和回收

搜索资源列表

  1. 分配回收

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

    • 发布日期:2008-10-13
    • 文件大小:14.96kb
    • 提供者:王阳
  1. 实验二

    0下载:
  2. 一、实习内容 主存储器空间的分配和回收。 二、实习目的 通过本实习帮助理解在不同的存储管理方式下应怎样贮存空间的分配和回收。 -an internship contents of main memory space allocation and recovery. 2, internships purpose of the internship through the help understand the different storage management practic
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:郭郭
  1. 操作系统实习报告

    0下载:
  2. 全面包含操作系统课程设计中处理机调度,主存空间和磁盘空间的分配和回收的实验报告和源程序.-operating system contains a comprehensive curriculum design, processor scheduling, main memory space and disk space allocation and recovery of the experimental reports and the source.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:112.44kb
    • 提供者:飞飞
  1. 动态分区

    0下载:
  2. 动态分区方式主存的分配和回收。 通过本实验帮助学生理解在动态分区管理方式下应怎样实现主存空间的分配和回收。-dynamic way through the distribution of the main deposit and recycling. Through this experiment to help students understand the dynamic partition management practice should be how to achieve the m
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:12.77kb
    • 提供者:王飞
  1. turboc2(1)

    0下载:
  2. 存储管理分区分配算法 功能要求: 本课题要求模拟实现可变分区管理。存储管理主要是对存储空间的分配和回收。当有用户申请 空间时,进行分配,空间不用了及时回收,以免造成游离空间,使得该空间再也无法使用。可变分区管理通常采用的方法有多种,本课题要求分别采用首次适应算法和最佳适应算法实现。 -Storage Management Division allocation algorithm functional requirements: This issue demands the real
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:935.18kb
    • 提供者:果子狸
  1. space

    0下载:
  2. 主存的分配和回收的实现与主存储器的管理方式有关的,通过本实验帮助学生理解在可变分区管理方式下应怎样实现主存空间的分配和回收。-Main memory allocation and recovery with the main memory management methods relating to the passage of this experiment to help students understand the variable partition management method
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1.39kb
    • 提供者:莫小幽
  1. dongtaifenpeineicun

    0下载:
  2. 个好的计算机系统不仅要有一个足够容量的、存取速度高的、稳定可靠的主存储器,而且要能合理地分配和使用这些存储空间。当用户提出申请主存储器空间时,存储管理必须根据申请者的要求,按一定的策略分析主存空间的使用情况,找出足够的空闲区域分配给申请者。当作业撤离或主动归还主存资源时,则存储管理要收回作业占用的主存空间或归还部分主存空间。主存的分配和回收的实现是与主存储器的管理方式有关的,本程序帮助学生理解在动态分区管理方式下应怎样实现主存空间的分配和回收。-err
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:10.37kb
    • 提供者:胡天若
  1. Untitled1

    0下载:
  2. 模拟动态分区存储管理方式的主存分配与回收 (1)确定主存空间分配表(空闲分区,已分配分区); (2)采用一种分配方法(BF,WF或FF等)完成主存空间分配和回收; (3)编写主函数对所有工作进行测试。-Simulate dynamic partition management for main memory storage allocation and recovery (1) determine the main memory space allocatio
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:2.58kb
    • 提供者:gaojin
  1. final

    0下载:
  2. 采用单块链结构模拟磁盘空间的分配和回收,实现磁盘空间的管理。-Single-block chain structure simulation of disk space allocation and recycling, to achieve the management of disk space.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2.86kb
    • 提供者:lulu
  1. memory

    0下载:
  2. 主存储器空间的分配和回收,最先适应算法模拟 -Main memory space allocation and recycling, the first adaptation algorithm simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1.56kb
    • 提供者:yangyang
  1. chenyang

    0下载:
  2. 帮助了解在不同的存储管理方式下,应怎样实现主存空间的分配和回收。 -Help understand the different storage management, should be how to achieve the main memory space allocation and recovery
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1.6kb
    • 提供者:陈阳
  1. memory

    0下载:
  2. 编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配和回收;最后编写主函数对所做工作进行测试。-Write a program to complete the allocation of main memory recovery of the dynamic partitioning storage management. The experiments include: first determine the mai
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:59.9kb
    • 提供者:陈玲玲
  1. zhongduanchuli

    0下载:
  2. 在分页式管理方式下采用位示图来表示主存分配情况,实现主存空间的分配和回收-dfsfds
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-26
    • 文件大小:150kb
    • 提供者:江小匪
  1. main

    0下载:
  2. 采用首次适应算法,循环首次适应算法,最佳适应算法和最坏适应算法实现主存空间的分配和回收。-using the first adaptation algorithm, the first cycle of adaptation algorithm, the best algorithm and the worst adaptation algorithm to adapt to the distribution of main memory space and recycling.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.1kb
    • 提供者:杜炼
  1. zhang

    0下载:
  2. 这是连续的磁盘存储空间的分配和回收得程序-ikrjgopiktgp45o9t
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.17kb
    • 提供者:zzglg470sha
  1. ahv

    0下载:
  2. 通过本实验帮助学生理解在动态分区管理方式下应怎样实现主存空间的分配和回收-In this experiment to help students to understand in a dynamic partition management mode should be how to realize the main memory space allocation and recovery
  3. 所属分类:ComboBox

    • 发布日期:2017-12-14
    • 文件大小:12.54kb
    • 提供者:brtaku
  1. 972022

    0下载:
  2. 通过本实验帮助学生理解在动态分区管理方式下应怎样实现主存空间的分配和回收-In this experiment to help students to understand in a dynamic partition management mode should be how to realize the main memory space allocation and recovery
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-14
    • 文件大小:12.54kb
    • 提供者:tyiggerf
  1. Paging management_

    0下载:
  2. 借用外存空闲分区管理中位示图的方法来表示主存分配情况,实现主存空间的分配和回收。(Use free partition management method diagram to represent the distribution of main memory, the main memory space allocation and recovery.)
  3. 所属分类:其他

  1. tlatter

    0下载:
  2. 通过本实验帮助学生理解在动态分区管理方式下应怎样实现主存空间的分配和回收()
  3. 所属分类:界面编程

    • 发布日期:2018-01-04
    • 文件大小:13kb
    • 提供者:prodtqg
  1. JNTN8

    0下载:
  2. 通过本实验帮助学生理解在动态分区管理方式下应怎样实现主存空间的分配和回收()
  3. 所属分类:组合框控件

    • 发布日期:2018-04-28
    • 文件大小:12kb
    • 提供者:strzum
« 12 »
搜珍网 www.dssz.com