搜索资源列表

  1. sy5

    0下载:
  2. 动态分区分配算法的模拟  初始化功能:内存状态设置为初始状态。  分配功能:要求至少使用两种算法,用户可以选择使用。  回收功能:  空闲块的合并:即紧凑功能,用以消除碎片。当做碎片整理时,需要跟踪分配的空间,修改其引用以保证引用的正确性。  显示当前内存的使用状态,可以使用表格或图形。 -Dynamic partition allo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:328704
    • 提供者:陈婷婷
  1. fenqu

    0下载:
  2. (1)用C语言来实现对动态分区分配及回收算法的进程调度。 (2)初始化功能:内存状态设置为初始状态。 (3)分配功能:要求使用两种算法,用户可以选择使用。 (4)回收功能:需要跟踪分配的空间,修改其引用以保证引用的正确性。 -(1) using C language to implement the dynamic partition and recovery process scheduling algorithm.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:pan
  1. qw123

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-safsdfdsfsdafdsfdsfdsf
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:950272
    • 提供者:钱薇
  1. physical_memory

    0下载:
  2. 本文档详细介绍了物理内存的基本内容,并且讲述了内存静态分区和动态分区方法-This document details the basic elements of physical memory, and memory about the static and dynamic partition method of Division
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:130048
    • 提供者:grain
  1. OSKCSJ

    0下载:
  2. os课程设计之动态分区分配存储管理(基于linux操作系统设计)-os course design dynamic partition memory management (based on linux operating system design)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-12
    • 文件大小:158720
    • 提供者:xuxin
  1. dongtaifenqvguanli

    0下载:
  2. 动态分区存储管理,操作系统课程设计,运行通过-Dynamic partitioning storage management
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:335872
    • 提供者:liudong
  1. dynamicSubareaManage

    0下载:
  2. 动态分区存储管理方式的模拟与实现 1、分配算法 首次适应算法、循环首次适应算法、最佳适应算法、最坏适应算法 2、回收策略 -Dynamic partition memory management and implementation of a simulation, the first fit algorithm allocation algorithm, the first cycle adaptation algor
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:HSL
  1. memory--recycling-experiments

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

    • 发布日期:2024-05-12
    • 文件大小:439296
    • 提供者:xiaoxiao
  1. a

    0下载:
  2. 计算机操作系统存储器动态分区分配的三种算法-Computer operating system memory assigned three dynamic partitioning algorithm is presented
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:chang
  1. fenqucunchuguano

    1下载:
  2. 应用首次适应算法实现动态分区存储管理。主要思想是通过图形界面来获得用户输入信息。-Applications for the first time to adapt to the dynamic partitioning algorithm storage management. The main idea is to get through the graphical interface, user input information.
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-12
    • 文件大小:162816
    • 提供者:沈陆
  1. czxtsy

    0下载:
  2. 操作系统实验 动态分区管理方式的主存分配与回收-Operating System Experiment
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:张重阳
  1. OSkechengsheji

    0下载:
  2. 动态分区系统的可视化界面程序,包括三种运算方法的执行,可终止,可视化-Visualization of dynamic partitioning system interface procedures, including the implementation of the three calculation methods, may terminate, visualization
  3. 所属分类:界面编程

    • 发布日期:2024-05-12
    • 文件大小:6144
    • 提供者:michaelgeng
  1. OSexperience7

    0下载:
  2. 设计程序模拟内存的动态分区法存储管理。 内存空闲区使用自由链管理,采用最坏适应算法从自由链中寻找空闲区进行分配。 假定系统的内存共640K,初始状态为操作系统本身占用64K。 t1时间后,有作业A、B、C、D分别请求8K、16K、64K、124K的内存空间; t2时间后,作业C完成; t3时间后,作业E请求50K的内存空间; t4时间后,作业D完成。 要求编程序分别输出t1、t2、t3、t4时刻内存的空
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:
  1. dongtaifenqu

    0下载:
  2. 动态分区算法:程序模拟四种动态分区分配算法:首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法的工作过程。-Dynamic partitioning algorithm: program to simulate the dynamic partition of four algorithms: the first fit algorithm, loop the first fit algorithm, the best fit
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:509952
    • 提供者:踏雪
  1. mm

    0下载:
  2. 操作系统原理内存管理,动态分区的链表实现,可紧凑,可合并相邻空闲块。-Operating System memory management, dynamic partitioning of the list implementation can be compact, contiguous free block can be combined.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:li
  1. dynamicdevice

    0下载:
  2. 动态分区存储管理,提供首次适应算法和最佳适应算法。-Dynamic partitioning storage management, providing first-fit algorithm and the best fit algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:114688
    • 提供者:朱婧
  1. dongtaifenqu

    0下载:
  2. 模拟动态分区存储管理方式的主存分配与回收。具体包括: (1)确定主存空间分配表(空闲分区、已分配分区); (2)采用一种分配处理发(BF、WF、或FF等)完成主存空间分配和回收; (3)编写主函数对所有工作进行测试。 -Simulate dynamic partition management for main memory storage allocation and recovery. These include:
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:9216
    • 提供者:王珏
  1. if

    0下载:
  2. 动态分区管理算法,用vc++实现-Dynamic partition management algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:孔夏
  1. 65366176memory_release

    0下载:
  2. 本程序实现了,动态分区法的演示过程,对操作系统实验的同学会很有帮助-Realized by the dynamic partitioning method of demonstration, the students of the experimental operating system would be helpful
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:43008
    • 提供者:陆艳艳
  1. dongtaifenq

    0下载:
  2. 操作系统实验动态分区有完整的代码和结果截图和注释以及使用说明-The operating system dynamic partition is the complete code and the results screenshots and commentary and instructions
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-12
    • 文件大小:220160
    • 提供者:hule
« 1 2 3 4 5 6 78 9 10 11 »

源码中国 www.ymcn.org