CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 动态分区

搜索资源列表

  1. czxtsy

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

    • 发布日期:2017-04-13
    • 文件大小:3221
    • 提供者:张重阳
  1. OSkechengsheji

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

    • 发布日期:2017-04-07
    • 文件大小:5864
    • 提供者:michaelgeng
  1. OSexperience7

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

    • 发布日期:2014-04-26
    • 文件大小:1024
    • 提供者:
  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 Develop

    • 发布日期:2017-04-07
    • 文件大小:1529
    • 提供者:li
  1. dynamicdevice

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

    • 发布日期:2017-04-07
    • 文件大小:115180
    • 提供者:朱婧
  1. dongtaifenqu

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

    • 发布日期:2017-03-30
    • 文件大小:9646
    • 提供者:王珏
  1. if

    0下载:
  2. 动态分区管理算法,用vc++实现-Dynamic partition management algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2698
    • 提供者:孔夏
  1. 65366176memory_release

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

    • 发布日期:2017-04-03
    • 文件大小:43022
    • 提供者:陆艳艳
  1. dongtaifenq

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

    • 发布日期:2017-04-06
    • 文件大小:219673
    • 提供者:hule
  1. os

    0下载:
  2. 操作系统动态分区模拟,简单的课程设计,缺少错误分析。数组实现。-Dynamic simulation of the operating system, a simple course design, lack of error analysis. Array implementation.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1665
    • 提供者:Helen
  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
    • 文件大小:61336
    • 提供者:陈玲玲
  1. os-keshe

    0下载:
  2. 动态分区管理的主存分配模拟设计--最优适应法、最差适应法、最先适应法,只是源程序-Functional simulation of the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1762
    • 提供者:yangzi
  1. dongtaifengqusuanfa

    0下载:
  2. 动态分区算法,经典算法的实现,跟相关课程相关-Dynamic partition algorithm, and the realization of the classical algorithm, with related courses related
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5972
    • 提供者:张文奇
  1. zhanghua

    0下载:
  2. 改程序采用C++语言实现首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链表来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-The program uses the C++ language for the first time to adapt to the dynamic algorithm and the best-fit algorithm partition process alloc () and recovery
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3740
    • 提供者:张华
  1. dynamic-allocation

    0下载:
  2. 该程序可用于了解动态分区分配中使用的数据结构和分配算法,并进一步加深对动态分区存储管理方式及其实现过程的理解。-The program is used to understand the data structures used in the dynamic partition and the allocation algorithm, and further deepen the understanding of the dynamic partition memory management
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2450
    • 提供者:张华
  1. DynamicPartition

    0下载:
  2. 动态分区存储程序,包含两种算法:最佳适应算法和最先适应算法。主要用于初学者了解动态分区的过程以及两种算法的区别。-Dynamic partitioning storage procedure, including two kinds of algorithm: the Best Fit algorithm and the First Fit algorithm. Primarily for beginners to understand the dynamic partition in the
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4304
    • 提供者:sunxb10
  1. Memory-Allocation

    0下载:
  2. 1.内存的分配和回收是存储器管理的关键。理解和掌握常用的内存分配算法的内容和原理。 2.通过本实验,模拟实现可变式分区分配算法:首次适应算法、最佳适应算法、最坏适应算法等。尝试编写一个简单的动态分区存储器管理模拟系统。-1the distribution and recovery of memory is a memory management key. Understanding and mastering the memory allocation algorithm content a
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1602
    • 提供者:苡莣
  1. Desktop

    0下载:
  2. 执行操作系统中的固定分区算法和动态分区算法-Implementation of the operating system in the fixed-partition algorithm and the dynamic partitioning algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2137
    • 提供者:高山
  1. BdynamicSubare

    0下载:
  2. 以前做的操作系统实验代码,动态分区的模拟实验代码码叫做动态分区分配 ,经测试可直接使用。 -Simulation code before the operating system to do the experiment code, dynamic partitioning code called a dynamic partition, has been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:135125
    • 提供者:sh
  1. yuandaima

    0下载:
  2. 动态分区存储管理方式的主存分配回收源代码-Dynamic partitioning of main memory storage management recovery of the source code distribution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1175
    • 提供者:杨欢
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com