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

搜索资源列表

  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. 122333

    1下载:
  2. 课题八:存储管理---动态分区分配算法的模拟: 要求设计主界面以灵活选择某算法,且以下算法都要实现:首次适应算法、循环首次适应算法、最佳适应算法; -Eight topics: storage management--- dynamic partitioning allocation algorithm simulation: the main interface to design a flexible choice of a certain algorithm, and should
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9272
    • 提供者:张海华
  1. ffbfwf

    0下载:
  2. 操作系统原理,实现可变分区存储管理的三种算法-Operating principle, the realization of the variable partition of the three storage management algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2543
    • 提供者:刘佳
  1. 905186

    0下载:
  2. 操作系统课程设计\存储管理---动态分区分配算法的模拟-Operating systems curriculum design \ storage management--- the distribution of dynamic partitioning of the simulation algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:12545
    • 提供者:lys
  1. main

    0下载:
  2. 可变分区存储管理不是预先把内存中的用户区域划分成若干固定分区,而是在作业要求装入内存时,根据用户作业的大小和当时内存空间使用情况决定是否为该作业分配一个分区。因此分区大小不是预先固定的,而是按作业需求量来划分的;分区的个数和位置也不是预先确定的。它有效地克服了固定分区方式中,由于分区内部剩余内存空置造成浪费的问题。可变分区方式常用的内存分配算法有:“最先适应”分配算法、“最优适应”分配算法、“最坏适应”分配算法。这里我采用的是最先适应分配算法-wdqjlwrhjgfiojgnknjfvsdjko
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1219
    • 提供者:zuozuo
  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. user_mm

    0下载:
  2. 1. 分析用户程序虚拟地址空间分布 2. 模拟实现可变分区管理,存储分配算法采用最佳适配算法。-1. Analysis of user process virtual address space distribution 2. Simulation and Realization of a variable partition management, storage allocation algorithm uses the best fit algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:631
    • 提供者:atlantis_5
  1. fenqushicunchuguanli

    0下载:
  2. 操作系统实验,分区式存储管理系统实验,c++编程-Operating system, experiment, experiment partition storage management system, c++ programming
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:866435
    • 提供者:kay
  1. feipeihuishouneicun

    0下载:
  2. 自己写的操作系统中模拟首次适应动态分区存储管理方案中的内存分配与回收的程序-Write your own operating system, to simulate first-fit storage management program in the dynamic partitioning of memory allocation and collection procedures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:97688
    • 提供者:huhu
  1. 33

    0下载:
  2. 可变分区存储管理.可登陆下载。来源网络。共享光荣-kebianfenqu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:179309
    • 提供者:shile
  1. vc724557724455

    0下载:
  2. 在熟练掌握计算机分区存储管理方式的原理的基础上,利用C程序设计语言在windows操作系统下模拟实现操作系统的可变分区存储管理的功能,一方面加深对原理的理解,另一方面提高根据已有原理通过编程解决实际问题的能力,为进行系统软件开发和针对实际问题提出高效的软件解决方案打下基础。
  3. 所属分类:Applications

    • 发布日期:2017-04-02
    • 文件大小:258735
    • 提供者:lw
  1. VB_variable_partition_management_simulation_code.r

    0下载:
  2. VB可变分区存储管理模拟实验源代码VB variable partition storage management simulation source code-VB variable partition storage management simulation source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:106902
    • 提供者:duoti
  1. dongtaifenqvguanli

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

    • 发布日期:2017-04-23
    • 文件大小:336106
    • 提供者:liudong
  1. memory_manager

    0下载:
  2. 内存模拟管理程序,主要功能是分配与回收,用可变分区存储管理-Memory simulation management procedures, the main function is to allocate and recycling, with variable partition storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3623
    • 提供者:谢默
  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 algorithm, the best fit algorithm,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3120
    • 提供者:HSL
  1. kbfq

    0下载:
  2. 可变分区存储管理模拟程序,可模拟空间的分配和释放(包括释放时的三种情况)-Variable partition storage management simulation program can simulate the space allocation and release (including the release of the three cases)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1900
    • 提供者:tld
  1. zuiyoushiyingsuanfa

    0下载:
  2. 可变分区存储管理的内存分配与回收,采用首次适应算法-Variable partition memory allocation of storage management and recovery, using the first fit algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1204
    • 提供者:萧萧
  1. bestfit

    0下载:
  2. 采用最优适应算法完成可变分区存储管理方式的内存分配回收。-Optimal adaptation algorithm using variable partition memory management to complete the memory allocation recovery.
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:5623
    • 提供者:
  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
  1. fenqucunchuguano

    0下载:
  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. 所属分类:Disk Tools

    • 发布日期:2017-04-05
    • 文件大小:163315
    • 提供者:沈陆
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com