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

搜索资源列表

  1. 分配回收

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

    • 发布日期:2008-10-13
    • 文件大小:15319
    • 提供者:王阳
  1. kbison

    0下载:
  2. 主存空间的分配与回收的实验报告.根据可变分区的主存分配思想,首先设计记录主存使用情况的数据表格,用来记录空闲区和作业占用的区域,即“已分配区表”和“空闲区表”。然后在数据表格上进行主存的分配,其主存分配算法采用最优适应算法,即按作业要求挑选一个能满足作业要求的最小空闲区分配,具体实现时,把空闲区按长度以递增方式登记在空闲表中,分配时顺序查找空闲表,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10537
    • 提供者:
  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. three-options

    0下载:
  2. 实现存储器空间的分配和回收,采用动态分配,首次适应算法,循环首次适应-Memory space allocation and recovery, dynamic allocation, the first-fit algorithm, the cycle for the first time to adapt to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:280540
    • 提供者:yolandmao
  1. df

    0下载:
  2. 主存空间的分配和回收的作业,做的不错的,大家自己调整吧-Main memory space allocation and recovery operations, to do good, everybody make their own adjustments ~ ~~
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:195368
    • 提供者:林钧敏
  1. zhongduanchuli

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

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

    0下载:
  2. 主存储器空间的分配和回收,可变分区管理方式下采用最先适应算法实现主存分配和实现主存回收-Distribution and recovery of main memory space the variable partition management mode, the first-fit algorithm for allocation of main memory and main memory recovery
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:4277
    • 提供者:纳兰歌
  1. best

    0下载:
  2. 在不同的存储管理方式下应怎样实现主存空间的分配和回收-Under different storage management how to achieve the main memory space allocation and recovery
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:1984
    • 提供者:毛越
  1. System_Option

    0下载:
  2. 在在分页式管理方式下采用位示图来表示主存分配情况,实现主存空间的分配和 回收(仿)-In the tabbed management methods used Bitmap to represent the distribution of main memory, main memory space allocation and recovery (imitation)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:11524
    • 提供者:郑少卓
  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
    • 文件大小:2150
    • 提供者:杜炼
  1. ConfirmDialog

    0下载:
  2. 设计一个调度算法,实现处理机调度,主存储器空间的分配和回收 -Design a scheduling algorithm, processor scheduling, allocation of main memory space and recycling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:707
    • 提供者:庭月照
  1. CM

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

    • 发布日期:2017-04-03
    • 文件大小:904
    • 提供者:杜英
  1. zhang

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

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

    0下载:
  2. 在分页式管理方式下采用链表法来表示主存分配情况,实现主存空间的分配和回收。- Paging management by using the list method to represent the distribution of main memory, the main memory space allocation and recovery.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:9639
    • 提供者:
  1. BitMap

    0下载:
  2. 在分页式管理方式下采用位示图来表示主存分配情况,实现主存空间的分配和回收。- Paging management diagram to represent the distribution of main memory, the main memory space allocation and recovery
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:6881
    • 提供者:
  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
    • 文件大小:12837
    • 提供者:brtaku
  1. 20016278

    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. 所属分类:source in ebook

    • 发布日期:2017-12-12
    • 文件大小:12842
    • 提供者:Arfez
  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
    • 文件大小:12845
    • 提供者:tyiggerf
  1. tlatter

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

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

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

    • 发布日期:2018-04-28
    • 文件大小:12288
    • 提供者:strzum
« 1 2 34 5 6 »
搜珍网 www.dssz.com