CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 固定分区

搜索资源列表

  1. qqqqq

    0下载:
  2. 模拟固定分区存储管理中的地址转换 ?D夤潭ǚ智
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:zhw
  1. gdfq

    0下载:
  2. 固定分区存储方式模拟,操作系统实验,C程序,给大家使用。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.22kb
    • 提供者:zhw
  1. dsfsdf

    0下载:
  2. 固定分区存储方式模拟 计算机专业 操作系统
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3.19kb
    • 提供者:li
  1. 2602127 林宗明

    0下载:
  2. 用VB编写的模拟操作系统固定分区管理(改进算法).可寻找到与要添加作业大小最近的区进行分配.-VB simulation prepared by the operating system through fixed management (improved algorithm). Seeking to be added to operations and the size of the district recently distributed.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:217.09kb
    • 提供者:林总
  1. neicun

    0下载:
  2. 动态分区分配方式的模拟。理解内存分配的几种方式的基本原理,如:单一连续分配方式、固定分区分配方式和动态分区分配方式。通过编写程序实现动态分区分配方式,进一步理解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5.43kb
    • 提供者:has
  1. 模拟固定分区存储管理的分配与回收

    0下载:
  2. 模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area. The regular assigning to are
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.65kb
    • 提供者:haha
  1. cucunguanlimoni

    0下载:
  2. 实验中固定内存分区采用结构体数组实现,分区信息采用结构体初始化实现。由于结构体中含string类,VC++不能对含string类的结构体初始化,这里采用MinGW编译器作为程序平台。-Fixed memory partition experiments using an array of structures to achieve, partition information structure initialized by implementation. Structure containi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1.5kb
    • 提供者:社天
  1. 03061460

    0下载:
  2. 存储管理模拟 实验中固定内存分区采用结构体数组实现,分区信息采用结构体初始化实现。由于结构体中含string类,VC++不能对含string类的结构体初始化,这里采用MinGW编译器作为程序平台。-Storage management simulation experiments using a fixed memory partition an array of structures to achieve, partition information structure initialized
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2.25mb
    • 提供者:wangxingzhen
  1. na4

    0下载:
  2. 对系统内存分区的分配的实验算法,用c++实现的,是固定分区的算法-Division of system memory allocated Experimental algorithms, with c++ to achieve, is a fixed partition of the algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:731byte
    • 提供者:王瑞卿
  1. main

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

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

    0下载:
  2. 操作系统上面的模拟内存调度的,使用的固定分区的方法。-Simulation of memory above the operating system scheduling, the use of the fixed partition approach.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:130.05kb
    • 提供者:执着
  1. gudingfenqu

    0下载:
  2. 固定分区分配是将内存用户空间划分为若干固定大小的分区,允许多道作业并发执行。当有一空闲分区时,便可以从后备作业队列中,选择一个适当大小的作业装入该分区。本次实验是利用软件编程模拟固定分区存储方式。-Fixed partition memory user space is divided into several fixed-size partitions, allowing concurrent execution of multi-channel operation. When there i
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.08kb
    • 提供者:liuchenglong
  1. test(123)

    0下载:
  2. 操作系统试验报告(1)进程的同步汽车司机与售票员之间必须协同工作 (2) 模拟固定分区的管理。编制文件管理模拟程序,进行文件的操作与管理。(3)模拟固定分区的管理,通过编写请求分页式存储管理的模拟程序,加深对请求页式存储管理方式的理解-Operating System test (1) the synchronization process between car drivers and conductors must work together (2) analog fixed partit
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:562.25kb
    • 提供者:
  1. Fstaticci

    0下载:
  2. 操作系统的固定分区模拟程序。固定分区将内存按用户需求分分成若干固定存储区,每次分配进程、撤销进程都在分区中操作 -The operating system of the fixed partition simulation program. Fixed partition memory by user demand sub-divided into a number of fixed storage area, each allocation process, the revocation
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-08
    • 文件大小:1.34kb
    • 提供者:zcl1233
搜珍网 www.dssz.com