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

搜索资源列表

  1. luxue

    0下载:
  2. 内容:主存空间的分配和回收 内附模块说明和详细解释-: main memory space allocation and recovery module contains descr iptions and detailed explanation
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1901
    • 提供者:陆雪
  1. 1

    0下载:
  2. 操作系统 磁盘储存空间的分配和回收 c++实现
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:19086
    • 提供者:lingshao
  1. 2

    0下载:
  2. 操作系统 磁盘储存空间的分配和回收 c++实现 第二版
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6898
    • 提供者:lingshao
  1. FileManagement

    0下载:
  2. 模拟实现一个文件管理系统,对磁盘空间进行统一管理,实现文件空间的分配和回收。 实现文件的按名存取,负责名字空间到存储空间的映射。 便于文件的存放和加工处理。根据访问需要以适当的方式组织并存放文件信息。 便于查找存放在存储设备上的文件信息,以目录结构保存文件的存放位置和其他属性。 便于文件的共享和保护。 提供友好的用户接口,并且文件操作对用户透明
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:482269
    • 提供者:马硕
  1. 3

    0下载:
  2. 采用位示图来表示主存分配情况,实现主存空间的分配和回收。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2075
    • 提供者:卡卡
  1. 动态分区的分配和回收算法

    0下载:
  2. 动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收-dynamic way through the distribution of the main deposit and recycling. Through this experiment can understand the dynamic partition management practice should be how to achieve the main memory space
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2493
    • 提供者:程倩
  1. cuncuqi

    0下载:
  2. 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7403
    • 提供者:machunyu
  1. 000

    0下载:
  2. 简单的模拟可变式分区管理,按各算法进行分配和回收空间 -Simple analog variable partition management, according to the algorithm of space allocation and recovery
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:2081
    • 提供者:wang feidie
  1. zhang

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

    • 发布日期:2017-04-02
    • 文件大小:1628
    • 提供者:zhangsizhen
  1. 070410320

    0下载:
  2. 1. 存储器虚拟管理系统外存部分: 模拟文件存储空间的管理,实现模拟为新创建的文件分配存储空间。并且可以采用连续分配方式或离散分配方式。程序通过显示空闲表,文件存储信息和盘块信息来模拟存储空间的分配和回收。程序模拟首次适应算法,循环首次适应算法,最佳适应算法,最坏适应算法和离散存储来展示不同存储方式的存储过程的区别。 -1. Virtual memory management system for external memory parts: the simulation of fil
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2469968
    • 提供者:你超哥
  1. ZhuCunFenPei

    0下载:
  2. 主存储器空间的分配和回收,在C环境中动态显示-The main memory space allocation and recycling, in the C environment, dynamic display
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5438
    • 提供者:付言叶
  1. buddy_allocte

    0下载:
  2. 1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。 实验准备 用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。 -1. To implement a memory management algorithm partners to achieve the allocation of memory blocks and release time of applica
  3. 所属分类:系统编程

    • 发布日期:2013-11-12
    • 文件大小:2027
    • 提供者:zhongkeli
  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. ConfirmDialog

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

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

    1下载:
  2. (1)用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc( )和回收过程free( )。其中,空闲分区通过空闲分区链来管理:在进行内存分配时,系统优先使用空闲区低端的空间。 (2)假设初始状态下,可用的内存空间为640KB,并有下列的请求序列: • 作业1申请130KB。 • 作业2申请60KB。 • 作业3申请100KB。 • 作业2释放60KB。 • 作业4申请200KB。 • 作
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:1958
    • 提供者:xuzhongya
  1. qtvesion

    2下载:
  2. 编写程序完成段页式虚拟存储管理存储分配、地址重定位和缺页中断处理。 (1)为一个进程的内存申请(多少个段,每个段多大)分配内存,当一个进程(完成)结束时回收内存; (2)对一个给定逻辑地址,判断其是否缺段、缺页,若不缺段、不缺页,则映射出其物理地址; (3)若缺段则进行缺段中断处理,若缺页则进行缺页中断处理。 假定内存64K,内存块(页框 )1K,进程逻辑地址空间最大16个段,每个段最大64K。假设进程运行前未预先装入任何地址空间。 输出每次存储分配/回收时,内存自由块分布情
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:841697
    • 提供者:
  1. 000

    0下载:
  2. 简单的模拟可变式分区管理,按各算法进行分配和回收空间 -Simple analog variable partition management, according to the algorithm of space allocation and recovery
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2119
    • 提供者:duan8iso
搜珍网 www.dssz.com