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

搜索资源列表

  1. xitongkeiyass

    0下载:
  2. 这是操作系统的一个课程设计.主存空间的分配与回收 包含多种算法. 花了不少心思才编写出来.还有实验报告-This is the operating system of a curriculum design. Main storage space for the distribution and recovery contains many algorithms. Spent a lot of heart only thinking out prepared. There experimenta
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:149274
    • 提供者:asdf
  1. lianxu

    0下载:
  2. 模拟在连续分配与分页管理两种方式下,主存空间的分配与回收,帮助学生加深了解存储器管理的工作过程。-simulation in a row and pagination distribution management in two ways, the main memory space for the distribution and recovery, to help students better understand the storage management process.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2703
    • 提供者:王铮
  1. tWord

    0下载:
  2. 采用最优适应算法完成主存空间的分配与回收;最后编写主函数对所做工作进行测试-optimal adaptation algorithm used to complete the main memory space allocation and recovery; Finally the main function of the preparation work done by testing
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3463
    • 提供者:高刚
  1. ZCKJFPHS

    0下载:
  2. 主存空间的分配与回收.采用可变分区存储管理,使用首次适应算法、循环首次适应算法、最佳适应算法三种算法完成设计。-main memory space for the distribution and recovery. Using variable storage area management, the use of the first-fit algorithm, the first cycle of adaptation algorithms, best adaptation algorit
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:280536
    • 提供者:罗小明
  1. meryf

    0下载:
  2. 操作系统实验四:连续式与分页式主存管理的模拟实现 模拟在连续分配与分页管理两种方式下,主存空间的分配与回收,帮助学生加深了解存储器管理的工作过程。 注意,该实验为模拟实验,并不要求进行真正的内存分配与回收,主要是编写程序模拟其中过程即可。 -four experimental operating system : Continuous and pagination main memory management simulation simulation in a row and pa
  3. 所属分类:系统编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:10537
    • 提供者:
  1. zhucunfenpeiyuhuishou

    0下载:
  2. 实现模拟操作系统运行时的主存空间的分配与回收
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1695
    • 提供者:jim
  1. cunchu

    0下载:
  2. 主存空间的分配与回收的模拟实现的方法代码
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4524
    • 提供者:wangjun
  1. MainMemory

    0下载:
  2. 使用Microslft vc++实现主存空间的分配与回收
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1351
    • 提供者:lirongrong
  1. 主存空间的分配与回收

    0下载:
  2. 模拟操作系统中的主存的分配与回收,附带试验报告-simulation of the operating system's main memory allocation and recovery, fringe Test Report
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:88756
    • 提供者:开心果
  1. OSexperiment

    0下载:
  2. 广东工业大学,操作系统实验结合,进程调度,作业调度,主存空间的分配与回收,文件系统四个实验,包含有源代码与实验报告。-OS experiment
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:893626
    • 提供者:家瑞
  1. Main-memory-space-allocation

    0下载:
  2. 操作系统课程设计 主存空间的分配与回收 进程调度问题 -Main memory space allocation and recovery
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:214634
    • 提供者:陈子北
  1. 3106007038

    2下载:
  2. 操作系统实验 实验一 进程调度 实验二 作业调度 实验三(综合性) 主存空间的分配与回收 实验四 文件系统-Experimental test of a process of operating system scheduling job scheduling experiment Second experiment three (integrated) main memory space allocation and recovery of the experimental
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3565961
    • 提供者:caicai
  1. Os3

    0下载:
  2. 关于操作系统课程的主存空间的分配与回收 采用可变分区存储管理,采用空闲分区表(链)进行。设计一个空闲分区表(链),空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 设计一个某时刻主存空间占用情况表,作为主存当前使用基础。初始化空闲区和已分配区说明表的值。自己设计一个作业申请队列以及作业完成后的释放顺序,实现主存的分配和回收。把空闲区分区表的变化情况以及各作业的申请、释放情况显示、打印出来。 算法,用MFC环境实现。 -Distribution and
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:59064
    • 提供者:小鱼
  1. codes_for_OS_experiment_3

    1下载:
  2. 2008年操作系统实验3存储管理的代码。 主存的分配与回收。不同的存储管理方式下,实现主存空间的分配与回收。动态分区分配方式中的数据结构和分配算法及动态分区存储管理方式及其实现过程。-2008 experiment 3 storage management operating system code. Main memory allocation and recovery. Different storage management mode, the realization of main
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2357
    • 提供者:风临机
  1. zhucunchu

    0下载:
  2. 操作系统经典实验,关于主存空间的分配与回收-Classical operating system experiments, on the main memory space allocation and recycling
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:4263
    • 提供者:麦琪
  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
    • 文件大小:2638
    • 提供者:gaojin
  1. Allocation

    0下载:
  2. 实现主存的分配与回收。在不同的存储管理方式下,实现主存空间的分配与回收。-Main memory to achieve the distribution and recovery. In different memory management, the realization of main memory space allocation and recycling.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:587989
    • 提供者:LLLLLLLL
  1. 3107006445

    0下载:
  2. 学习,多交流沟通。操作系统的代码主存空间的分配与回收-study
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-07
    • 文件大小:750512
    • 提供者:钱薇
  1. memory--recycling-experiments

    1下载:
  2. 熟悉主存的分配与回收。理解在不同的存储管理方式下,如何实现主存空间的分配与回收。掌握动态分区分配方式中的数据结构和分配算法及动态分区存储管理方式及其实现过程-Familiar with the main memory allocation and recovery. Understanding of storage management in a different way, how to achieve the main memory space allocation and recyclin
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:439184
    • 提供者:xiaoxiao
« 12 3 »
搜珍网 www.dssz.com