CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 分区存储管理

搜索资源列表

  1. turboc2(1)

    0下载:
  2. 存储管理分区分配算法 功能要求: 本课题要求模拟实现可变分区管理。存储管理主要是对存储空间的分配和回收。当有用户申请 空间时,进行分配,空间不用了及时回收,以免造成游离空间,使得该空间再也无法使用。可变分区管理通常采用的方法有多种,本课题要求分别采用首次适应算法和最佳适应算法实现。 -Storage Management Division allocation algorithm functional requirements: This issue demands the real
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:957627
    • 提供者:果子狸
  1. c_test_code

    0下载:
  2. 学习c的重要资料,案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-Learning c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:59642
    • 提供者:范儿
  1. StorageManagementDistrictAllocationAlgorithm

    0下载:
  2. C语言编写的存储管理分区分配算法 的演示程序,在Turboc2.0下编译通过,界面友好-C language geographical distribution of the storage management algorithm demo program, compiled under the Turboc2.0 approved, user-friendly
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2265
    • 提供者:liuwei
  1. xyz

    0下载:
  2. C语言课程设计集合 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算 -C language curriculum design a collection of case calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:59422
    • 提供者:xyz
  1. main

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

    • 发布日期:2017-04-06
    • 文件大小:1219
    • 提供者:zuozuo
  1. egrhr8454rh8

    0下载:
  2. 存储管理动态分区分配及回收算法(首次适应算法)-Dynamic storage management and recovery partition algorithm (first-fit algorithm)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1231
    • 提供者:Nic
  1. 20080901

    0下载:
  2. 转载:魅色U盘精灵U盘存储卡最佳伴侣 [20080901更新],很不错。可以对SD卡进型管理、创建保密分区-Reprinted: Charm Color Wizard U disk U disk memory card the best partner [20080901 Update], very good. Into the SD card can be based management, to create secret partition! ! ! !
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:72469
    • 提供者:tzaihui
  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. 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. OS

    1下载:
  2. 里面包括了动态分区分配方式的模拟程序、模拟动态优先权进程调度程序、请求调页存储管理方式的模拟程序、编辑距离算法程序、最长子序列的算法!-Which includes a dynamic partition allocation simulation program to simulate the dynamic priority process scheduler, to request paging storage management simulation program, edit dis
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:6233
    • 提供者:赵风
  1. c-language-case-intensive-series

    0下载:
  2. c语言案例精编, 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-c language case intensive series, two cases a game Snake Case Ca
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:50945
    • 提供者:劳承学
  1. Paging management_

    0下载:
  2. 借用外存空闲分区管理中位示图的方法来表示主存分配情况,实现主存空间的分配和回收。(Use free partition management method diagram to represent the distribution of main memory, the main memory space allocation and recovery.)
  3. 所属分类:其他

  1. 模拟动态存储管理设计

    0下载:
  2. C模拟操作系统动态分区式存储管理中最佳适应算法的实现(The realization of the best adaptive algorithm in C dynamic operating system dynamic partition storage management)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者:里阿库
搜珍网 www.dssz.com